Posts: 5
	Threads: 3
	Joined: Feb 2017
	
	
 
	
		
		
		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
 
	
	
	
	
 
 
	
	
	
		
	Posts: 5
	Threads: 3
	Joined: Feb 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
 
 
	
	
	
		
	Posts: 2,266
	Threads: 16
	Joined: Feb 2013
	
	
 
	
	
		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
	
 
 
	
	
	
		
	Posts: 5
	Threads: 3
	Joined: Feb 2017
	
	
 
	
	
		 (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!