Posts: 2
Threads: 1
Joined: May 2013
05-08-2013, 12:51 AM
I am very new to hashcat, but I have a list of MD5-hashed email addresses that I need to crack. The emails are in all lowercase and it's safe to assume that the TLD is probably com, org, or net. Since its not possible to write rules simply using regex, how can I get hashcat (or one of the oclHashcats) to only check values formatted as email addresses? Thanks! (and sorry if my question is a dumb one)
Posts: 649
Threads: 18
Joined: Nov 2010
Since you answered your own question, I will just let you ponder why I replied.
Posts: 2,936
Threads: 12
Joined: May 2012
combinator attack would be your best bet. usernames in one wordlist, domains in another.
Posts: 2
Threads: 1
Joined: May 2013
(05-08-2013, 12:53 AM)radix Wrote: Since you answered your own question, I will just let you ponder why I replied.
How did I answer my own question...?
(05-08-2013, 12:54 AM)epixoip Wrote: combinator attack would be your best bet. usernames in one wordlist, domains in another.
Oh, that seems like a pretty good course of action, thanks!