IPGeoLocation
if pip3 is missing:
IpGeoLocation Usage :
$ python ipgeolocation.py -t [target ip address]
it gives you all information related to your target..
If you have any questions or doubts related this please comment.....
Source - maldevel
- A tool to retrieve IP Geolocation information
- Powered by ip-api
IpGeoLocation Requirements
- Python 3.x
- termcolor
- colorama
IpGeoLocation 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
IpGeoLocation 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.
IpGeoLocation Information
- ASN
- City
- Country
- Country Code
- ISP
- Latitude
- Longtitude
- Organization
- Region Code
- Region Name
- Timezone
- Zip Code
IpGeoLocation Usage :
$ python ipgeolocation.py -t [target ip address]
it gives you all information related to your target..
If you have any questions or doubts related this please comment.....
Source - maldevel
Post a Comment