IPDrone in Termux – Installation & Usage Commands

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 -y

Clone the official repository:

git clone https://github.com/noob-hackers/ipdrone.git

Move into the directory:

cd ipdrone

Run help command to verify:

python ipdrone.py -h

Usage Commands

Scan an IP address (required format):

python ipdrone.py -v 8.8.8.8

Example:

python ipdrone.py -v 1.1.1.1

Output Information

The tool will show details like:

  • IP Address
  • Country
  • Region
  • City
  • ISP
  • Location (Latitude & Longitude)
SHARE THIS POST: