-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Nmap: Network Exploration and Security Auditing Cookbook - Second Edition
By :
Identifying the location of an IP address may help system administrators identify the origin of a network connection. Nmap ships with several NSE scripts that help us perform geolocation of a remote IP address: ip-geolocation-maxmind, ip-geolocation-ipinfodb, and ip-geolocation-geoplugin.
This recipe will show you how to set up and use the geolocation scripts included with Nmap NSE.
The ip-geolocation-maxmind script depends on a database that is not included in Nmap by default. Download Maxmind's GeoLite City database in binary format from http://dev.maxmind.com/geoip/legacy/geolite/ and place it in your local Nmap data folder (/nselib/data/) inside your installation directory.
The ip-geolocation-ipinfodb script requires an API key to query an external service. The service is free, and you only need to register at http://ipinfodb.com/register.php to get one. This service does not limit the number of queries, but connections are only processed from...
Change the font size
Change margin width
Change background colour