Right salt usage
#1
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
#2
you have latest oclHashcat-plus? brute force with -a 3 and read this: http://hashcat.net/wiki/mask_attack
#3
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
#4
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
#5
Oh, big thanks. Now it works!