"No hashes loaded" using 11600
#1
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
Give me a helping hand please.
Thanks in advance.
#2
To be precise, i run hashcat form root dir. Both the hash and the wordlist are located in root too. So the command looks like this:
Code:
hashcat64 -m 11600 hash wordlist
#3
Did you try to use the beta version of hashcat: https://hashcat.net/beta/ ?

There were several changes made to both 7z2hashcat *and* hashcat during the last weeks.

Please try the beta version. Thx
#4
(02-20-2017, 02:35 PM)philsmd Wrote: Did you try to use the beta version of hashcat: https://hashcat.net/beta/ ?

There were several changes made to both 7z2hashcat *and* hashcat during the last weeks.

Please try the beta version. Thx

It's working. Thanks a lot!