Live data from Hacker News

The Art of Finding Anyone’s Email Addresses

lifeaftercubes.com

1–10 of 28 posts

Re: The Art of Finding Anyone’s Email Addresses

#3
I wanted to contact people from some companies but their email was not in their profiles, I found this script in github https://github.com/laramies/theHarvester which looks for emails given a domain.

Is super useful, even though It wouldn't give me the email I was looking for, it would show me the "structure" used for emails inside the company:

   first_name@domain.com
   first_name.last_name@domain.com
Based on that I would just guest the email of the person and it used to work perfectly.

This is perfect for doing customer development, also if you are doing cold reach outs remember to follow the CAN-SPAM act.

Re: The Art of Finding Anyone’s Email Addresses

#5

There is a catch-all address at my company that goes to our CEO. He forwards me headhunter emails all the time that are addressed to variations of my first and last name. :-/ I'm assuming they used similar tactics to try to find my address

> He forwards me headhunter emails all the time that are addressed to variations of my first and last name.

Sure he's not trying to tell you something? :-|

Re: The Art of Finding Anyone’s Email Addresses

#6
post #3

I wanted to contact people from some companies but their email was not in their profiles, I found this script in github https://github.com/laramies/theHarvester which looks for emails given a domain. Is super useful, even though It wouldn't give me the email I was looking for, it would show me the "structure" used for emails inside the company: first_name@domain.com first_name.last_name@domain.com Based on that I wou…

If I ever get into a situation where I can't figure out the address, I just pick one of my guesses and bcc all the rest.

Sure, they might think it's a little weird if they notice they're in the bcc field, but it sure is a lot easier than sending off a single email and spending the next few days wondering if it actually went through.

Re: The Art of Finding Anyone’s Email Addresses

#9
This is a Hail Mary, but I've found some important email address by running a WHOIS on that person's known web properties. While he may have hidden his registration info for his personal site, he may have slipped up on his project sites

Re: The Art of Finding Anyone’s Email Addresses

#10
post #9

This is a Hail Mary, but I've found some important email address by running a WHOIS on that person's known web properties. While he may have hidden his registration info for his personal site, he may have slipped up on his project sites

You can also use tools like DomainTools.com to look at historical registration data, their data may be private now but could have been exposed previously.
Post reply on HN