"No hashes loaded" using 11600 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: "No hashes loaded" using 11600 (/thread-6319.html) |
"No hashes loaded" using 11600 - huebuchelo - 02-20-2017 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. RE: "No hashes loaded" using 11600 - huebuchelo - 02-20-2017 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 RE: "No hashes loaded" using 11600 - philsmd - 02-20-2017 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 RE: "No hashes loaded" using 11600 - huebuchelo - 02-20-2017 (02-20-2017, 02:35 PM)philsmd Wrote: Did you try to use the beta version of hashcat: https://hashcat.net/beta/ ? It's working. Thanks a lot! |