Posts: 3
	Threads: 1
	Joined: Feb 2012
	
	
 
	
	
		Hello. I have list of hashes from vBulletin in format "hash

alt". Tell please, how i must start cudaHashcat fot brute it? I read options help, but not found options for work with lists in this format. May be i need put hashes in one file, and salts in other file?
P.S. Sorry for my bad english
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		you have latest oclHashcat-plus? brute force with -a 3 and read this: 
http://hashcat.net/wiki/mask_attack
	 
 
	
	
	
		
	Posts: 3
	Threads: 1
	Joined: Feb 2012
	
	
 
	
	
		Thanks for answer, but i readed it early. I have 0.07 version of oclHashcat-plus, try start hashcat so:
    ./cudaHashcat-plus64.bin -a3 -m2711 -o1 /path/to/hashes-file ?l?l?l?l?l?l?l
And hashcat write many strings like:
    hash: b2a20912272a18bda03c67b4bc491e34:vSu, line length exception: 36
	
	
	
	
	
 
 
	
	
	
		
	Posts: 23
	Threads: 1
	Joined: Oct 2011
	
	
 
	
		
		
		02-28-2012, 07:16 PM 
(This post was last modified: 02-28-2012, 07:19 PM by restrictedbytes.)
		
	 
	
		wrong hash type....looks like 2611 
(just checked....it is)
and since i think posting the plain would be a violation of board rules here's just a hint: the mask you have now wont find it, instead try ?d?d?d?d?d?d?d?d
 
	 
 
	
	
	
		
	Posts: 3
	Threads: 1
	Joined: Feb 2012
	
	
 
	
	
		Oh, big thanks. Now it works!