Telegram Get Remote Ip Save

Get IP address on other side audio call in Telegram.

Project README

Telegram get remote IP

New 2023 version written in python, against bash.

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.

Working on MacOS, Linux and Windows.

Thx @WonderMr for adding Windows support and other improovements.

TechCrunch wrote about the utility — Telegram is still leaking user IP addresses to contacts

Attention! To determine the IP address, you must be in each other's contacts.

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. Run script, call and wait for an answer.
  4. Profit! You have received the IP address of the interlocutor.

Get & Run (Ubuntu 20 example)

$ sudo apt update
$ sudo apt install -y python3-pip python3-venv tshark
$ git clone https://github.com/n0a/telegram-get-remote-ip
$ cd telegram-get-remote-ip
$ python3 -m venv venv
$ source ./venv/bin/activate
$ sudo pip3 install -r requirements.txt
$ sudo python3 tg_get_ip.py

Or specify the interface immediately at startup:

$ sudo python3 -i en0 tg_get_ip.py

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

Docker

Alternatively to the previous Ubuntu + pyenv way of running it, a Dockerfile is provided, just build it with:

$ docker build ./ -t telegram-get-remote-ip

And run it with:

$ docker run -it --cap-add=NET_RAW --cap-add=NET_ADMIN telegram-get-remote-ip

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

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

Open Source Agenda is not affiliated with "Telegram Get Remote Ip" Project. README Source: n0a/telegram-get-remote-ip
Stars
1,561
Open Issues
10
Last Commit
6 months ago
Tags

Open Source Agenda Badge

Open Source Agenda Rating