Ticker

6/recent/ticker-posts

Retrieve IP GeoLocation information

You can trace any Ip address or Domain location details by using this tool in your Termux .

Features:-


  • Retrieve IP or Domain Feolocation.

  • 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 text format.

# Geolocation information :

  1. ASN
  2. City
  3. Country
  4. Country Code
  5. ISP
  6. Latitude
  7. Longtitude
  8. Organization
  9. Region Code
  10. Region Name
  11. Timezone
  12. Zip Code

Installation :-

$ apt update && apt upgrade

$ apt install git

$ apt install python

$ git clone https://github.com/maldevel/IPGeoLocation

$ Cd IPGeoLocation

$ pip install -r requirements.txt

Usage :
$ python ipgeolcation.py -t [Target Ip or Domain]

it gives you all information related to your target....!