5 releases
0.2.1 | Aug 7, 2022 |
---|---|
0.2.0 | May 26, 2022 |
0.1.2 | Dec 22, 2021 |
0.1.1 | Dec 18, 2021 |
0.1.0 | Dec 18, 2021 |
#391 in Compression
12KB
159 lines
Veldora
A command-line program to bruteforce zips, pdfs and some popular hashes.
This is basically a rust version of bruttle, but a lot faster.
Installation:
cargo install veldora
Usage:
veldora <file/hash> <password_list>
Examples:
veldora "5f4dcc3b5aa765d61d8327deb882cf99" ./password_list.txt
veldora secure.zip ~/Downloads/password_list.txt
veldora secure.pdf ~/Downloads/password_list.txt
Make sure
$HOME/.cargo/
is in path.
Notes:
- Get password lists from here
- To create custom passlist, try: cupp.py
- As always, not to be used for illegal purposes : )
TODOS:
- Code cleaning and pretty error messages.
- Add to crates.io
- Add support for other filetypes like rar.
- Add more hashtypes (bcrypt, whirpool, etc)
- Add tests for each.
- hash mode breaking for zip and pdf. (would get super fast)
- Solve unicode error when reading some password lists.
Dependencies
~12–23MB
~317K SLoC