https://github.com/xmendez/wfuzz
Folder Fuzz
wfuzz -c -z file,myWordList http://[TARGET_IP]:[TARGET_PORT]/FUZZFuzz Folders.
GET Fuzz
wfuzz -c -z file,myWordList http://[TARGET_IP]:[TARGET_PORT]/api/file?parameter=FUZZFuzz GET Parameter (ex: API).
POST Login Brute Force
wfuzz -c -z file,myWordList -u http://[TARGET_IP]:[TARGET_PORT]/login.php -d “username=FUZZ&password=FUZZ”Fuzz POST Login.
Flags
-zWord File to replace FUZZ in the request. For example -z file,big.txt.
-dSpecifies POST parameters.
-sTiming for requests.
-cShows the output in color.
--hcDon't show certain http response codes.
--hlDon't show a certain amount of lines in the response.
--hhDon't show a certain amount of words.