top of page

Holehe

Updated: Sep 29, 2023


Image showing Holehe logo.

In this blog:

What is Holehe?


Holehe matches email addresses with registered accounts online.


Checks over 120 websites and does not alert the target email.


Works on Python3 so make sure you have Python3 and Pip installed on your system.


Can be run from Termux, Windows or any Linux system that has Python3 installed.

Holehe domains. Click to see more.
Holehe domains. Click to see more.

Installation


Click here to check out the GitHub page where you can download it ➡️ https://github.com/megadose/holehe.


We want to use the following command in PowerShell as administrator ➡️

git clone https://github.com/megadose/holehe.git 

to clone into the ‘Holehe’ repository.

Cloning GitHub repository for Holehe.
Cloning GitHub repository for Holehe.

We can now CD into the Holehe directory to use it.

Holehe directory.
Holehe directory.

Usage


We can now install setup.py which will allow us to use the tool.


We end up getting this error.

Error number 13.
Error number 13.

Try the command again but with sudo privileges this time.

Sudo privileges.
Sudo privileges.

Trying the help command for Holehe shows that the install didn't work as the modules required cannot be found.

Errors showing modules not installed.
Errors showing modules not installed.

Instead of downloading Holehe with GitHub, I will download it with PyPi.


Type ➡️

pip3 install holehe
Holehe PIP install command.
Holehe PIP install command.

Typing ➡️

holehe --help 

now shows the manual page which means all dependencies were in fact installed on the system.

Holehe help page.
Holehe help page.

Trying the command ➡️

holehe test@gmail.com 

gives us possible matches.

Holehe finding websites.
Holehe finding websites.

121 domains scanned by Holehe.
121 domains scanned by Holehe.

Comentários

Avaliado com 0 de 5 estrelas.
Ainda sem avaliações

Adicione uma avaliação
  • GitHub
  • Twitter
  • LinkedIn
bottom of page