WFUZZ

Wfuzz XSS Fuzzing

code

wfuzz -c -z file,/usr/share/seclists/Fuzzing/XSS/XSS-BruteLogic.txt "$URL"
wfuzz -c -z file,/usr/share/seclists/Fuzzing/XSS/XSS-Jhaddix.txt "$URL"

Command Injection With Post Data

code

wfuzz -c -z file,/usr/share/seclists/Fuzzing/command-injection-commix.txt -d "doi=FUZZ" "$URL"

Parameter - Test For Parameter Existence

  • --hc/hl/hw/hh N[,N]+ : Hide responses with the specified code/lines/words/chars (Use BBB for taking values from baseline)

code

wfuzz -c -z file,/usr/share/seclists/Discovery/Web-Content/burp-parameter-names.txt "$URL"

example

Parameter Value Fuzzing

code

example

Directories - Authenticated Fuzzing Directories

code

Authenticated File Fuzzing

code

Fuzz Directories

code

Fuzz Files

code

Large Words

code

Users

code

Last updated