From 8049b2c58364c06d1149b262afcd086ec807e172 Mon Sep 17 00:00:00 2001 From: houjingyi Date: Mon, 20 Apr 2020 21:19:51 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d76b2ed..730310b 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,9 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [Auto generation of Peach pit files/fuzzers](http://doc.netzob.org/en/latest/tutorials/peach.html) - by Frédéric Guihéry, Georges Bossert. ##### AFL Fuzzer related tutorials + +[Fuzzing sockets, part 1: FTP servers](https://securitylab.github.com/research/fuzzing-sockets-FTP) + [Fuzzing workflows; a fuzz job from start to finish](https://foxglovesecurity.com/2016/03/15/fuzzing-workflows-a-fuzz-job-from-start-to-finish/) - by @BrandonPrry. [Fuzzing capstone using AFL persistent mode](https://toastedcornflakes.github.io/articles/fuzzing_capstone_with_afl.html) - by @toasted_flakes