Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flabbergastedbd/fuzzy
A fuzzing orchestrator to simplify corpus handling, fuzzing jobs, crash validation.
https://github.com/flabbergastedbd/fuzzy
fuzzing fuzzing-management rust
Last synced: about 1 month ago
JSON representation
A fuzzing orchestrator to simplify corpus handling, fuzzing jobs, crash validation.
- Host: GitHub
- URL: https://github.com/flabbergastedbd/fuzzy
- Owner: flabbergastedbd
- Created: 2020-05-01T03:41:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T07:42:49.000Z (about 4 years ago)
- Last Synced: 2024-03-22T08:02:29.719Z (9 months ago)
- Topics: fuzzing, fuzzing-management, rust
- Language: Rust
- Homepage:
- Size: 824 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fuzzy
## Introduction
Fuzzy is intended to manage fuzzing things easier. It does this by building orchestrations around general tasks of
fuzzing like corpus collection, crash collection, crash verification etc.- [Setup](setup/playbooks/README.md)
- [Usage](docs/USAGE.md)
- [Usecase Examples](docs/USECASES.md)
- [Development](docs/DEV.md)## Dashboards
A grafana dashboard is available on master at `3000`.
![Worker Stats](./docs/images/worker_stats.png)
![Task Stats](./docs/images/task_stats.png)
![Crash Validation](./docs/images/crash_validation.png)