What is IPGeolocation :
IPGeolocation is a tool that is used to retrieve IP Geolocation information.
How to install :
- apt update
- apt install python
- apt install git
- 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 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
Post a Comment