Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
16 character password + Hybrid Attack
09-04-2012, 07:27 PM (This post was last modified: 09-04-2012 07:37 PM by atom.)
Post: #1
16 character password + Hybrid Attack
Hello
I'm new in hashcat & need some help.
I have specific task: so I have 16 character password. Character are numbers & capital letters from A to F. I know last 8 character from password & I need brute force first 8 characters.
Of course I have md5 hash. It look like
Password = ********ABCFEFGQ
MD5 = aX1fX24XX932XXbbXX1Xd69cXX5e4f2ce

I read docs & find that i need to use Hybrid Attack
http://hashcat.net/wiki/doku.php?id=hybrid_attack

But it seems hash cat can not work with password more than 15 characters now days.
Is it true?

And the second question - what is the proper command to hashcat-plus to do such job?
Find all posts by this user
Quote this message in a reply
09-04-2012, 07:33 PM (This post was last modified: 09-04-2012 07:37 PM by atom.)
Post: #2
RE: 16 character password + Hybrid Attack
1. oclHashcat-plus is limited to 15 chars.
2. hybrid is the wrong attack, you want to do a mask attack. Consolut the wiki again.
3. If you only need to iterated through 8 chars 0-F this is a 16^8 keyspace. You can do that pretty fast with hashcat CPU or oclHashcat-lite. I cracked your hash in < 1 second with it.
4. do not post hashes here or mask them, warning added.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply