Skip to content

Ruby script to find anyone's email from their name and possible domain

Notifications You must be signed in to change notification settings

ShinobiDevs/find-any-email

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Find Anyone's Email

Ruby script to find anyone's email using their first name, last name, and domain

Usage

Enter target's first name, last name, and possible domain into the terminal

ruby ./find_email.rb first_name last_name domain

Not sure about the domain? Use the --domains option

ruby ./find_email.rb first_name last_name --domains gmail.com,yahoo.com,live.com

Just want to Confirm a single email? Use the -e option

ruby ./find_email.rb -e [email protected]

Example

Input

ruby ./find_email.rb kevin rose gmail.com

Output

.......
[email protected]
Name: Kevin Rose
Position: General Partner
Company: Google Ventures
Position: Board Member
Company: Tony Hawk Foundation
Twitter - http://twitter.com/kevinrose
Facebook - http://www.facebook.com/kevinrose
Facebook - http://www.facebook.com/profile.php?id=6162642477
LinkedIn - http://www.linkedin.com/in/kevinrose
About.me - http://about.me/kevinrose
AngelList - http://angel.co/kevin
Delicious - http://delicious.com/kevinrose
Digg - http://digg.com/kevinrose
Flickr - http://www.flickr.com/photos/kevinrose/
Foursquare - http://foursquare.com/kevinrose
FriendFeed - http://friendfeed.com/kevinrose
Google+ - https://plus.google.com/110318982509514011806/posts
Google+ - https://plus.google.com/115676926487344928572/posts
Google Profile - https://profiles.google.com/kevinrose
Gowalla - http://gowalla.com/krose
Quora - http://quora.com/kevin-rose
Vimeo - http://vimeo.com/kevinrose
YouTube - http://youtube.com/kevinrose

Notes

  • Use responsibly.
  • Valid results may be hidden if making too many requests.
  • The script will print other emails, even the ones you're not looking for.
  • Blog post write-up soon.

Contributing

  1. Fork it ( http://github.com/the4dpatrick/find-any-email )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Ruby script to find anyone's email from their name and possible domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published