Tuesday, June 25, 2013

Track Geo-Location via NMAP

Hello guys,

In this tutorial, I am going to show you how to use NMAP to track the Geo location of particular IP address.


This Geo Ip Location service (IP Address Map lookup service) is provided for FREE by Geobytes, inc to assist you in locating the geographical location of an IP Address. Click here to  checkout our other FREE localization services.


When I gave my physical IP addres, I got this result.

Click on the image to view in full size



It also works with the Nmap by using geolocation-geobytes nmap script.

My Id address is : 176.250.135.103

So command and respective result will be as follows:

Command : nmap --script ip-geolocation-geobytes 176.250.135.10


 Output :

 ip-geolocation-geobytes:
|   latitude: 53.0288
|   longitude: -2.1747
|   city: Stoke On Trent
|   region: England
|_  country: United Kingdom

The blur part of the results just shows the open port lists nothing else.


Reference : Geolocation-Geobyte

No comments: