Retrieve IP Geolocation information
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 :
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
$ chmod +x *
$ pip install -r requirements.txt
Usage :
$ python ipgeolocation.py -t [target ip]
it gives you all information related to your target...
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 :
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
$ chmod +x *
$ pip install -r requirements.txt
Usage :
$ python ipgeolocation.py -t [target ip]
it gives you all information related to your target...