Gets a Vkontakte user's IP address via a P2P call
- Install Python.
- Install
mitmproxy
usingpip3 install mitmproxy
(orpip install mitmproxy
on Windows) - Download the file
vkip.py
. - In the same directory (folder), run
mitmproxy -s vkip.py
in your terminal. - In your Android phone's WiFi settings, specify your computer's IP address and port 8080.
- Follow this tutorial to install the
mitmproxy
certificate on your phone. - Open the VK app on your phone and call someone.
- Wait until they pick up.
- Hang up and wait 10 seconds.
- On your computer, open the
mitmproxy
logs using Shift+E and look forCaptured IP address: X.X.X.X
. That's the IP of the person you just called.