IPDrone is a small Python utility for Termux that looks up information associated with a supplied IP address. It presents network and geolocation metadata returned for the address, including an estimated geographic location. The project describes this as live location tracking, but IP geolocation does not provide a device's precise GPS position and can be inaccurate or resolve only to a city or network region. The script is intended to run on both rooted and non-rooted Android devices through Termux. Its functionality is much narrower than the repository's more aggressive security tools and centers on IP lookup rather than device compromise. It is best used for authorized network diagnostics, research, or approximate geolocation where the limitations of IP-based location data are understood.
Features
- IP address information lookup
- Approximate IP-based geolocation
- Network metadata retrieval
- Python-based Termux operation
- Rooted and non-rooted Android compatibility
- Simple single-purpose lookup interface