An open-source intelligence (OSINT) tool called Email2PhoneNumber enables you to discover a target’s phone number simply by knowing his email address.
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:
pip3 install beautifulsoup4 requests
Once the 3rd party libraries are installed, download the script via git clone
git clone https://github.com/martinvigo/email2phonenumber
python3 email2phonenumber.py -h
python3 email2phonenumber.py scrape -e target@email.com
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
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…