A command-line tool to extract hashes from encrypted files for hashcat.
- Detect file types by checking the magic number.
- Extract hashes with some 3rd tools.
- Convert to hashcat supported format.
./hash-extr 123.7z
For more details, check --help
Supported file types:
- ✅wpa
- ✅office
- ✅szip
- ✅rar
- ✅pkzip
# linux or mac
make
# windows
# make win
- hashcat-utils-master
- JohnTheRipper
Lzma
package in perl
I have downloaded the packages in the folder cvttools
. Install them by executing
sudo bash tool_intall.sh