Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Right salt usage
02-27-2012, 07:25 PM
Post: #1
Right salt usage
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
Find all posts by this user
Quote this message in a reply
02-27-2012, 08:53 PM
Post: #2
RE: Right salt usage
you have latest oclHashcat-plus? brute force with -a 3 and read this: http://hashcat.net/wiki/mask_attack
Visit this user's website Find all posts by this user
Quote this message in a reply
02-28-2012, 04:41 PM
Post: #3
RE: Right salt usage
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
Find all posts by this user
Quote this message in a reply
02-28-2012, 07:16 PM (This post was last modified: 02-28-2012 07:19 PM by restrictedbytes.)
Post: #4
RE: Right salt usage
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
Find all posts by this user
Quote this message in a reply
02-29-2012, 04:17 AM
Post: #5
RE: Right salt usage
Oh, big thanks. Now it works!
Find all posts by this user
Quote this message in a reply
Post Reply