Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navisecdelta/EmailGen
A simple email generator that uses dorks on Bing to generate emails from LinkedIn Profiles.
https://github.com/navisecdelta/EmailGen
Last synced: 21 days ago
JSON representation
A simple email generator that uses dorks on Bing to generate emails from LinkedIn Profiles.
- Host: GitHub
- URL: https://github.com/navisecdelta/EmailGen
- Owner: navisecdelta
- Created: 2019-04-09T15:39:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T22:54:32.000Z (about 2 years ago)
- Last Synced: 2024-08-05T17:42:30.175Z (4 months ago)
- Language: Ruby
- Size: 47.9 KB
- Stars: 150
- Watchers: 7
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - navisecdelta/EmailGen - A simple email generator that uses dorks on Bing to generate emails from LinkedIn Profiles. (Ruby)
README
# 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
---
![](https://raw.githubusercontent.com/navisecdelta/EmailGen/master/screenshots/emailgen.png)