Install IPGeolocation in Termux | Android

What is IPGeolocation :

IPGeolocation is a tool that is used to retrieve IP Geolocation information.

How to install :

if pip3 is missing :
  • apt-get install python3-setuptools
  • easy_install3 pip
  • pip3 install -r requirements.txt

Features of IPGeolocation :

  • Retrieve IP or Domain Geolocation.
  • Retrieve your own IP Geolocation.
  • Retrieve Geolocation for IPs or Domains loaded from file. Each target in new line.
  • Define your own custom User Agent string.
  • Select random User-Agent strings from file. Each User Agent string in new line.
  • Proxy support.
  • Select random proxy from file. Each proxy URL in new line.
  • Open IP geolocation in Google Maps using the default browser.
  • Export results to csv, xml and txt format.

How to retrieve ip location :

Retrieve your IP Geolocation
  • python ipgeolocation.py -m
Retrieve others IP Geolocation
  • python ipgeolocation.py -t <target_ip>
For example
  • python ipgeolocation.py -t 127.0.0.1

Comments