• Stars
    star
    1,683
  • Rank 27,735 (Top 0.6 %)
  • Language
    Python
  • Created almost 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Get IP address on other side audio call in Telegram.

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/