base on 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. # **Holehe OSINT - Email to Registered Accounts**
š Hi there! For any professional inquiries or collaborations, please reach out to me at:
[email protected]
š§ Preferably, use your professional email for correspondence. Let's keep it short and sweet, and all in English!
![](https://files.catbox.moe/5we2ya.png)
![PyPI](https://img.shields.io/pypi/v/holehe) ![PyPI - Week](https://img.shields.io/pypi/dw/holehe) ![PyPI - Downloads](https://static.pepy.tech/badge/holehe) ![PyPI - License](https://img.shields.io/pypi/l/holehe)
# [Holehe Online Version](https://osint.industries/)
## **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.
+ **[Does not alert the target email.](https://github.com/megadose/holehe/issues/12)**
+ Runs on [Python 3](https://www.python.org/downloads/release/python-370/).
## š ļø Installation
### With PyPI
```pip3 install holehe```
### With Github
```bash
git clone https://github.com/megadose/holehe.git
cd holehe/
python3 setup.py install
```
### With Docker
```bash
docker build . -t my-holehe-image
docker run my-holehe-image holehe
[email protected]
```
## Quick Start
Holehe can be run from the CLI and rapidly embedded within existing python applications.
### š CLI Example
```bash
holehe
[email protected]
```
### š Python Example
```python
import trio
import httpx
from holehe.modules.social_media.snapchat import snapchat
async def main():
email = "
[email protected]"
out = []
client = httpx.AsyncClient()
await snapchat(email, client, out)
print(out)
await client.aclose()
trio.run(main)
```
![](https://github.com/megadose/gif-demo/raw/master/holehe-demo.gif)
## Module Output
For each module, data is returned in a standard dictionary with the following json-equivalent format :
```json
{
"name": "example",
"rateLimit": false,
"exists": true,
"emailrecovery": "ex****
[email protected]",
"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.
Rate limit? Change your IP.
## Maltego Transform : [Holehe Maltego](https://github.com/megadose/holehe-maltego)
## Thank you to :
- [navlys](https://twitter.com/navlys_/)
- [Chris](https://twitter.com/chris_kirsch)
- [socialscan](https://pypi.org/project/socialscan/)
- [UhOh365](https://github.com/Raikia/UhOh365)
- [soxoj](https://github.com/soxoj)
- [mxrch](https://github.com/mxrch) (and for the logo)
- [novitae](https://github.com/novitae)
## Donations
For BTC Donations : 1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ
## š License
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.fr.html)
Built for educational purposes only.
## Modules
| Name | Domain | Method | Frequent Rate Limit |
| ------------------- | -------------------------------------- | ----------------- | ------------------- |
| aboutme | about.me | register | ā |
| adobe | adobe.com | password recovery | ā |
| amazon | amazon.com | login | ā |
| amocrm | amocrm.com | register | ā |
| anydo | any.do | login | ā |
| archive | archive.org | register | ā |
| armurerieauxerre | armurerie-auxerre.com | register | ā |
| atlassian | atlassian.com | register | ā |
| axonaut | axonaut.com | register | ā |
| babeshows | babeshows.co.uk | register | ā |
| badeggsonline | badeggsonline.com | register | ā |
| biosmods | bios-mods.com | register | ā |
| biotechnologyforums | biotechnologyforums.com | register | ā |
| bitmoji | bitmoji.com | login | ā |
| blablacar | blablacar.com | register | ā |
| blackworldforum | blackworldforum.com | register | ā |
| blip | blip.fm | register | ā |
| blitzortung | forum.blitzortung.org | register | ā |
| bluegrassrivals | bluegrassrivals.com | register | ā |
| bodybuilding | bodybuilding.com | register | ā |
| buymeacoffee | buymeacoffee.com | register | ā |
| cambridgemt | discussion.cambridge-mt.com | register | ā |
| caringbridge | caringbridge.org | register | ā |
| chinaphonearena | chinaphonearena.com | register | ā |
| clashfarmer | clashfarmer.com | register | ā |
| codecademy | codecademy.com | register | ā |
| codeigniter | forum.codeigniter.com | register | ā |
| codepen | codepen.io | register | ā |
| coroflot | coroflot.com | register | ā |
| cpaelites | cpaelites.com | register | ā |
| cpahero | cpahero.com | register | ā |
| cracked_to | cracked.to | register | ā |
| crevado | crevado.com | register | ā |
| deliveroo | deliveroo.com | register | ā |
| demonforums | demonforums.net | register | ā |
| devrant | devrant.com | register | ā |
| diigo | diigo.com | register | ā |
| discord | discord.com | register | ā |
| docker | docker.com | register | ā |
| dominosfr | dominos.fr | register | ā |
| ebay | ebay.com | login | ā |
| ello | ello.co | register | ā |
| envato | envato.com | register | ā |
| eventbrite | eventbrite.com | login | ā |
| evernote | evernote.com | login | ā |
| fanpop | fanpop.com | register | ā |
| firefox | firefox.com | register | ā |
| flickr | flickr.com | login | ā |
| freelancer | freelancer.com | register | ā |
| freiberg | drachenhort.user.stunet.tu-freiberg.de | register | ā |
| garmin | garmin.com | register | ā |
| github | github.com | register | ā |
| google | google.com | register | ā |
| gravatar | gravatar.com | other | ā |
| hubspot | hubspot.com | login | ā |
| imgur | imgur.com | register | ā |
| insightly | insightly.com | login | ā |
| instagram | instagram.com | register | ā |
| issuu | issuu.com | register | ā |
| koditv | forum.kodi.tv | register | ā |
| komoot | komoot.com | register | ā |
| laposte | laposte.fr | register | ā |
| lastfm | last.fm | register | ā |
| lastpass | lastpass.com | register | ā |
| mail_ru | mail.ru | password recovery | ā |
| mybb | community.mybb.com | register | ā |
| myspace | myspace.com | register | ā |
| nattyornot | nattyornotforum.nattyornot.com | register | ā |
| naturabuy | naturabuy.fr | register | ā |
| ndemiccreations | forum.ndemiccreations.com | register | ā |
| nextpvr | forums.nextpvr.com | register | ā |
| nike | nike.com | register | ā |
| nimble | nimble.com | register | ā |
| nocrm | nocrm.io | register | ā |
| nutshell | nutshell.com | register | ā |
| odnoklassniki | ok.ru | password recovery | ā |
| office365 | office365.com | other | ā |
| onlinesequencer | onlinesequencer.net | register | ā |
| parler | parler.com | login | ā |
| patreon | patreon.com | login | ā |
| pinterest | pinterest.com | register | ā |
| pipedrive | pipedrive.com | register | ā |
| plurk | plurk.com | register | ā |
| pornhub | pornhub.com | register | ā |
| protonmail | protonmail.ch | other | ā |
| quora | quora.com | register | ā |
| rambler | rambler.ru | register | ā |
| redtube | redtube.com | register | ā |
| replit | replit.com | register | ā |
| rocketreach | rocketreach.co | register | ā |
| samsung | samsung.com | register | ā |
| seoclerks | seoclerks.com | register | ā |
| sevencups | 7cups.com | register | ā |
| smule | smule.com | register | ā |
| snapchat | snapchat.com | login | ā |
| soundcloud | soundcloud.com | register | ā |
| sporcle | sporcle.com | register | ā |
| spotify | spotify.com | register | ā |
| strava | strava.com | register | ā |
| taringa | taringa.net | register | ā |
| teamleader | teamleader.com | register | ā |
| teamtreehouse | teamtreehouse.com | register | ā |
| tellonym | tellonym.me | register | ā |
| thecardboard | thecardboard.org | register | ā |
| therianguide | forums.therian-guide.com | register | ā |
| thevapingforum | thevapingforum.com | register | ā |
| tumblr | tumblr.com | register | ā |
| tunefind | tunefind.com | register | ā |
| twitter | twitter.com | register | ā |
| venmo | venmo.com | register | ā |
| vivino | vivino.com | register | ā |
| voxmedia | voxmedia.com | register | ā |
| vrbo | vrbo.com | register | ā |
| vsco | vsco.co | register | ā |
| wattpad | wattpad.com | register | ā |
| wordpress | wordpress | login | ā |
| xing | xing.com | register | ā |
| xnxx | xnxx.com | register | ā |
| xvideos | xvideos.com | register | ā |
| yahoo | yahoo.com | login | ā |
| zoho | zoho.com | login | ā |
", Assign "at most 3 tags" to the expected json: {"id":"8832","tags":[]} "only from the tags list I provide: [{"id":77,"name":"3d"},{"id":89,"name":"agent"},{"id":17,"name":"ai"},{"id":54,"name":"algorithm"},{"id":24,"name":"api"},{"id":44,"name":"authentication"},{"id":3,"name":"aws"},{"id":27,"name":"backend"},{"id":60,"name":"benchmark"},{"id":72,"name":"best-practices"},{"id":39,"name":"bitcoin"},{"id":37,"name":"blockchain"},{"id":1,"name":"blog"},{"id":45,"name":"bundler"},{"id":58,"name":"cache"},{"id":21,"name":"chat"},{"id":49,"name":"cicd"},{"id":4,"name":"cli"},{"id":64,"name":"cloud-native"},{"id":48,"name":"cms"},{"id":61,"name":"compiler"},{"id":68,"name":"containerization"},{"id":92,"name":"crm"},{"id":34,"name":"data"},{"id":47,"name":"database"},{"id":8,"name":"declarative-gui "},{"id":9,"name":"deploy-tool"},{"id":53,"name":"desktop-app"},{"id":6,"name":"dev-exp-lib"},{"id":59,"name":"dev-tool"},{"id":13,"name":"ecommerce"},{"id":26,"name":"editor"},{"id":66,"name":"emulator"},{"id":62,"name":"filesystem"},{"id":80,"name":"finance"},{"id":15,"name":"firmware"},{"id":73,"name":"for-fun"},{"id":2,"name":"framework"},{"id":11,"name":"frontend"},{"id":22,"name":"game"},{"id":81,"name":"game-engine "},{"id":23,"name":"graphql"},{"id":84,"name":"gui"},{"id":91,"name":"http"},{"id":5,"name":"http-client"},{"id":51,"name":"iac"},{"id":30,"name":"ide"},{"id":78,"name":"iot"},{"id":40,"name":"json"},{"id":83,"name":"julian"},{"id":38,"name":"k8s"},{"id":31,"name":"language"},{"id":10,"name":"learning-resource"},{"id":33,"name":"lib"},{"id":41,"name":"linter"},{"id":28,"name":"lms"},{"id":16,"name":"logging"},{"id":76,"name":"low-code"},{"id":90,"name":"message-queue"},{"id":42,"name":"mobile-app"},{"id":18,"name":"monitoring"},{"id":36,"name":"networking"},{"id":7,"name":"node-version"},{"id":55,"name":"nosql"},{"id":57,"name":"observability"},{"id":46,"name":"orm"},{"id":52,"name":"os"},{"id":14,"name":"parser"},{"id":74,"name":"react"},{"id":82,"name":"real-time"},{"id":56,"name":"robot"},{"id":65,"name":"runtime"},{"id":32,"name":"sdk"},{"id":71,"name":"search"},{"id":63,"name":"secrets"},{"id":25,"name":"security"},{"id":85,"name":"server"},{"id":86,"name":"serverless"},{"id":70,"name":"storage"},{"id":75,"name":"system-design"},{"id":79,"name":"terminal"},{"id":29,"name":"testing"},{"id":12,"name":"ui"},{"id":50,"name":"ux"},{"id":88,"name":"video"},{"id":20,"name":"web-app"},{"id":35,"name":"web-server"},{"id":43,"name":"webassembly"},{"id":69,"name":"workflow"},{"id":87,"name":"yaml"}]" returns me the "expected json"