google / clusterfuzz

Scalable fuzzing infrastructure.
https://google.github.io/clusterfuzz
Apache License 2.0
5.3k stars 555 forks source link

Add links to fuzzing resources in documentation #168

Closed oliverchang closed 1 year ago

oliverchang commented 5 years ago

We should add more links to tutorials for fuzzing to our documentation for people who may not be as familiar with it.

Sai-Adarsh commented 5 years ago

@oliverchang Shall I work on this?

Dor1s commented 5 years ago

Something like these? Mostly taken from OSS-Fuzz page + a new structure aware fuzzing one.

Sai-Adarsh commented 5 years ago

Something like these? Mostly taken from OSS-Fuzz page + a new structure aware fuzzing one.

looks good to me.

inferno-chromium commented 5 years ago

actually wanted more like what fuzzing is and more overview stuff. above links are already in libfuzzer/afl documentation.

Sai-Adarsh commented 5 years ago

actually wanted more like what fuzzing is and more overview stuff. above links are already in libfuzzer/afl documentation.

Like these?

Sai-Adarsh commented 5 years ago

actually wanted more like what fuzzing is and more overview stuff. above links are already in libfuzzer/afl documentation.

Like these?

* [Fuzz testing: Beginner’s guide](https://medium.com/ouspg/fuzz-testing-beginners-guide-da2c9179caa7)

* [Complete Guide to Fuzzing](https://www.cybrary.it/2017/08/your-complete-guide-to-fuzzing/)

* [15 minute guide to fuzzing](https://www.mwrinfosecurity.com/our-thinking/15-minute-guide-to-fuzzing/)

* [Curated list of fuzzing resources](https://github.com/secfigo/Awesome-Fuzzing)

@inferno-chromium could you check if these are the resources your are expecting?