02-20-2017, 02:22 PM
(This post was last modified: 02-20-2017, 02:29 PM by huebuchelo.)
Greetings.
Today i have a problem with recovering my 7z archive password. As indeed i used 7z2hashcat from github to get the archive hash. I saved the hash in the output file called "hash". When i try to run hashcat on windows i always get this error "No hashes loaded". The command i use:
Code:
hashcat64 -m 11600 path_to_"hash" path_to_wordlist
I also tried:
Code:
hashcat64 -m 11600 -a 3 path_to_"hash" ?d?d?d?d?d?d
Thanks in advance.