ffuf
Web Applicationkali · parrotFast web fuzzer for directories, virtual hosts, and parameters. Preferred over older gobusters for speed.
Install
sudo apt install ffuf
Common commands
ffuf -w wordlist.txt -u https://target.com/FUZZ ffuf -w params.txt -u https://target.com/api?FUZZ=1
Use only on systems you are authorized to test. Follow program scope.
Related tools
Burp Suite
featuredThe industry-standard intercepting proxy for web app and API testing. Core bug bounty tool.
httpx
featuredFast HTTP toolkit from ProjectDiscovery for probing live hosts and tech detection.
OWASP ZAP
featuredFree open-source web app scanner and proxy — solid Burp alternative for automated scans.
Dirb
Classic content scanner that brute-forces web directories and files.