ENNAENNA

ffuf

FeaturedMIT

🕸 Web Scanning · Go

ffuf (Fuzz Faster U Fool) is a fast web fuzzer written in Go. It's designed to be versatile, allowing you to fuzz any part of an HTTP request including URLs, headers, POST data, and more. ffuf supports multiple wordlists, custom matchers and filters, recursive scanning, and output in multiple formats. Its speed and flexibility have made it the go-to tool for directory discovery, parameter fuzzing, and virtual host enumeration in bug bounty and penetration testing.

16.0kstars
1.6kforks
226issues
Updated 18d ago

Installation

go install

$ go install github.com/ffuf/ffuf/v2@latest

brew (macOS)

$ brew install ffuf

apt (Kali)

$ sudo apt install ffuf

Use Cases

  • Directory and file discovery on web servers
  • GET/POST parameter fuzzing
  • Virtual host enumeration
  • API endpoint discovery
  • Custom header and cookie fuzzing

Tags

fuzzingdirectory-brutefastflexiblefuzzerinfosecpentestingweb

Community Reviews

More in Web Scanning