Hacking  
17 w ·Translate

How to retrieve an IP address in Telegram: ++
Get location of person

1️⃣ Install Telegram desktop for Linux or Mac.

2️⃣ Install tshark (use "sudo apt install tshark" or download Wireshark for macOS, as tshark is included).

3️⃣ Run the script.

4️⃣ Call the person whose IP address you're interested in.

5️⃣ Success! You'll receive the IP of your Telegram contact.

6️⃣ You can then hang up.

Commands for Linux:

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

🔗 Link
https://t.me/ethicalhacki_ng