Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)