How can I crack MD5 hashed email addresses?
#1
Question 
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)
#2
Since you answered your own question, I will just let you ponder why I replied.
#3
combinator attack would be your best bet. usernames in one wordlist, domains in another.
#4
(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!