1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +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,7 +1,10 @@
description = [[
This script looks up the host's IP address using the IPInfoDB geolocation web
service. There is no limit on requests to this service. However, the API key
used is obtained through a free registration with the service.
Tries to identify the physical location of an IP address using the
IPInfoDB geolocation web service
(http://ipinfodb.com/ip_location_api.php).
There is no limit on requests to this service. However, the API key
used was obtained through a free registration with the service.
]]
---