1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Went through all the new (since 5.51) scripts and improved (I hope) the nsedoc descriptions a bit and made some other very minor cleanups

This commit is contained in:
fyodor
2011-06-29 01:29:14 +00:00
parent 651197768b
commit 536e00ea42
31 changed files with 90 additions and 61 deletions

View File

@@ -1,8 +1,9 @@
description = [[
Geolocation lookup by IP address in a Maxmind database. This script supports
queries using all Maxmind databases that are supported by their API including
the commercial ones. The databases can be obtained at:
http://www.maxmind.com/app/ip-location
Tries to identify the physical location of an IP address using a
Geolocation Maxmind database file (available from
http://www.maxmind.com/app/ip-location). This script supports queries
using all Maxmind databases that are supported by their API including
the commercial ones.
]]
---