Table of Contents
Hey guys 🙋‍♂️, I have written multiple posts about How you Can Hack someones IP-Address using Termux, And when you have someone’s IP Address the most important tool that you need is an IP Lookup tool that will extract the important information about that IP Address, and give it to you. This is an information-gathering tool and it will give you more information about the user/victim. The tool is simple and lightweight tool and I think every hacker should have one IP Lookup tool on their machine 📲.
What is the Track-IP Tool in Termux?
NOTE: This post is only for educational purpose. I and this site do not support any criminal activity. If you are doing any sort of misuse of this information This site is not responsible for that. THIS SITE ONLY SUPPORT ETHICAL HACKING.
Step 1:
Before Installing the Track-ip tool first Update and upgrade the termux So that we will not get errors while installation.
apt update && apt upgrade -y
 Press N if ask about the version.
Step 2:
We have used multiple tools like this in the past but those tools were not really light weight but the Track-IP tool have only 2 requirements to run and that is only Curl & git. so technically we are only using curl to retire the data and get information about the IP from the internet. use below command to install git and curl in your temrux.Â
pkg install git curl -y
Step 3:
Now all the dependencies are installed in your termux and now we can install the Track-IP Tool in termux using the command given below. The file size of this tool is so light, so just copy and paste the below command and the tool will be installed in 2 sec.
git clone https://github.com/khansaad1275/track-ip
Step 4:
How to run Track-IP Tool in Termux?
Before following the below command make sure you are inside the Track-ip folder, if you don’t know how to do that then just restart your termux and type “cd track-ip” command.
Step 1:
To launch the Track-IP tool you just have to run the bash file name trackip. To start the tool just type below command.
bash trackip
Step 2:
Now you will see 2 main option and 1 opton to exit. you can select any option by typing the number beside it.Â
Let’s say you don’t know your own Public IP or You just wanna see how much information your Own Ip-Address contains about you then type 1 and press enter and you will see everything about your own IP-address like in the below image.
Step 3:
The main use of this tool is to find information about someone else IP address, and to fine that you have to select the second option in the tool. If you are in side the first option just type 1 to go back to the main menu and then select option 2.
Now you will have to type the IP-Address that you wanna know more about. for Example here I am using the IP of a facebook server that is ( 69.63.181.11 ). Enter the IP and press enter and you will get your information generated in a second.
You will even get a Link that you can use to fine out more about the IP on google map but as i said the location given by the IP Tracker will not be accurate.