mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
Adding sfuzz
This commit is contained in:
parent
ea1018762f
commit
bf41343030
46
tools/sfuzz.md
Normal file
46
tools/sfuzz.md
Normal file
@ -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
|
||||
-------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user