hashcat Forum
Right salt usage - Printable Version

+- hashcat Forum (http://hashcat.net/forum)
+-- Forum: Support (/forum-3.html)
+--- Forum: oclHashcat-plus (/forum-23.html)
+--- Thread: Right salt usage (/thread-957.html)



Right salt usage - AntonK - 02-27-2012 07:25 PM

Hello. I have list of hashes from vBulletin in format "hash:salt". 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


RE: Right salt usage - atom - 02-27-2012 08:53 PM

you have latest oclHashcat-plus? brute force with -a 3 and read this: http://hashcat.net/wiki/mask_attack


RE: Right salt usage - AntonK - 02-28-2012 04:41 PM

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


RE: Right salt usage - restrictedbytes - 02-28-2012 07:16 PM

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
Smile


RE: Right salt usage - AntonK - 02-29-2012 04:17 AM

Oh, big thanks. Now it works!