Skip to content
/ efinder Public

Takes a URL and a file containing a list names, splits the url and combines the second-level domain with the list of names to get a list of emails that is validated and verified against several platforms like O365, Gmail, Github, Social Media, etc. to check if an account with the emails exist on any.

License

Notifications You must be signed in to change notification settings

IAMLED/efinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

efinder

Takes a URL and a file containing a list of names, splits the URL and combines the second-level domain with the list of names to get a list of emails that is validated and verified against several platforms like O365, Gmail, Github, Social Media, etc. to check if an account with the emails exists on any.

Usage

python3 ./efinder.py [url] [path/to/file] [options]

Features

  • Get URL and File
  • Combine names in the file with the URL to get emails
  • Validate Emails
  • Find platforms where emails have existing accounts

Progress

As of 25 October 2023, only the following features have been completed.

  • Get URL and File
  • Combine names in the file with the URL to get emails
  • Verify Emails on O365

About

Takes a URL and a file containing a list names, splits the url and combines the second-level domain with the list of names to get a list of emails that is validated and verified against several platforms like O365, Gmail, Github, Social Media, etc. to check if an account with the emails exist on any.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages