Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please help at ocl accelerated sha1($salt.$pass)
01-17-2012, 07:17 PM
Post: #1
Please help at ocl accelerated sha1($salt.$pass)
Am I right that oclhashcat-lite does NOT support sha1($salt.$pass) ?

Is oclhashcat-able to crack single sha1($salt.$pass) with known salt ? I already tried oclHashcat-plus -m 121 but not sure about the correct parameter setup. How would a correct command line look like for to crack a single hash with known salt ? Does the wordlist generator or rules need to be involved ?

Please give a reproducable general example of ocl accelerated cracking of SMF hashes with known salt
Find all posts by this user
Quote this message in a reply
01-17-2012, 07:31 PM (This post was last modified: 01-17-2012 07:34 PM by Vulpix.)
Post: #2
RE: Please help at ocl accelerated sha1($salt.$pass)
Quote:You're wrong; it states that oclHashcat-lite supports this type of hash. In fact, a performance result's been posted in the main section of the page with the results :3

sha1($pass.$salt) 3426M c/s (HD5970)

I suggest going into the wiki or simply open up the documentation of oclHashcat-lite and get crackin' with creating masks for your bruteforce!

It's what I did with my DES, hehe.

Disregard the above. I'm wrong! I misread your message. (Unless you mistyped)... sha1($salt.$pass) doesn't seem to be included indeed...
Find all posts by this user
Quote this message in a reply
01-17-2012, 07:46 PM
Post: #3
RE: Please help at ocl accelerated sha1($salt.$pass)
Also one more important thing here : I´m looking for a Burteforce attack ! So something like ...
hashcat -a 3 --bf-cs-buf abcdefghijklmnopqrstuvwxyz --bf-pw-max 8 -m 102 ... but ocl accelerated
Find all posts by this user
Quote this message in a reply
01-17-2012, 08:12 PM (This post was last modified: 01-17-2012 08:12 PM by Vulpix.)
Post: #4
RE: Please help at ocl accelerated sha1($salt.$pass)
Well oclHashcat-lite basically does mainly bruteforce. It is just called attacking with a mask because that's how you do it.

?l lowercase, ?u uppercase ?d digits ?s special symbols, or you can create your own charset by doing this -1 abcde and then using it as a ?1 in the mask options of the CLI.

So that at least I know oclHashcat-lite does. But about the $salt.$pass, I think you'll have to see what atom has to say.
Find all posts by this user
Quote this message in a reply
01-17-2012, 08:41 PM
Post: #5
RE: Please help at ocl accelerated sha1($salt.$pass)
(01-17-2012 07:17 PM)k.paulsen Wrote:  Am I right that oclhashcat-lite does NOT support sha1($salt.$pass) ?

Is oclhashcat-able to crack single sha1($salt.$pass) with known salt ? I already tried oclHashcat-plus -m 121 but not sure about the correct parameter setup. How would a correct command line look like for to crack a single hash with known salt ? Does the wordlist generator or rules need to be involved ?

Please give a reproducable general example of ocl accelerated cracking of SMF hashes with known salt

Lite does not support SMF. Plus however does.
Find all posts by this user
Quote this message in a reply
Post Reply