Fuzz — Web Fuzzing with ffuf
Lightweight web application fuzzing using ffuf.
Prerequisites
command -v ffuf && ffuf -V
If not installed:
brew install ffuf # macOS
# or
go install github.com/ffuf/ffuf/v2@latest
Common Wordlists
/usr/share/wordlists/ # Kali default
/opt/homebrew/share/wordlists/ # Homebrew
~/.local/share/wordlists/ # User-local
# SecLists (inst
[Description truncada. Veja o README completo no GitHub.]