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
- Host: GitHub
- URL: https://github.com/vanhauser-thc/fuzzing-targets
- Owner: vanhauser-thc
- Created: 2020-02-19T13:36:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T20:25:38.000Z (over 5 years ago)
- Last Synced: 2025-01-24T10:28:56.206Z (about 1 year ago)
- Topics: fuzz, fuzz-testing, fuzzing
- Size: 90.9 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)