UNDERCODE COMMUNITY
2.69K subscribers
1.24K photos
31 videos
2.65K files
81K links
πŸ¦‘ Undercode World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE


✨ Youtube.com/Undercode
by Undercode.help
Download Telegram
Forwarded from UNDERCODE NEWS
WhatsApp damage telegram arrived, and fraud was infested with 'privacy invasion'
#Updates
Forwarded from UNDERCODE NEWS
Zero-day, which actually destroys hard drives of type NTFS.
#Malwares
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ email2phonenumber: get the target's phone number just by having their email address :

"Scrape" - scrape websites for phone numbers, initiating a password reset using the recipient's email address

Generate - Generates a list of valid phone numbers based on the publicly available country phone numbering plan information.

Bruteforce - Loops through a list of phone numbers and initiates a password reset on various websites to retrieve associated masked emails and match them to the victim's address

πŸ„ΈπŸ„½πŸ…‚πŸ…ƒπŸ„°πŸ„»πŸ„»πŸ„ΈπŸ…‚πŸ„°πŸ…ƒπŸ„ΈπŸ„ΎπŸ„½ & πŸ…πŸ…„πŸ„½ :

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

2) pip install BeautifulSoup requests

Scan sites for phone numbers

3) python email2phonenumber.py scrape -e target@email.co
Create a dictionary of valid phone numbers based on the phone number mask

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

5) Find the target's phone number by resetting passwords on websites that do not alert the target using a phone number mask and proxy to avoid captchas and other anti-abuse remedies.

6) python email2phonenumber.py bruteforce -m 777XXX1234 -e target@email.com -p /tmp/proxies.txt -q

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁