IP-Tracer is a simple IP address information tool that helps retrieve publicly available details about an IP address. It can display information such as the country, region, city, ISP, timezone, coordinates, and other basic network details. You can install and use IP-Tracer in Termux to perform basic IP lookup and information gathering tasks using some simple commands.
Features of this IP-Tracer Tool:
- Track information about any IP address.
- Check your public IP address.
- View country, city, and region details.
- Display ISP and organization information.
- View timezone and location coordinates.
Install IP-Tracer in Termux
Use the commands below to install IP-Tracer in Termux. Run each command one by one to complete the installation process.
Update Termux packages.
pkg update && pkg upgrade -y
Install Git.
pkg install git wget w3m -y
Clone the IP-Tracer repository.
git clone https://github.com/Achik-Ahmed/Ip-Tracer
Move into the project directory.
cd Ip-Tracer
Give execute permission to the files.
chmod +x *
Launch IP-Tracer.
bash ip-tracer.sh
IP-Tracer is now installed and ready to use.
Use IP-Tracer in Termux
After running the tool, the following menu will appear:
[1] Track Your IP Address
[2] Track Any IP Address
[0] Exit- Select 1 to display information about your own public IP address.
- Select 2 to enter any valid IP address and retrieve its publicly available information.
- Choose 4 to close the tool.
Simply select an option from the menu and IP-Tracer will display the available IP address details.
Overview
IP-Tracer is a useful information gathering tool for viewing publicly available details about IP addresses. It can be installed in Termux and used to perform basic IP lookups with a simple menu-based interface.



