An open API service indexing awesome lists of open source software.

https://github.com/is2ei/dompurify-fuzzing-test


https://github.com/is2ei/dompurify-fuzzing-test

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

DOMPurify-fuzzing-test
===

## Getting started

#### 1) Install dependencies

```shell
npm i
```

#### 2) Run server

```shell
npm start
```

#### 3) Access

http://localhost:8080

## OSS Fuzzer

- [s0md3v/XSStrike](https://github.com/s0md3v/XSStrike)