Posts: 7
	Threads: 4
	Joined: Nov 2013
	
	
 
	
	
		I'm trying to crack this Solaris 10 DES hash (dKVMJs0zjvzQQ). The password policy on this machine is set to PASSLENGTH=6 so I set the mask to ?a?a?a?a?a?a but oclhashcat never cracked it. I thought that mask pretty much covered all the possibilities but obviously I'm mistaken. What am I doing wrong? Is it the salt that's the problem?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,935
	Threads: 12
	Joined: May 2012
	
	
 
	
	
		PASSLENGTH=6 means the password has to be a minimum of 6 chars. descrypt has a max of 8 chars, so the password could be 6, 7, or 8 chars long. Your mask only did length 6. You still have lengths 7 & 8 to search.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 7
	Threads: 4
	Joined: Nov 2013
	
	
 
	
	
		I assumed PASSLENGTH meant "password length" not "minimum password length". LOL, silly me. Awesome, thanks for the quick reply!
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,935
	Threads: 12
	Joined: May 2012