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

Did some NSEDoc cleanup on many of the 45 NSE scripts which are new since the 5.35DC1 Nmap release. Emphasis was on the first paragraph of the description, since that is shown on the front page of http://nmap.org/nsedoc and I'm planning to use that description verbatim (except for removing tags like <code>) for the CHANGELOG

This commit is contained in:
fyodor
2011-01-14 10:20:51 +00:00
parent ed12841d70
commit a84c2e4498
39 changed files with 69 additions and 78 deletions

View File

@@ -1,6 +1,8 @@
description = [[
Resolves hostnames and adds every address (IPv4 or IPv6, depending) to Nmap's
target list. Nmap itself resolves a host but only scans the first address.
Resolves hostnames and adds every address (IPv4 or IPv6, depending on
Nmap mode) to Nmap's target list. This differs from Nmap's normal
host resolution process, which only scans the first address (A or AAAA
record) returned for each host name.
]]
---