Last updated 1 year ago
Was this helpful?
pip3 install wfuzz
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/FUZZ