Skip to content

Mascol9/fuffa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

263 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuffa mascot

🚀 fuffa - FFUF Using Fantastic Formats And colors

A fast web fuzzer written in Go, forked from ffuf with additional features and Italian localization.

⚡ Quick Start

# Basic directory fuzzing
fuffa -w wordlist.txt -u https://example.org/FUZZ

# Italian help
fuffa -aiuto

# With filtering and colors
fuffa -w wordlist.txt -u https://example.org/FUZZ -mc all -fs 42 -c -v

✨ What's New in fuffa

  • 🇮🇹 Italian localization (-aiuto flag)
  • 🎨 Enhanced output formatting
  • 🔧 Improved user experience
  • 📊 Better progress indicators

📦 Installation

Option 1: Download Binary (Recommended)

# Download from releases (when available)
wget https://github.com/Mascol9/fuffa/releases/latest/download/fuffa_linux_amd64.tar.gz
tar -xzf fuffa_linux_amd64.tar.gz
chmod +x fuffa
./fuffa -V

Option 2: Build from Source

# Clone the repository
git clone https://github.com/Mascol9/fuffa
cd fuffa

# Build
go build -ldflags "-s -w" -o fuffa .

# Run
./fuffa -V

Requirements: Go 1.17 or greater

🎯 Usage Examples

🔍 Directory Discovery

fuffa -w /path/to/wordlist -u https://target/FUZZ

🌐 Virtual Host Discovery

fuffa -w vhost-wordlist.txt -u https://target -H "Host: FUZZ" -fs 4242

🔍 Parameter Fuzzing

# GET parameters
fuffa -w params.txt -u https://target/script.php?FUZZ=test_value -fs 4242

# POST data
fuffa -w passwords.txt -X POST -d "username=admin&password=FUZZ" -u https://target/login.php -fc 401

🇮🇹 Italian Help

fuffa -aiuto  # Show help in Italian

📚 Documentation

Configuration Files

fuffa supports configuration files at $XDG_CONFIG_HOME/ffuf/ffufrc. See ffufrc.example for reference.

Advanced Usage

For complete documentation with all flags and options:

fuffa -h      # English help
fuffa -aiuto  # Italian help  

🤝 Contributing

Based on ffuf by @joohoi and contributors.

📝 TODO

See TODO.md for planned improvements and features.

About

Fast web fuzzer written in Go

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 100.0%