From 6eb6a020b444b1d3a3530952ddb3c7d40de15433 Mon Sep 17 00:00:00 2001 From: shekk Date: Tue, 25 Oct 2016 16:57:03 -0500 Subject: [PATCH] Added rage_fuzzer in "Network Protocol Fuzzers". --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eac0c4b..221e3b5 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [Nightmare](https://github.com/joxeankoret/nightmare) - A distributed fuzzing testing suite with web administration, supports fuzzing using network protocols. +[rage_fuzzer](https://github.com/deanjerkovich/rage_fuzzer) - A dumb protocol-unaware packet fuzzer/replayer. + ### Misc. like Kernel Fuzzers, general purpose fuzzer etc., [KernelFuzzer](https://github.com/mwrlabs/KernelFuzzer) - Cross Platform Kernel Fuzzer Framework.