Find All Accounts Connected to Any Email Using Holehe

This blog is very informative for everyone. In this blog, I am going to show you how you can find out how many accounts or applications are connected to your email. Hackers mostly use this tool to find connected accounts to your email to hack your account passwords. Holehe is a free open-source GitHub tool that runs on a Linux script.

Let's know how we can download and run it on our Linux system.

  1. Open your Linux terminal and update and upgrade your system by following the command.

    sudo apt update && sudo apt upgrade -y
    
  2. Install Python and its dependencies.

    sudo apt install python3 python3-pip -y
    
  3. Create a directory called "holehe"

    mkdir holehe
    
  4. Go to the directory.

    cd holehe
    
  5. Now create a virtual environment with Python.

    python3 -m venv venv
    
  6. Now activate it.

    source venv/bin/activate
    
  7. Now install the Holehe tool.

    pip install holehe
    

    It will take a few seconds for the installation.

  8. Now time to find connected accounts with your email.

holehe [email protected]
  1. You will get all results connected to all applications with your email.

    1. If you want it in a text file, follow the script. I am creating a file named result; you can set the name as you want.

      holehe [email protected] > result.text
      

      It will save it in the home directory in the holehe folder.

      That's all. If you get any error or issue while installing it, feel free to reply in the comment section, or you can also watch the video tutorial which was already uploaded on YouTube.

0.17160392 BEE
1 comments

This post has been manually curated by @bhattg from Indiaunited community. Join us on our Discord Server.

Do you know that you can earn a passive income by delegating to @indiaunited. We share more than 100 % of the curation rewards with the delegators in the form of IUC tokens.

Here are some handy links for delegations: 100HP, 250HP, 500HP, 1000HP.

image.png

100% of the rewards from this comment goes to the curator for their manual curation efforts. Please encourage the curator @bhattg by upvoting this comment and support the community by voting the posts made by @indiaunited.

0.00000000 BEE