Holehe
- Shone Pious
- Jul 4, 2023
- 1 min read
Updated: Sep 29, 2023

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.
Can be run from Termux, Windows or any Linux system that has Python3 installed.
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.

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

Usage
We can now install setup.py which will allow us to use the tool.
We end up getting this error.

Try the command again but with sudo privileges this time.

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

Instead of downloading Holehe with GitHub, I will download it with PyPi.
Type ➡️
pip3 install holehe

Typing ➡️
holehe --help
now shows the manual page which means all dependencies were in fact installed on the system.

Trying the command ➡️
holehe test@gmail.com
gives us possible matches.


Comentários