Kali Linux Tools

Email2PhoneNumber: Obtain Phone Number via Email Address

Introduction

An open-source intelligence (OSINT) tool called Email2PhoneNumber enables you to discover a target’s phone number simply by knowing his email address.

Basic usage information

By exploiting the password reset email design flaws and publicly available data, this crude tool assists in automating finding someone’s phone number. It supports 3 primary functions:

  • “scrape” — scrapes websites for phone number digits by initiating password reset using the target’s email address
  • “generate” — creates a list of valid phone numbers based on the country’s Phone Numbering Plan and publicly available information
  • “Bruteforce” — iterates over a list of phone numbers and initiates password resets on different websites to obtain associated masked emails and correlate them to the victim’s one.

Requirements

  • Python 3.x
  • 3rd party libraries installed (BeautifulSoup and requests). Download using pip

pip3 install beautifulsoup4 requests

Once the 3rd party libraries are installed, download the script via git clone

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

Usage

Help section

  • To access the help section of the Python script, run the following command if you are a beginner.

python3 email2phonenumber.py -h

Scrape websites for phone number digits

  • Run the installed Python script and enter the target’s email address after that

python3 email2phonenumber.py scrape -e target@email.com

  • Create a phone number dictionary using a phone number mask.

python3 email2phonenumber.py generate -m 555XXX1234 -o /tmp/dic.txt

Find the target’s phone number by changing passwords on websites that do not notify the target while using a phone number mask and proxies to get around captchas and other abuse protections.

python3 email2phonenumber.py bruteforce -m 555XXX1234 -e target@email.com -p /tmp/proxies.txt -q

Aman Mishra

Aman Mishra is a eJPT certified and always keen to learn new concepts and methodologies regarding cybersecurity.he is also a cyber security content writer and have passion for sharing my knowledge about the latest threads and trends in the industry.

Recent Posts

AutoExif – Simplifying Image Metadata Editing With Bash

AutoExif is a powerful Bash script designed to streamline the process of editing image metadata…

2 days ago

SimpleImager V4.3 : A Step-by-Step Guide To Efficient System Imaging

SimpleImager V4.3, your go-to tool for streamlined system imaging and data acquisition. Designed to simplify…

2 days ago

MetaOSINT – Revolutionizing OSINT Investigations With Top Tools And Resources

MetaOSINT enables open source intelligence ("OSINT") practitioners to jumpstart their investigations by quickly identifying relevant,…

2 days ago

ThreatPinch Lookup – Enhancing Cybersecurity Investigations Through Automated Tooltips

ThreatPinch Lookup creates informational tooltips when hovering oven an item of interest on any website.…

2 days ago

Oh Shint! Navigating The Depths Of Cyber-Intelligence With Donvito

Myself and any other potential contributors to this website are NOT in any way affiliated…

2 days ago

M.E.A.T. – Pioneering Mobile Forensics With The Mobile Evidence Acquisition Toolkit

The Mobile Evidence Acquisition Toolkit designed by BlackStone Discovery. Developed to enhance digital forensics, this…

3 days ago