Skip to content
forked from megadose/holehe

Holehe lets you confirm if an email is registered on various platforms, and can retrieve information from sites that offer password recovery.

License

Notifications You must be signed in to change notification settings

JStuborn/holehe-x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holehe-X - Email to Account Details

PyPI - License

Summary

Efficiently finding registered accounts from emails.

Holehe checks if an email is attached to an account on sites like twitter, instagram, imgur and more than 120 others.

  • Retrieves information using the forgotten password function.

🛠️ Installation

With Github

git clone https://github.com/CyberDefenseEd/holehe-x
cd holehe-x/
python3 setup.py install

Module Output

For each module, data is returned in a standard dictionary with the following json-equivalent format :

{
  "name": "example",
  "rateLimit": false,
  "exists": true,
  "emailrecovery": "ex****e@gmail.com",
  "phoneNumber": "0*******78",
  "others": null
}
  • rateLitmit : Lets you know if you've been rate-limited.
  • exists : If an account exists for the email on that service.
  • emailrecovery : Sometimes partially obfuscated recovery emails are returned.
  • phoneNumber : Sometimes partially obfuscated recovery phone numbers are returned.
  • others : Any extra info.

About

Holehe lets you confirm if an email is registered on various platforms, and can retrieve information from sites that offer password recovery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%