| Crates.io | yadb |
| lib.rs | yadb |
| version | 0.3.5 |
| created_at | 2025-06-20 09:35:56.397587+00 |
| updated_at | 2025-11-09 14:40:03.708002+00 |
| description | Yet Another Directory Buster |
| homepage | |
| repository | https://github.com/izya4ka/yadb |
| max_upload_size | |
| id | 1719365 |
| size | 121,712 |
YADB is a directory brute-forcing tool written in Rust, inspired by gobuster.
cargo install yadb
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
Just simply:
yadb-tui
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.
This project is licensed under the GNU General Public License version 3.
This project is provided for educational and research purposes only — use it responsibly and only on systems you own or have explicit permission to test; the author accepts no liability for any misuse or damage.