IPGeoLocation
====
- A tool to retrieve IP Geolocation information
- Powered by ip-api
Requirements
- Python 3.x
- termcolor
- colorama
Download/Installation
- git clone https://github.com/maldevel/IPGeoLocation
- pip3 install -r requirements.txt --user
if pip3 is missing:
- apt-get install python3-setuptools
- easy_install3 pip
- pip3 install -r requirements.txt
Features
- 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.
Geolocation Information
- ASN
- City
- Country
- Country Code
- ISP
- Latitude
- Longtitude
- Organization
- Region Code
- Region Name
- Timezone
- Zip Code
Usage
$ ./ip2geolocation.py
usage: ipgeolocation.py [-h] [-m] [-t TARGET] [-T file] [-u User-Agent]
[-U file] [-g] [--noprint] [-v] [--nolog] [-x PROXY]
[-X file] [-e file] [-ec file] [-ex file]
IPGeolocation 2.0.4
Comments
Post a Comment