From f11eaae59c5746ac610aec913e29b4946e08cb8c Mon Sep 17 00:00:00 2001 From: mykter Date: Fri, 15 Dec 2017 02:10:59 +0000 Subject: [PATCH] Add fuzzing with AFL workshop from SteelCon 2017 (#26) Also remove out of date "2016" sub-heading --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2535e09..ca79777 100644 --- a/README.md +++ b/README.md @@ -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)