Search phone number by email

Carding 4 Carders

Professional
Messages
2,728
Reaction score
1,536
Points
113
Nowadays, fewer and fewer people choose to share their phone number on the Internet. And rightly so, in light of the increased incidence of telephone fraud, information breach and simple DDOS attacks. However, when registering on certain resources, users often use a phone number, part of which is displayed when trying to reset. Based on this, as well as web scrapping technology, the email2phonenumber utility looks for phone numbers by email.

Installation:

Using

The option to search for numbers by sites is launched with the command:

Code:
python email2phonenumber.py scrape -e target@email.com

The search for a number by resetting passwords on sites is carried out by the command

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

Where, after the -m parameter, you need to put a number mask, that is, enter all known numbers, and replace the unknowns with X
 
Nowadays, fewer and fewer people choose to share their phone number on the Internet. And rightly so, in light of the increased incidence of telephone fraud and information leaks.

Email2phonenumber allows you to get a phone number from the target's email address only. The principle of its operation is that the tool starts password recovery on popular services like Google and PayPal, which show part of the number on the recovery page.

Installation:
Code:
▪️pip install l beautifulsoup4 requests
▪️git clone https://github.com/martinvigo/email2phonenumber

Using:
Code:
▪️python email2phonenumber.py -h

All information is provided for informational purposes only. We are not responsible for your actions.
 
Top