Monday, October 10, 2016

How to find IP Address and Geolocation







Download Zip IP Geolocation :

======

   https://github.com/maldevel/IPGeoLocation



 or,



Clone IP Geolocation :

======

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



Installation IP Geolocation :

======



* pip3 install -r requirements.txt --user



* apt-get install python3-setuptools



* easy_install3 pip



* pip3 install -r requirements.txt --user





In this Kali Linux Tutorial I have shown How to find IP Address and Geolocation or How to Trace an IP Address and see it's geographical location. He I have used a tool named #IPAddressGeoLocation which is a tool to retrieve IP Geolocation information.





Requirements :

======

* Python 3.x

* termcolor

* colorama





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.





Information :

======

* ASN



* City



* Country



* Country Code



* ISP



* Latitude



* Longtitude



* Organization



* Region Code



* Region Name



* Timezone



* Zip Code





Usage :

======



./ip2geolocation.py -t example.com



./ip2geolocation.py -t 192.168.0.1



./ip2geolocation.py -t example.com --nolog



many more !!!

No comments:

Post a Comment