Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple BF on MD5 with oclHashcat-lite
11-23-2011, 01:12 PM
Post: #1
Simple BF on MD5 with oclHashcat-lite
Hi !

I'm trying to perform simple brute force with oclHashcat-lite:

http://i44.tinypic.com/2hphru1.jpg

As you can see, i try to use lowercase and uppercase letters and digits. Something is wrong. I figured out, that problem occurs with uppercase letters. For example, md5(s12s) = cb31e07734d164ea42d40d061792f79d works perfectly.

Any ideas ?

A.
Find all posts by this user
11-23-2011, 01:15 PM
Post: #2
RE: Simple BF on MD5 with oclHashcat-lite
everything is fine, you are just using it wrong.

you defined a custom charset but you do not use it. in this case, it uses the default mask which does not match your plaintext.

http://hashcat.net/wiki/mask_attack
Visit this user's website Find all posts by this user
11-23-2011, 01:26 PM
Post: #3
RE: Simple BF on MD5 with oclHashcat-lite
@atom, thanks for explanation, i added "?1?1?1?1?1" in Mask textbox, now it works ! Big thanks and keep up good work !
Find all posts by this user
Thread Closed