1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 06:29:03 +00:00

Fix some NSEdoc using the wrong script names

This commit is contained in:
dmiller
2017-03-24 22:05:51 +00:00
parent 312fbbfcf1
commit 1d3b5142be
33 changed files with 74 additions and 81 deletions

View File

@@ -22,13 +22,13 @@ requests using a given subnet.
-- nmap -sU -p 53 --script dns-client-subnet-scan --script-args \
-- 'dns-client-subnet-scan.domain=www.example.com, \
-- dns-client-subnet-scan.address=192.168.0.1 \
-- [,dns-client-subnet.nameserver=8.8.8.8] \
-- [,dns-client-subnet.mask=24]' <target>
-- [,dns-client-subnet-scan.nameserver=8.8.8.8] \
-- [,dns-client-subnet-scan.mask=24]' <target>
-- nmap --script dns-client-subnet-scan --script-args \
-- 'dns-client-subnet-scan.domain=www.example.com, \
-- dns-client-subnet-scan.address=192.168.0.1 \
-- dns-client-subnet.nameserver=8.8.8.8, \
-- [,dns-client-subnet.mask=24]'
-- dns-client-subnet-scan.nameserver=8.8.8.8, \
-- [,dns-client-subnet-scan.mask=24]'
--
-- @output
-- 53/udp open domain udp-response
@@ -42,10 +42,10 @@ requests using a given subnet.
-- | .
-- |_ .
---
-- @args dns-client-subnet.domain The domain to lookup eg. www.example.org
-- @args dns-client-subnet.address The client subnet address to use
-- @args dns-client-subnet.mask [optional] The number of bits to use as subnet mask (default: 24)
-- @args dns-client-subnet.nameserver [optional] nameserver to use. (default = host.ip)
-- @args dns-client-subnet-scan.domain The domain to lookup eg. www.example.org
-- @args dns-client-subnet-scan.address The client subnet address to use
-- @args dns-client-subnet-scan.mask [optional] The number of bits to use as subnet mask (default: 24)
-- @args dns-client-subnet-scan.nameserver [optional] nameserver to use. (default = host.ip)
--
author = "John R. Bond"