ffuf

Fast web fuzzer for discovering hidden directories and files

brewmacoslinux
Try with needOr install directly
Source

About

Fast web fuzzer written in Go

Commands

ffuf

Examples

Fuzz directories on a target website$ ffuf -u http://example.com/FUZZ -w /usr/share/wordlists/dirb/common.txt
Fuzz URL parameters with custom word list$ ffuf -u 'http://example.com/?param=FUZZ' -w wordlist.txt -fw 200
Fuzz multiple positions and filter by status code$ ffuf -u 'http://example.com/FUZZ/test/FUZZ' -w words.txt -mc 200,301,302