Holehe Check if the Mail is Used on Different Sites
Holehe Check if the Mail is Used on Different Sites

Holehe: Check if the Mail is Used on Different Sites

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.

Project example : Holehe Maltego

Demo

Demo Holehe
Demo Holehe

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

holehe -e test@gmail.com

Usage

from holehe import *
print(adobe("test@gmail.com"))
print(lastpass("test@gmail.com"))

Modules

ModuleWebsiteMethodFrequent rate limit
aboutmeabout.meregister
adobeadobe.compassword recovery
amazonamazon.comlogin
bitmojibitmoji.comlogin
blablacarblablacar.comregister
buymeacoffeebuymeacoffee.comregister
discorddiscord.comregister
ebayebay.comlogin
evernoteevernote.comlogin
eventbriteeventbrite.comlogin
facebookfacebook.compassword recovery
firefoxfirefox.comregister
freelancerfreelancer.comregister
githubgithub.comregister
googlegoogle.comregister
instagraminstagram.comregister
lastfmlast.fmregister
lastpasslastpass.comregister
livelive.compassword recovery
nikenike.comregister
office365office365.comother
pinterestpinterest.comregister
samsungsamsung.comregister
snapchatsnapchat.comlogin
spotifyspotify.comregister
tumblrtumblr.comregister
twittertwitter.comregister
vrbovrbo.comregister
wordpresswordpress.comlogin
yahooyahoo.comlogin

Rate limit, just change your IP

The output of the modules

The result of the modules is in this form :

{"rateLimit":False,"exists":True,"emailrecovery":ex****e@gmail.com,"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.

License

GNU General Public License v3.0

Dark Mode

holehe (this link opens in a new window) by megadose (this link opens in a new window)

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.