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

https://github.com/vanhauser-thc/fuzzing-targets

Some fuzzing targets for testing
https://github.com/vanhauser-thc/fuzzing-targets

fuzz fuzz-testing fuzzing

Last synced: about 1 month ago
JSON representation

Some fuzzing targets for testing

Awesome Lists containing this project

README

          

# fuzzing targets
Some fuzzing targets for testing

These are all outdated versions that have easy to find vulnerabilities.

Recommended for comparing fuzzers, testing features, etc.

All targets are for Linux except for ```foxit-pdf-fuzz.zip``` which is for testing winafl and other Windows fuzzers.

## links

* [afl++](https://github.com/AFLplusplus/AFLplusplus)
* [afl-cov](https://github.com/vanhauser-thc/afl-cov) (coverage for afl)
* [llvm + libfuzzer](https://github.com/llvm/llvm-project)
* [libfuzzer-cov](https://github.com/vanhauser-thc/libfuzzer-cov) (coverage for libfuzzer)
* [win-afl](https://github.com/googleprojectzero/winafl)