hashcat Forum
Right salt usage - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: Right salt usage (/thread-957.html)



Right salt usage - AntonK - 02-27-2012

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

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

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

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

Oh, big thanks. Now it works!