Find out the IP address through a call to Telegram

H4cksploit
2 min readMay 29, 2023

--

Download Wireshark (https://www.wireshark.org/download.html), open it and be sure to specify the protocol we need in the filter — STUN.
2: ️ Click on the “magnifying glass” (find a package) and see how we will have a new line with parameters and a search line. There we select the string option.
3: In the line we write XDR-MAPPED-ADDRESS.
4️: Turn on Wireshark and call via Telegram. As soon as the user answers the call, we will immediately begin to display data and among them will be the IP address of the user who was called.
5️: To understand what kind of IP we need, click already in the configured search engine Find, look in the line XDR-MAPPED-ADDRESS and what comes after it is the IP we need.

I also suggest taking a closer look at Telegram get remote IP: https://github.com/n0a/telegram-get-remote-ip

This script is intended to be used to determine the IP address of the interlocutor in the telegram messenger

--

--

No responses yet