IpMap is a simple IP lookup and information gathering tool that finds publicly available details related to IP addresses. It can display information such as the ISP, country, region, city, and approximate location of an IP address. You can install IpMap in Termux to perform basic IP lookups and OSINT tasks using simple commands.
Install IpMap in Termux
Open Termux and run these commands one by one.
Update Termux packages.
pkg update && pkg upgrade -y
Install Git and Python.
pkg install git python -y
Clone the IpMap repository.
git clone https://github.com/SajidIbnNayeem/IpMap.git
Move into the IpMap directory.
cd IpMap
Start IpMap.
python ipmap.py
After completing the installation, IpMap will be ready to use inside the Termux terminal.
Use IpMap in Termux
Start IpMap anytime using the following commands.
cd IpMap
python ipmap.py
After running the tool, the following menu will appear inside the terminal.
1) Check your IP info
2) Check other IP info
3) Exit
Enter Your choice:- Check your IP info : Displays information about your current public IP address.
- Check other IP info : Displays information related to any public IP address you enter.
- Exit : Closes IpMap and returns to the Termux terminal.
Choose the option you want and IpMap will automatically gather publicly available information related to the selected IP address and show you the results in Termux. It will show you information such as:
- IP Address
- Organization (ISP)
- City
- Region
- Country
- Latitude
- Longitude
- Google Maps location link
Example output:
>>> IP address details
IP Address : 171.58.93.××
Org : Bharti Airtel Limited
City : New Delhi
Region : Delhi
Country : India
Latitude : 28.5885
Longitude : 95.7992
Google Map link :
https://www.google.com/maps/place/28.5885+95.7992It will also generates a Google Maps link based on the latitude and longitude information, allowing you to view the approximate location of the IP address in a web browser.
Overview
IpMap is a very simple IP lookup tool that collects and displays publicly available information about IP addresses. It can fetch details like ISP, location, region, country, and coordinates in an easy format. You can easily install and use IpMap in Termux with simple commands to learn basic OSINT and IP lookup tasks.



