yadb 0.1.2

Yet Another Directory Buster
Documentation

YADB - Yet Another Directory Buster

Issues Last Commit

WindowsTerminal_XzDicVjS7F-ezgif com-cut

YADB is a fast and safe directory brute-forcing tool written in Rust, inspired by gobuster.

✨ Features

  • High performance with multithreading
  • 🖥️ CLI interface (GUI — coming soon)
  • 📝 Logging to file and stdout
  • 📊 Progress bar for real-time feedback
  • 🔒 Safety — robust error handling and thread safety

📦 Installation

cargo install yadb

🚀 Usage

yadb-cli [OPTIONS] --wordlist <WORDLIST> --uri <URI>

Options:
  -t, --threads <THREADS>    Number of threads [default: 50]
  -r, --recursive            Recursivly parse directories and files (TODO!)
  -w, --wordlist <WORDLIST>  Path to wordlist
  -u, --uri <URI>            Target URI
  -o, --output <OUTPUT>      Output file
  -h, --help                 Print help
  -V, --version              Print version

🛠️ TODO

  • CLI interface
  • GUI interface (planned, using egui or iced)
  • Output in HTML/JSON formats
  • Automatic wordlist updates

📄 License

This project is licensed under the GNU General Public License version 3.