From d49846207dea1926fed956d278733d35c01b1ce2 Mon Sep 17 00:00:00 2001 From: Andrew Lamarra Date: Mon, 6 Jul 2020 10:18:23 -0400 Subject: [PATCH] Added a link to AFLNet under the 'Network Protocol Fuzzers' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d76b2ed..38d8c99 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [AFL (w/ networking patch)](https://github.com/jdbirdwell/afl) - An unofficial american fuzzy lop capable of network fuzzing. +[AFLNet](https://github.com/aflnet/aflnet) - A Greybox Fuzzer for Network Protocols (an extention of AFL). + ### Browser Fuzzing [BFuzz](https://github.com/RootUp/BFuzz) - An input based, browser fuzzing framework.