holehe
holehe copied to clipboard
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.
Hello, I added a module for the news website "Le Monde". I added it in the "media" folder altough it may be best suited to create a dedicated "newspaper" folder....
**Is your feature request related to a problem? Please describe.** When helping the police in a case, it could be usefull to know if a user has a passwords manager....
I've found a glitch. It concerns Nike.com in connection with a Gmail. To reproduce: create a Nike account with a Gmail, run the Gmail on Holehe (it will correctly show...
**Is your feature request related to a problem? Please describe.** When running the script multiple time, we can have limitations on given websites. **Describe the solution you'd like** An option...
**Describe the bug** during running the "snapchat" example, and Ebay also, the code crashes during the out.text.split answer received with httpx.response. i didn't check but my guess that there is...
In core.py maincore function parser.add_argument("-T","--timeout", default=10, required=False,dest="timeout", should be parser.add_argument("-T","--timeout", type=int, default=10, required=False,dest="timeout", or otherwise the argument is considered a string and then "client = httpx.AsyncClient(timeout=timeout)" produces a client which...
Removing ":=" operators for greater compatibility
**Describe the bug** When I execute Holehe, I get: _Holehe has just been updated, you can restart it._ **To Reproduce** Steps to reproduce the behavior: 1. Type `holehe [12 lines...
**Describe the bug** Running Holhe returns a Syntax Error. **To Reproduce** Steps to reproduce the behavior: 1. run holhe 2. Errored **Copy and Paste** File "/usr/local/lib/python3.6/dist-packages/holehe/modules/products/samsung.py", line 90 if found...
In the "results.keys()" there wasn't a key called "err", hence the modules was returning only True. dict_keys(['webAuthnModel', 'roamingAuthModel', 'passkeysModel', 'isPersonalizedSignin', 'errorMsg'])