Posts: 2
	Threads: 1
	Joined: Dec 2019
	
	
 
	
		
		
		12-30-2019, 09:13 AM 
(This post was last modified: 12-30-2019, 09:26 AM by philsmd.)
		
	 
	
		Hash:
[hash removed]
algorithm: SHA1 + salt
My command:
.\hashcat64.exe -m 110 -a 0 [hash removed] realuniq.lst -O
Even without -O at the end, the hashcat gets exhausted. Wat to do?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,266
	Threads: 16
	Joined: Feb 2013
	
	
 
	
		
		
		12-30-2019, 09:26 AM 
(This post was last modified: 12-30-2019, 09:26 AM by philsmd.)
		
	 
	
	
	
	
	
 
 
	
	
	
		
	Posts: 389
	Threads: 1
	Joined: Nov 2017
	
	
 
	
	
		If it's not finding the password within your dictionary then it's going to be exhausted. Nothing going wrong, just not finding your password.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2
	Threads: 1
	Joined: Dec 2019
	
	
 
	
	
		 (12-30-2019, 11:57 PM)slyexe Wrote:  If it's not finding the password within your dictionary then it's going to be exhausted. Nothing going wrong, just not finding your password.
So it's a problem with the dictionary?
What should I do then, keep finding until I get the right dictionary? Or should I just bruteforce it?