Posts: 8
	Threads: 3
	Joined: Sep 2012
	
	
 
	
	
		hello world
i´m trying to crack a wordpress md5 hash on oclhashplus
but I keep getting this error
hash: [x], invalid iteration count
ERROR: No hashes loaded
someone plz help me!
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		paste 1 example hash but only first 4 chars
	
	
	
	
	
 
 
	
	
	
		
	Posts: 8
	Threads: 3
	Joined: Sep 2012
	
	
 
	
	
		it was $P$Df
I already manage to crack it with john
but wonder how it didn´t run on hashcat
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		Hashcat limits phpass to $P$B
	
	
	
	
	
 
 
	
	
	
		
	Posts: 8
	Threads: 3
	Joined: Sep 2012
	
	
 
	
	
		so..some hashes won´t work? sorry i´m n00b I don´t think I understand very well
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		defaults will work, its only those which are customized will not
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,301
	Threads: 11
	Joined: Jul 2010
	
	
 
	
		
		
		10-15-2012, 02:19 PM 
(This post was last modified: 10-15-2012, 02:20 PM by undeath.)
		
	 
	
		the forth character indicates how many iterations where used. In you case this is a D. Usually you find something between 9 and B (0 is the lowest count of iterations, Z(?) is the highest). Hashcat can only handle hashes with an iteration indicator less or equal to B.