yadb

Crates.ioyadb
lib.rsyadb
version0.2.2
created_at2025-06-20 09:35:56.397587+00
updated_at2025-06-21 14:26:53.120339+00
descriptionYet Another Directory Buster
homepage
repositoryhttps://github.com/izya4ka/yadb
max_upload_size
id1719365
size51,887
(izya4ka)

documentation

README

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

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

Options:
  -t, --threads <THREADS>      Number of threads [default: 50]
  -r, --recursive <RECURSIVE>  Recursivly parse directories and files (recursion depth) [default: 0]
  -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
  • Recursion
  • GUI interface (planned, using egui or iced)
  • Output in HTML/JSON formats
  • Automatic wordlist updates

🙌 Contributions

Contributions are welcome! If you have ideas for improvements, bug fixes, or new features, feel free to open an issue or submit a pull request.

📄 License

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

Commit count: 0

cargo fmt