IP-Tracer
→ View on GitHubAI Summary: IP-Tracer is a command-line tool designed for Termux and Linux systems that allows users to track IP addresses by retrieving detailed information through the ip-api service. Its primary use case includes identifying the geographic and network details of both the user’s own IP address and that of other targets, with straightforward command syntax for operation. Notable features include installation ease, simple command-based usage, and the ability to gather IP data quickly.
README
IP-Tracer
IP-Tracer is used to track an ip address. IP-Tracer is developed for Termux and Linux based systems. you can easily retrieve ip address information using IP-Tracer. IP-Tracer use ip-api to track ip address.

How to install IP-Tracer ?
apt updateapt install git -ygit clone https://github.com/rajkumardusad/IP-Tracer.gitcd IP-Tracerchmod +x installsh installor./install
How to use IP-Tracer
trace -mto track your own ip address.trace -t target-ipto track other’s ip address for exampleip-tracer -t 127.0.0.1tracefor more information.
OR
ip-tracer -mto track your own ip address.ip-tracer -t target-ipto track other’s ip address for exampleip-tracer -t 127.0.0.1ip-tracerfor more information.
This project is not actively maintained.