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:
Usage:
veldora <file/hash> <password_list>
Examples:
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.