narayanr7 / telegram-get-remote-ip

Get IP address on other side audio call in Telegram.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram get remote IP

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

You must have tshark installed to use it.

Get caller IP

How to use?

  1. Install Telegram desktop client on Linux or Mac.
  2. Install tshark (sudo apt install tshark or download for macOS here, it's comes with wireshark).
  3. Call and wait for an answer. Don't run script before answer!
  4. Run the script after answer.
  5. Profit! You have received the IP address of the interlocutor.

Get & Run

$ wget https://raw.githubusercontent.com/n0a/telegram-get-remote-ip/main/tg_get_ip.sh 
$ chmod +x tg_get_ip.sh
$ sudo ./tg_get_ip.sh

PS. Possible work with termux on android smartphones. Root authority is required to capture traffic.

Для русскоязыных пользователей

Более подробно об утилите можно почитать у меня в блоге: https://n0a.pw/telegram-get-remote-ip/

About

Get IP address on other side audio call in Telegram.


Languages

Language:Shell 100.0%