Veldora
A program to bruteforce zips, pdfs and some popular hashes.
This is basically a rust version of bruttle, but a lot faster.
Installation:
git clone https://github.com/tamton-aquib/veldora.git
cd veldora
cargo build
Usage:
cargo run
# Examples:
cargo run "5f4dcc3b5aa765d61d8327deb882cf99" ./password_list.txt
# OR
cargo run secure.zip ~/Downloads/password_list.txt
# OR
cargo run secure.pdf ~/Downloads/password_list.txt
Notes:
- You could move the binary from
target/debug/veldora
to your$PATH
.
This will allow us to use binary name anywhere instead ofcargo run
. - Get password lists from here
- To create custom passlist, try: cupp.py
- As always, not to be used for illegal purposes : )
TODOS:
- Code cleaning.
- Add support for other filetypes like rar.
- Extraction for pdf function.