September 20, 2021

Track IP address exact location using Linux & Termux


    
If you want to check information of IP address, we always use IP lookup website to check the information of IP address such as location or ISP detail.

These website mostly show inappropriate information or a very limited information. In this post we are going to use a python based tool for IP lookup.

We are using a python tool 'IPicker' to get information of IP address. IPicker is a simple tool which gives us information about IP address and website such as location, ISP details, etc.

-----------------------------------------------------------------------------------------------


Features of IPicker -


1. Get your own IP address information.

2. Get any website's IP Address information.

3. Check IP address location from your browser and Google Maps App.


This tool is tested on Ubuntu and Termux App.


-----------------------------------------------------------------------------------------------

Installation:


1) First we need some packages to run this tool, So type following command -


    $ apt-get install python3 git



2) Now we are going to use IPicker tool for IP-lookup. We need to clone repo from Github, So type -


    $ git clone https://github.com/Deadpool2000/IPicker.git




3) Next, go to the IPicker directory using -


    $ cd IPicker


4) To run this tool, type -


    $ python3 ipicker.py



5) Now you will get two options. First option is to check your own IP information and second is to check other IP lookup.


6) If we select first option, we will get our IP address information with location. You can check your location on Map 

(Termux users will redirect to 'Google Maps' app)




7) If we select second option, you need to enter IP address or URL of any website. So enter IP address or URL and you will get related information.




If you have any problem about this, leave a comment !


Don't forget to share this post to your friends.


0 comments:

Post a Comment

If you have any problem regrading this post, leave a comment !