From bf4134303097b8deedfd9b2cb5635d1b3736f917 Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Sat, 5 Apr 2014 10:25:30 -0400 Subject: [PATCH] Adding sfuzz --- tools/sfuzz.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 tools/sfuzz.md diff --git a/tools/sfuzz.md b/tools/sfuzz.md new file mode 100644 index 0000000..c90c1e4 --- /dev/null +++ b/tools/sfuzz.md @@ -0,0 +1,46 @@ +# sfuzz - Simple Fuzzer + +Notes +------- + +Help Text +------- +``` + Simple Fuzzer +By: Aaron Conole +version: 0.7.0 +url: http://aconole.brad-x.com/programs/sfuzz.html +EMAIL: apconole@yahoo.com +Build-prefix: /usr + -h This message. + -V Version information. + +networking / output: + -v Verbose output + -q Silent output mode (generally for CLI fuzzing) + -X prints the output in hex + + -b Begin fuzzing at the test specified. + -e End testing on failure. + -t Wait time for reading the socket + -S Remote host + -p Port + -T|-U|-O TCP|UDP|Output mode + -R Refrain from closing connections (ie: "leak" them) + + -f Config File + -L Log file + -n Create a new logfile after each fuzz + -r Trim the tailing newline + -D Define a symbol and value (X=y). + -l Only perform literal fuzzing + -s Only perform sequence fuzzing + +``` + +Example Usage +------- + +Links +------- +