https://github.com/dobin/ffweb
A webgui to view crash information of fuzzing runs (FFW)
https://github.com/dobin/ffweb
ffw fuzzing webinterface
Last synced: 5 months ago
JSON representation
A webgui to view crash information of fuzzing runs (FFW)
- Host: GitHub
- URL: https://github.com/dobin/ffweb
- Owner: dobin
- Created: 2017-09-11T19:10:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T12:28:24.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T02:21:49.950Z (11 months ago)
- Topics: ffw, fuzzing, webinterface
- Language: Python
- Homepage:
- Size: 154 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FFWeb
A web gui for FFW (Fuzzing For Worms) fuzzing framework.
## Install
```
sudo pip install django djangorestframework whitenoise
```
## Run in production
```
export DJANGO_SECRET_KEY=''
export DJANGO_DEBUG="" # enables prod
```
## Screenshots
Sorry, may contain 0-days, therefore badly obfuscated most of the text.
Overview of fuzzed projects:

Details of all crashes of an project, unique'd:

Details of a crash:
