Sunday 1 December 2019

TechSlam🔥How to trace someone's location in Termux using IP address🔥

TechSlam🔥How to trace someone's location in Termux  using IP address🔥



By Mac December ,2019
Hy friends,
              Welcome back to my blog again. I am Alok Garia the admin of this blog. Today i am going to tell you that how you can trace someone's location using his IP address in mobile. For this we will use termux which is a terminal emulator.


What Is Termux :

From the website of termux, it is a terminal emulator and also the small version of linux, which is compatible for smartphones.
                    With termux you can run a small linux environment on your android device.
Basic Needs :

1 - You must have an android device which have android version 5.0 (lollipop) or above.
2 - Termux app  (you can easily find this from play store by just typing termux )
3 - Hacker's keyboard  (it is also available in play store )
4  - And the most necessary thing is patience and brain.
5 - Don't do spelling mistakes.



How To Install :
1 - To install termux in your android device, first turn on your mobile data and go to play store. Then type termux and download it from there.
2 - after successfully installing termux update it and also upgrade it by typing below command
[ pkg update ]
[ pkg upgrade ]
3 - After upgrading termux, go to your storage (device/sdcard) and create an empty folder named Location.
4 - Now we will use github to clone the Geolocation file. So we need git file installed in our termux app.
5 - To install git package in your termux app , run the below command
[ pkg install git ]





6 - After successfully installing the git package now go to the directory of your storage and explore the file by running below command.
[ cd  /sdcard ]
[ ls ]


7 - Now the whole files of your storage will be explorable. Then type below command to go to the directory of empty file (Location) which you have created.
[ cd  Location ]
8 - Then type the below command to show the all sub folder list present in the folder.
[ ls ]

9 - Now colne the Geolocation file in the Location folder using github link by typing the below command.
[ git clone https://github.com/maldevel/IPGeoLocation ]


10 - After copying the git file now run the below command to explore all files of the copied github file.
[ ls ]



11 - Now run the below command to go to the directory of IPGeoLocation.
[ cd  IPGeoLocation ]


12 - Now run the below ommand to access the files of IPGeoLocation.
[ ls ]
13 - Now finally run the below command to trace your own Location by your IP address.
[ python  ipgeolocation.py  -m ]



14 - To find others Location just type the below command and run.
[ python  ipgeolocation  -t  IP of victim ]
15 - Finall you will get the Lacation of your victim by pressing enter button after typing the code.
Precaution :

1 - During the whole process make sure that you are connected to the internet.
2 - Don't do spelling mistakes, otherwise your command won't run properly.
3 - Stay calm and composed , so that you can solve all the problems you are facing in termux

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home