Skip to content

m0pam/NameToMail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NameToMail

Generate Emails for a company/website from a given list of names.

Usage:

git clone https://github.com/ali01imani01/NameToMail.git
cd NameToMail
python3 nametomail.py -f names.txt -d target.tld
  • You can save your result in a .txt file in terminal like this:
python3 nametomail.py -f names.txt -d yahoo.com > output-nametomail.txt

  • Your -f any-first-or-last-name-or-both.txt can be any word (or two words) that you wish. But I recommend that use those names that you've found in company's LinkedIn or Crunchbase or theHarvester tool, In order to gain better result. Your list of names can be something like this:

$ cat names.txt

cHarLie

liNUS peLt

SNOOPY

sally brown

  • Don't worry about blank lines, uppercase, lower case names at all! nametomail will take care of them and will give you cool results!:

nametomail

The number of result in our example names.txt:

nametomail2

  • I've also uploaded a common-names-for-mail.txt which you can use.
python3 nametomail.py -f common-names-for-mail.txt -d yahoo.com > output-nametomail.txt

About

Generate Emails for a company/website from a given list of names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%