Google Valid Email Search

You are probably aware of the Google Code Search. It’s a very neat tool.

How hard is it to parse the 1000’s of valid emails appearing in the source code file ?

Do a code search for < .*@.*\..*>
Then use this shell script (Stupid wordpress do some funky escaping stuff with my html..)

Rinse and Repeat with page 2 of 4150000..

12 Responses to “Google Valid Email Search”

  1. Philip Van Hoof Says:

    that’s just great. google, please consider hiding our e-mail addresses?!

  2. Diego Escalante Urrelo Says:

    LOL.

    That’s what you get for contributing to free software!!

    LOL.

  3. Steven Barr Says:

    The time of hiding email addresses is over - the time of filtering spam has come. Just accept it.

  4. Philip Luppens Says:

    As soon as there’s a publicly accessible (webbased) repository browser, it’ll be found by email harvesters anyway. That’s why, when committing code, you should apply some obfuscation to your emailaddress ..

  5. bisho Says:

    Just search in google:
    * AT * DOT *
    and get aprox 69.600.000 results XDDD

    Then just replace /\s*AT\s*/@/ig /\s*DOT\s*/./ig /\s*SLASH\s*/@/ig /NOSPAM//ig /REMOVETHIS//ig …

    You can also search other variations of the same trick, like using (AT) (DOT).

  6. michael schurter Says:

    I agree with Steven Barr. They already have our addresses, so this is nothing new.

    However, if someone can dump the e-mails we could generate lots of meaningful statistics about the FOSS community: how many unique contributors, how many contributors per project, what organizations devote the most employees toward FOSS, etc.

    I don’t know… maybe the statistics aren’t that cool, but it seems interesting to me.

  7. Free Software Stuff :: Google : Spammeri - 0 : 1 (autogol) Says:

    [...] (via kikidonk) hr.digg|prijaviThese icons link to social bookmarking sites where readers can share and discover new web pages. [...]

  8. SecuriTeam Blogs » More fun with Google Code Search! Says:

    [...] Find a whole lot of valid email addresses: http://raphael.slinckx.net/blog/2006-10-06/google-valid-email-search [...]

  9. haha Says:

    google, bet ur getting a lot of nigerian traffic right now :)

  10. Jathrop Says:

    Ok, so I’ve entered your string in 3 times in the google search and it doesn’t match any results. The first part works to get you to the code search. Am I doing something wrong here, or is it in need of a fixin’?

  11. None Says:

    Jathrop try opening this link:

    http://www.google.com/codesearch?hl=en&lr=&q=%3C.*%40.*%5C..*%3E&btnG=Search

    this is the google CODE search he is talking about.
    You have to look closer next time…

  12. None Says:

    But I have a better idea (sorry for spammming)
    Instead of using search like yours (generating 21million results), You can simply remove the last character of your search “>” and generate 48 million. That is almost double. here is a text copy and paste it to see the difference

    Your Method:
    google.com/codesearch?hl=en&lr=&q=%3C*%40.*%5C..*%3E&sbtn=Search

    My Method:
    google.com/codesearch?hl=en&lr=&q=%3C*%40.*%5C..*&sbtn=Search

Leave a Reply