• Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    Ruby
  • Created over 5 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple email generator that uses dorks on Bing to generate emails from LinkedIn Profiles.

EmailGen - Email Generation from Bing using LinkedIn Dorks


In our research, bing is very liberal when scraping with mechanize. Using well-known google dorks, we can obtain all the names of employees at a company and using a predefined email format, we can mould these into valid (usually) email addresses.


Usage

EmailGen

EmailGen is for Email generation, similar to https://github.com/byt3bl33d3r/SprayingToolkit, but fully headless, no more mitmdump, and no more clicking through 27 pages of Google, (no disrespect byt3bl33d3r :)

./EmailGen.rb -c "Company, Inc" -d "company.com" -f "{f}{last}@{domain}" -o company_emails.txt

If you load tokens.rb with your hunter api key, you can just use the -d parameter and it will pull the rest automatically.

Easy as that!

Screenshots