Question: Integrating 3rd party fuzzers
Open
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 629
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 22
Description
Fuzzers that use libfuzzer and AFL run as a single process in the host. The bot manages syncing their corpus and all other aspects of their run.
What are the requirements/API/best way to integrate other 3rd party fuzzers?
Two important cases that come in mind are:
* Fuzzers that run in containers and include some kind of API endpoing (e.g. REST) and a fuzzer process that fuzzes it
* Fuzzers that are single process but hit remote API endpoints. As such the crash will happen in another host.
Contributor guide
Assessment
This issue has not been assessed yet.