Skip to content

Instantly share code, notes, and snippets.

@xyzkab
Created June 28, 2020 16:54
Show Gist options
  • Save xyzkab/287d2f39bdbb316931feffa028cc959c to your computer and use it in GitHub Desktop.
Save xyzkab/287d2f39bdbb316931feffa028cc959c to your computer and use it in GitHub Desktop.
wfuzz
wfuzz -u "http://192.168.59.102/index.php?FUZZ" -w payloads.txt -b "PHPSESSID=cookie" -p 127.0.0.1:8080:HTTP --hh 12345,4321 --oF wfuzz
wfuzz -z wfuzzp,wfuzz -p 127.0.0.1:8080:HTTP --script errors --no-cache --prev FUZZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment