Add fuzzing with AFL workshop from SteelCon 2017 (#26)

Also remove out of date "2016" sub-heading
This commit is contained in:
mykter 2017-12-15 02:10:59 +00:00 committed by Mohammed A Imran
parent 620bb36a84
commit f11eaae59c

View File

@ -98,8 +98,6 @@ A curated list of fuzzing resources ( Books, courses - free and paid, videos, to
*Tutorials and blogs which explain methodology, techniques and best practices of fuzzing*
### [2016 articles]
[Effective File Format Fuzzing](http://j00ru.vexillium.org/slides/2016/blackhat.pdf) - Mateusz “j00ru” Jurczyk @ Black Hat Europe 2016, London
[A year of Windows kernel font fuzzing Part-1 the results](http://googleprojectzero.blogspot.in/2016/06/a-year-of-windows-kernel-font-fuzzing-1_27.html) - Amazing article by Google's Project Zero, describing what it takes to do fuzzing and create fuzzers.
@ -171,6 +169,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio
[How to fuzz a server with American Fuzzy Lop](https://www.fastly.com/blog/how-fuzz-server-american-fuzzy-lop/) - by Jonathan Foote
[Fuzzing with AFL Workshop - a set of challenges on real vulnerabilities](https://github.com/ThalesIgnite/afl-training)
##### libFuzzer Fuzzer related tutorials
[libFuzzer Tutorial](http://tutorial.libfuzzer.info)