Fuzzing

ffuf

Github repository :

https://github.com/ffuf/ffuf

# Fuzz ignoring 404 status code and checking for .php and .bak extensions
ffuf -u https://target/FUZZ -w /path/to/wordlist -fc 404 -e .php,.bak

Last updated