Mobile number details in termux

Hi friends today I am talking a best tool which is used to find out live location of a target.
IPdrone is a simple Python script which is work on rooted and non rooted android devices and use to find out live location of a target IP.
Some people want to know how to find out location of a target IP address this tools is very helpful for that if your android mobile has been lost and you know your mobile IP address you can easily track the location of your mobile by this tool. It is used to track IPV4 and IPV6.

This tool find out the following information about the target IP address.
ISP
Latitude
Longitude
Region
City
ZIP Code
Time Zone

This tools has following requirements
Termux
Python
Space 400 Mb
Internet

How to install IPdrone

1 update all packages in termux

apt get update -y

pkg update


2 Upgrade all package in termux

apt get upgrade -y

pkg upgrade



3- install Python in your termux

pkg install python

4- install Python2 in your termux

pkg install python2

5- install lolcat in termux by the help of python

pip install lolcat

6- install git in termux

pkg install git

7-install all request for python from internet

pip install requests


8- download object of ipdrone from git hub

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


9- change directory from Home to IPdrone

cd ipdrone

10- run Python script 

python ipdrone.py -v ip address of target

Ipdrone  is use very simple if you want to run executive file first go to ipdrone directory then type ipdrone.py which is executive file.
-v is indicate for victim then type victim ip address.


Warning
This tool is only for educational purpose. If you use this tool for other purposes except education we will not be responsible in such cases.