❄️Wfuzz
Installation
pip3 install wfuzzCommands
wfuzz -w <wordlist.txt> http://example.com/FUZZ
#Login bruteforce
wfuzz -z file,users.txt -d "username=FUZZ&password=FUZZ" http://example.com
#Basic auth
wfuzz -z file,users.txt --basic FUZZ:FUZZ http://example.com/FUZZREFERENCES
Last updated
Was this helpful?