All Projects → martinvigo → Email2phonenumber

martinvigo / Email2phonenumber

Licence: mit
A OSINT tool to obtain a target's phone number just by having his email address

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Email2phonenumber

Bbrecon
Python library and CLI for the Bug Bounty Recon API
Stars: ✭ 169 (-55.41%)
Mutual labels:  osint, hacking
Sitedorks
Search Google/Bing/Ecosia/DuckDuckGo/Yandex/Yahoo for a search term with a default set of websites, bug bounty programs or a custom collection.
Stars: ✭ 221 (-41.69%)
Mutual labels:  osint, hacking
Raccoon
A high performance offensive security tool for reconnaissance and vulnerability scanning
Stars: ✭ 2,312 (+510.03%)
Mutual labels:  osint, hacking
Burpsuite Xkeys
A Burp Suite Extension to extract interesting strings (key, secret, token, or etc.) from a webpage.
Stars: ✭ 144 (-62.01%)
Mutual labels:  osint, hacking
Osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Stars: ✭ 312 (-17.68%)
Mutual labels:  osint, hacking
Offensive Dockerfiles
Offensive tools as Dockerfiles. Lightweight & Ready to go
Stars: ✭ 150 (-60.42%)
Mutual labels:  osint, hacking
Iky
OSINT Project
Stars: ✭ 203 (-46.44%)
Mutual labels:  osint, hacking
Geo Recon
An OSINT CLI tool desgined to fast track IP Reputation and Geo-locaton look up for Security Analysts.
Stars: ✭ 82 (-78.36%)
Mutual labels:  osint, hacking
Enigma
A full-fledged one-to-one chat app developed entirely in Flutter
Stars: ✭ 316 (-16.62%)
Mutual labels:  authentication, privacy
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+794.72%)
Mutual labels:  osint, hacking
H8mail
Email OSINT & Password breach hunting tool, locally or using premium services. Supports chasing down related email
Stars: ✭ 2,163 (+470.71%)
Mutual labels:  osint, hacking
Osint tips
OSINT
Stars: ✭ 322 (-15.04%)
Mutual labels:  osint, hacking
Socialpwned
SocialPwned is an OSINT tool that allows to get the emails, from a target, published in social networks such as Instagram, Linkedin and Twitter to find possible credentials leaks in PwnDB.
Stars: ✭ 104 (-72.56%)
Mutual labels:  osint, hacking
Urlcrazy
Generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage.
Stars: ✭ 150 (-60.42%)
Mutual labels:  osint, hacking
Oscp Prep
my oscp prep collection
Stars: ✭ 105 (-72.3%)
Mutual labels:  osint, hacking
Mosint
An automated e-mail OSINT tool
Stars: ✭ 184 (-51.45%)
Mutual labels:  osint, hacking
Deadtrap
An OSINT tool to gather information about the real owner of a phone number
Stars: ✭ 73 (-80.74%)
Mutual labels:  osint, hacking
Digital Privacy
一个关于数字隐私搜集、保护、清理集一体的方案,外加开源信息收集(OSINT)对抗
Stars: ✭ 1,231 (+224.8%)
Mutual labels:  osint, privacy
Ntlmrecon
Enumerate information from NTLM authentication enabled web endpoints 🔎
Stars: ✭ 252 (-33.51%)
Mutual labels:  osint, hacking
Vajra
Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.
Stars: ✭ 269 (-29.02%)
Mutual labels:  osint, hacking

email2phonenumber

email2phonenumber is an OSINT tool that allows you to obtain a target's phone number just by having his email address.

For full details check: https://www.martinvigo.com/email2phonenumber

Demo: https://www.youtube.com/watch?v=dfvqhDUn81s

Basic info

This tool helps automate discovering someone's phone number by abusing password reset design weaknesses and publicly available data. It supports 3 main 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 publicly available information
  • "bruteforce" - iterates over a list of phone numbers and initiates password reset on different websites to obtain associated masked emails and correlate it to the victim's one

Setup

email2phonenumber was developed on Python 3.x

You will need couple 3rd party libraries: BeautifulSoup and requests. These can be easely installed with pip

pip install beautifulsoup4 requests

Usage

Scrape websites for phone number digits

python email2phonenumber.py scrape -e [email protected]

Generate a dictionary of valid phone numbers based on a phone number mask

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

Find target's phone number by resetting passwords on websites that do not alert the target using a phone number mask and proxies to avoid captchas and other abuse protections

python email2phonenumber.py bruteforce -m 555XXX1234 -e [email protected] -p /tmp/proxies.txt -q

Authors

Martin Vigo - @martin_vigo - martinvigo.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].