-->

HOW TO TRACK IP LOCATION ON TERMUX ANDROID APP

How to trace IP Location with termux app



DISCLAIMER



This Tutorial is made for educational purpose only, I didn't harm anyone everything shown an used in this Tutorial for testing belongs to me such as the computer, smartphone and my website. Every Tutorial on utopian.io is made to teach people how to stay safe and help others for making them safe.
HACKING, CRACKING, STEALING OR ANY SUCH KIND OF ACTIVITY IS A CYBER CRIME WHICH CAN LAND YOU IN JAIL. I DO NOT SUPPORT ANY SUCH KIND OF ACTIVITY

What Will I Learn?

  • Trace any IP address
  • IP Google Map Location

Requirements

Termux
Download Link
Hacker's Keyboard
Download Link

Difficulty

  • Intermediate

procedure

1: First we need to setup Android Termux
  • Type command pkg update && pkg uograde && pkg install python && pkg install python2 and press Enter.
2.png
2: Now visit the GitHub Link
  • Link is given in Requirement copy the clone link as shown in this screenshot
    1.png
  • Type the command pkg install git and press Enter.
    git.png
3: Now we need to clone the IPGeoLocation in Termux.
  • Type command git clone (GitHub Link). Here the (GitHub Link) is the Git link that you copy in step-2 it may be like this git clone https://github.com/maldevel/IPGeoLocation.git and press Enter. Wait until it Finished.
    gitr clone.png
  • Now type command ls you will see a file requirements.txt. These requirements are essential for this script. You can fulfilled all requirements by executing the command pip install -r requirements.txt and press Enter.
    pip.png
-Now change the permission Type command chmod +x ipgeolocation.py and press Enter.
chmod.png
4: How to use this script to trace the IPLocation
  • Type command python ipgeolocation.py -m. This will give your IP Location
    own.png
    my loc.png
  • For other IP Locations type command python ipgeolocation.py -t (Target IP) and press Enter. Here (Target IP) is IP address you want to Locate.
5: Example
  • I give an Example to use my own IP Address
    -python ipgeolocation.py -t 121.16.2.19 and press Enter. I didn't show my exact IP in command. You must put the exact IP you want to locate.
    -t.png
    Screenshot_20180126-155131.png
6: Where the Google Map Link?
  • You can find the Google map link at the end of data as shown in this screenshot. You can simple Google it and get the Location
g map.png

Friends if this trick won't work try How to trace accurate ip location


KumarJeeru


Also Read

4 comments

  1. Iamnt able to trace the location ,i don't know y but I installed all the tools in the steps which you have kept ,up to copying and pasting of GitHub link is ok after that installation of REQUIREMENTS.TXT isnt done it's showing an error as "no such file or directory exists"
    And whiles typing LS it's just showing like this
    IPGeolocation

    Besides of IPGeolocation there should be downloads,storage, and --
    This isn't showing like that
    I want to know the solution for the problem I'm facing ,help me please

    ReplyDelete
    Replies
    1. http://kumarjeeru.blogspot.com/2018/06/how-to-trace-accurate-location-using-ip.html?m=1

      Its working look out here

      Delete
  2. It doesn't worf . It gives a fake ip location not yhr real one . I've tried it ony own and it shows anothet far area not even close to real one

    ReplyDelete
    Replies
    1. I found a new method must try i updated this post link at bottom of article

      Delete

Post a Comment