Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 379 Bytes

wfuzz.md

File metadata and controls

13 lines (10 loc) · 379 Bytes

Source

https://github.com/xmendez/wfuzz

-c = color, -z = paylaod, file.txt contains strings for fuzzing --hc = hide response with code XXX

wfuzz -c -z file,<file>.txt --hc 404 http://<rhost>/FUZZ

-hs = hide regex switch, -d = POST, FUZZ means insert payload here

wfuzz -c -z file,<file>.txt --hs Invalid -d "<var>=FUZZ" http://<rhost>/<path>.php