Fast web fuzzer for discovering hidden directories and files
Fast web fuzzer written in Go
ffuf$ ffuf -u http://example.com/FUZZ -w /usr/share/wordlists/dirb/common.txt$ ffuf -u 'http://example.com/?param=FUZZ' -w wordlist.txt -fw 200$ ffuf -u 'http://example.com/FUZZ/test/FUZZ' -w words.txt -mc 200,301,302