SkillAgentSearch skills...

Veldora

A rust program to bruteforce ZIP, PDF and some common hashes.

Install / Use

/learn @tamton-aquib/Veldora
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Veldora

A command-line program to bruteforce zips, pdfs and some popular hashes.<br /> This is basically a rust version of bruttle, but a lot faster.

Installation:

From AUR

yay -S veldora

From source

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.

veldora

Notes:

  • Get password lists from here
  • To create custom passlist, try: cupp.py
  • As always, not to be used for illegal purposes : )

TODOS:

  • [x] Code cleaning and pretty error messages.
  • [x] Add to crates.io
  • [ ] Add concurrency (with rayon)
  • [ ] 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.

Related Skills

View on GitHub
GitHub Stars40
CategoryDevelopment
Updated13d ago
Forks4

Languages

Rust

Security Score

95/100

Audited on Mar 17, 2026

No findings