ffuf
ffuf -u <url>/FUZZ -w <wordlist>
Fast and flexible web fuzzing tool, supports multiple wordlists, HTTP methods, and advanced filtering.
When you need advanced fuzzing: directory discovery, parameters, subdomains, and more. ffuf is extremely fast and allows filtering by response size, status code, and keywords. It is the go-to tool in bug bounty and pentesting.
If the site is very sensitive to traffic spikes or if the WAF blocks by IP, ffuf can be too aggressive. Also, if you need a simple tool and don't require advanced filtering, gobuster is simpler.