veldora

Crates.ioveldora
lib.rsveldora
version0.2.1
sourcesrc
created_at2021-12-18 12:58:33.904188
updated_at2022-08-07 17:36:55.797307
descriptionA command-line program to bruteforce zips, pdfs and some popular hashes.
homepagehttps://github.com/tamton-aquib/veldora
repositoryhttps://github.com/tamton-aquib/veldora
max_upload_size
id499995
size37,070
Aquib Javed (tamton-aquib)

documentation

https://docs.rs/veldora

README

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.
Commit count: 20

cargo fmt