https://github.com/kedpter/hash-extr
Extract hashcat hashes from encrypted files
https://github.com/kedpter/hash-extr
encrypt extract hash hashcat office pdf rar wpa zip
Last synced: 10 months ago
JSON representation
Extract hashcat hashes from encrypted files
- Host: GitHub
- URL: https://github.com/kedpter/hash-extr
- Owner: kedpter
- License: mit
- Created: 2019-03-18T01:35:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T08:09:53.000Z (about 7 years ago)
- Last Synced: 2025-06-12T05:07:15.293Z (about 1 year ago)
- Topics: encrypt, extract, hash, hashcat, office, pdf, rar, wpa, zip
- Language: C
- Homepage:
- Size: 56.8 MB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# hash-extr
A command-line tool to extract hashes from encrypted files for hashcat.
1. Detect file types by checking the magic number.
2. Extract hashes with some 3rd tools.
3. Convert to hashcat supported format.
## Usage
```
./hash-extr 123.7z
```
For more details, check `--help`
Supported file types:
- :white_check_mark:wpa
- :white_check_mark:office
- :white_check_mark:pdf
- :white_check_mark:szip
- :white_check_mark:rar
- :white_check_mark:pkzip
## Build
```
# linux or mac
make
# windows
# make win
```
## Requirements
- 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
```