Fuzz Faster U Fool (FFUF)
FFUF FUZZER TOOL
FUZZ = Tells program where to fuzz
#-u = URL
We can fuzz parameters to check for SQLi, XSS, etc.
Example:
ffuf -u http://IP_ADDRESS/file.php?id=FUZZ
ffuf -u http://IP_ADDRESS/file.php?FUZZ=1'Subdomain enumeration example:
ffuf -u http://example.com -c -w /path/to/wordlist.txt -H 'Host: FUZZ.example.com' -fs 0TIP: We can even use regex to search for files
Ffuf
Wordlists
Misc
Last updated