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

https://github.com/dobin/fuzzystats

Fuzzer Dashboard POC
https://github.com/dobin/fuzzystats

Last synced: 10 months ago
JSON representation

Fuzzer Dashboard POC

Awesome Lists containing this project

README

          

# POC Fuzzer Stats Viewer

## Install

```
pip install -r requirements.txt

python3 manage.py makemigrations live
python3 manage.py migrate live
python3 manage.py migrate
python3 manage.py createsuperuser

python3 manage.py runserver

```