All     Ethical Hacking     Networking     Programming     OSINT

IP-Tracer in Termux – Installation, Usage & Basic Commands (Latest)

IP-Tracer is an open-source OSINT tool designed to track and analyze IP addresses using publicly available data sources. It helps gather useful information such as geographical location, country, region, city, ISP, and network details of a target IP address.

Installation Commands

Update Termux and install dependencies:

pkg update && pkg upgrade && pkg install git python -y

Clone the IP-Tracer repository:

git clone https://github.com/rajkumardusad/IP-Tracer.git

Move into the directory:

cd IP-Tracer

Run the install script (this installs all dependencies automatically):

bash install

Start IP-Tracer:

ip-tracer

Usage Commands

Trace a specific IP address:

ip-tracer -t 8.8.8.8

Trace your own public IP:

ip-tracer -m

Trace IP with detailed output:

ip-tracer -t 1.1.1.1 -v

Show help menu:

ip-tracer -h