From c2d46650bc85c8d78edda7d02ce0e8138db5a8fd Mon Sep 17 00:00:00 2001 From: jose nazario Date: Wed, 21 Jun 2017 14:56:45 -0400 Subject: [PATCH] add server fuzzing with AFL tutorial (#20) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b277a7f..310fae2 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [Fuzzing Perl/XS modules with AFL](https://medium.com/@dgryski/fuzzing-perl-xs-modules-with-afl-4bfc2335dd90) +[How to fuzz a server with American Fuzzy Lop](https://www.fastly.com/blog/how-fuzz-server-american-fuzzy-lop/) - by Jonathan Foote ##### libFuzzer Fuzzer related tutorials