Wfuzz
commands:
-c = color output
-u = URL
-w = wordlist
-z <file,big.txt> = Tells wfuzz to look for files by replacing FUZZ with the words within big.txt (example)
-d = Specify the parameters you want to fuzz with, where data is encoded for an HTML form
--hc = Filter responses
--hw = Hide word count
--hl = Hide line count
--hh = Hide character count
Last updated