How to trace IP address with termux
we will use a tool named IP-tracer to trace anyone's IP address and collect some extra information like country code, time zone city name Etc. You will also get longitude and latitude of the victim with the help of that coordinates you can find the location of the victim on the Google map. This location is not perfectly accurate but it will give you a rough idea about the location of the victim.
How to install IP-Tracer in Termux?
Step 1
Install the Git package in your termux app to which will allow us to clone any project from the github repository.
" pkg install git -y "
Step 2Type below command to clone the IP tracer project from the GitHub repository to your termux app.
" git clone https://github.com/khansaad1275/IP-Tracer.git "
Step 3:
Go Tu the IP-tracer folder
" cd IP-Tracer "
Step 4:
Allow executable permission To the installation file by typing :
" chmod +x install "
Step 5:
Install the Requirements of the project which will do the background processing to Get the desired Information of the Ip-Adress.
" bash install "
How To Run the IP-Tracer?
Trace Your Own IP-Adress:
Below command will give you information about Your Own IP-Adress.
" trace -m "
Trace Victims IP-Adress:
You Can Trace anyone's IP-address by using the below command.
" trace -t 192.168.0.1 "
Please change the above IP-Adress with the IP of the victim.