A web application bruteforcer. More information: https://wfuzz.readthedocs.io/en/latest/user/basicusage.html.
wfuzz -w path/to/file -p 127.0.0.1:8080:HTTP http://example.com/FUZZ
wfuzz -w path/to/file -f filename http://example.com/FUZZ
wfuzz -c -w path/to/file --sc 200,301,302 http://example.com/FUZZ
wfuzz -w path/to/file -H "Host: FUZZ.example.com" --hc 301 --hw 222 -t 100 example.com
wfuzz -c --hc 401 -s delay_between_requests_in_seconds -z file,path/to/usernames -z file,path/to/passwords --basic 'FUZZ:FUZ2Z' https://example.com
wfuzz -z list,word1-word2-... https://api.example.com -d "id=FUZZ&showwallet=true"
wfuzz -e encoders
lists all available encoders):wfuzz -z file,path/to/file,none-base64-md5 https://example.com/FUZZ
wfuzz -e encoders|payloads|iterators|printers|scripts