IPdrone Termux - Discovering Person's Location via IP in Termux
Greetings! In my previous posts, I shared ways to hack someone's IP address using Termux. Today, I'll introduce a simple tool to unveil someone's location based on their IP address – an information-gathering utility. This tool, called IP-Drone, is incredibly user-friendly and proves handy for those spending considerable time online.
What is IP-Drone Tool in Termux?
IP-Drone is an information-gathering tool designed to determine someone's location by utilizing their IP address. It serves as an IP lookup tool, providing comprehensive information about a specific IP address using Termux.
How to Install IP-Drone Tool in Termux?
Step 1:
Ensure a smooth installation by updating and upgrading Termux.
apt update && apt upgrade -y
apt update && apt upgrade -y
Step 2:
Install Git, Python, and Python2 along with additional dependencies.
pkg install git python python2 -y && pip install lolcat requests
Step 3:
Download and install IP-Drone Tool from GitHub.
git clone https://github.com/noob-hackers/ipdrone
cd ipdrone
How to Run IPDrone Tool in Termux?
Execute the tool using the command below, remembering to enter the IP address of the target.
python ipdrone.py -v IP-Address
Example:
python ipdrone.py -v 213.181.61.35
Conclusion:
IPDrone Tool proves valuable for IP address information-gathering, providing essential details for future attacks. If you found this post helpful, you might also be interested in [How to install IP-Tracer in Termux Without Root]. Additionally, tools like Sherlock and Credmap can add excitement to your Termux experience. Feel free to share any other Termux tools or creations in the comments. Thanks for reading, and always Stay Ethical.
