veldora-0.1.1 is not a library.
Visit the last successful build:
veldora-0.2.1
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:
- Add to crates.io
- Code cleaning.
- Make error messages pretty.
- Add support for other filetypes like rar.
- hash mode breaking for zip and pdf. (would get super fast)
- Solve unicode error when reading some password lists.