A command-line program to bruteforce zips, pdfs and some popular hashes.
This is basically a rust version of bruttle, but a lot faster.
sh
git clone https://github.com/tamton-aquib/veldora.git
cd veldora
cargo build
```
cargo run
cargo run "5f4dcc3b5aa765d61d8327deb882cf99" ./password_list.txt
cargo run secure.zip ~/Downloads/password_list.txt
cargo run secure.pdf ~/Downloads/password_list.txt ```
target/debug/veldora
to your $PATH
. cargo run
.