Installation of Email2phonenumber Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/martinvigo/email2phonenumber.git

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd email2phonenumber

Step 3: You are in the directory of the email2phonenumber. Now you have to install a dependency of the email2phonenumber using the following command.

sudo pip3 install -r requirements.txt

Step 4: All the dependencies have been installed in your Kali Linux operating system. Now use the following command to run the tool and check help section.

python3 email2phonenumber.py -h

Email2phonenumber – OSINT tool to obtain a target’s phone number by email address

Email2phonenumber tool is an automated penetration tool used in the phase of OSINT information collection. This tool is capable to return the phone number just by giving the email address of the victim. Email2phonenumber tool is developed in the Python3 language and is also available on the GitHub platform for free. It is an open-source tool so you can also contribute to it. This tool has mainly 3 sub-functions:

  • scrape – This function scraps the websites for phone numbers by starting a passcode reset using the target’s mail address
  • generate– This function is used to generate a list of possible phones numbers of victims.
  • bruteforce – This function iterates over a generated list of phone numbers and returns the actual phone number.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Similar Reads

Installation of Email2phonenumber Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system....

Working with Email2phonenumber Tool on Kali Linux OS

Example 1: Scrape websites for phone number digits...