From 689f6fbfa7cc99fe07fcd9e3acf2ebeffc47e640 Mon Sep 17 00:00:00 2001 From: I4N_lpz <43575651+liupuz@users.noreply.github.com> Date: Tue, 21 Jun 2022 10:51:10 +0800 Subject: [PATCH] Update README.md Added Kitty under Network Protocol Fuzzing Tools. Kitty has good support for proprietary and esoteric protocols. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7270eeb..bc5e0cf 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,10 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [Pulsar](https://github.com/hgascon/pulsar) - Protocol Learning, Simulation and Stateful Fuzzer. +[Kitty](https://github.com/cisco-sas/kitty) - Kitty is an open-source modular and extensible fuzzing framework and it's goal is to fuzz proprietary and esoteric protocols. + + + ### Browser Fuzzing [BFuzz](https://github.com/RootUp/BFuzz) - An input based, browser fuzzing framework.