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 -yClone the IP-Tracer repository:
git clone https://github.com/rajkumardusad/IP-Tracer.gitMove into the directory:
cd IP-TracerRun the install script (this installs all dependencies automatically):
bash installStart IP-Tracer:
ip-tracerUsage Commands
Trace a specific IP address:
ip-tracer -t 8.8.8.8Trace your own public IP:
ip-tracer -mTrace IP with detailed output:
ip-tracer -t 1.1.1.1 -vShow help menu:
ip-tracer -h