Skip to content

🎯 A collection of fuzzing targets written in Rust.

License

Notifications You must be signed in to change notification settings

PaulGrandperrin/targets

 
 

Repository files navigation

targets

A collection of fuzzing targets written in Rust.

How do I fuzz?

As an example:

# with AFL
./fuzz-with-afl.sh url_read

# with LibFuzzer
./fuzz-with-libfuzzer.sh url_read

# with Honggfuzz
./fuzz-with-honggfuzz.sh url_read

Contributing

Want to add another fuzz target? It can be for an existing crate or a new one, just open a pull request!

License

All files in this repository are licensed CC0.

About

🎯 A collection of fuzzing targets written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 86.6%
  • Shell 10.4%
  • Ruby 3.0%