Skip to content
forked from megadose/holehe

holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.

Notifications You must be signed in to change notification settings

citcheese/holehe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holehe

Educational purposes only

If you have any suggestions, please do not hesitate to contact us.

holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.

forthebadge made-with-python

Demo

💡 Prerequisite

Python 2/3

🛠️ Installation

With PyPI

pip3 install holehe

With Github

git clone https://github.com/megadose/holehe.git
cd holehe/
python3 setup.py install

📚 Example

python3 holehe.py -e [email protected]

📈 Usage

from holehe import *
print(adobe("[email protected]"))
print(apple("[email protected]"))

Lists of modules:

  • adobe
  • ebay
  • apple
  • facebook
  • instagram
  • tumblr
  • pastebin
  • github
  • twitter
  • pinterest
  • lastfm
  • spotify
  • firefox

The output of the modules

The result of the modules is in this form : {"rateLimit":False,"exists":True,"emailrecovery":ex****[email protected],"phoneNumber":'0************78","others":None}

  • rateLitmit : is to find out if you've been rate-limited
  • exists : know an account is associated with the mail
  • emailrecovery : it's a partial mail that can potentially be extracted from the mail entered on the module.
  • phoneNumber : it's a partial phone number that can potentially be extracted from the mail entered on the module.
  • others : is used for all information other for the moment it is only useful for facebook {"FullName":full_name,"profilePicture":profile_picture} FullName has a lot of false positives, and profilePicture is the url of the profile picture associated with the account.

Rate limit, just change your IP

Thank you to :

📝 License

GNU General Public License v3.0

About

holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%