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
bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…
Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…
Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…
Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…