From 1aee8818c923461851f1ca21238bd5fd1b0d73dd Mon Sep 17 00:00:00 2001 From: Dhiraj Mishra Date: Fri, 24 May 2019 18:29:21 +0400 Subject: [PATCH] Adding my PHDays 9 workshop The prime focus of the workshop would be around the following areas: Fuzzing using SPIKE, blind and input-based fuzzing (AFL), finding memory bugs using ASAN with AFL integration, protocol fuzzing (HTTP, FTP, SMTP). Then we concluded the workshop by showcasing multiple bugs found during their research. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f60135b..1aa4c26 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [Fuzzing with AFL Workshop - a set of challenges on real vulnerabilities](https://github.com/ThalesIgnite/afl-training) +[Fuzzing 101 - PHDays](https://github.com/RootUp/PHDays9) + ##### libFuzzer Fuzzer related tutorials [libFuzzer Tutorial](https://github.com/google/fuzzer-test-suite/blob/master/tutorial/libFuzzerTutorial.md)