08-09-2023, 07:39 PM
Extract hashes from your files into a format suitable for use with hashcat.
https://github.com/hashstation/file2hashcat
Extract and print hash:
python3 file2hashcat.py your-file
Extract and print hash and hash type number:
python3 file2hashcat.py your-file -t
https://github.com/hashstation/file2hashcat
Extract and print hash:
python3 file2hashcat.py your-file
Extract and print hash and hash type number:
python3 file2hashcat.py your-file -t