IPDrone is a simple tool that helps you get basic information about any IP address. You can see details like country, city, location, and internet provider (ISP). It is very light and easy to use, and it runs directly using Python in Termux.
Installation Commands
Update Termux and install required packages:
pkg update && pkg upgrade && pkg install git python -yClone the official repository:
git clone https://github.com/noob-hackers/ipdrone.gitMove into the directory:
cd ipdroneRun help command to verify:
python ipdrone.py -hUsage Commands
Scan an IP address (required format):
python ipdrone.py -v 8.8.8.8Example:
python ipdrone.py -v 1.1.1.1Output Information
The tool will show details like:
- IP Address
- Country
- Region
- City
- ISP
- Location (Latitude & Longitude)



