mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 14:39:03 +00:00
Remove script ids. Scripts are identified by file name in output (just the
basename without ".nse", or the full path with debugging level 2 or higher). This includes documentation changes in scripting.xml.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
id = "zone-transfer"
|
||||
description = [[
|
||||
Requests a zone transfer (AXFR) from a DNS server.
|
||||
|
||||
@@ -21,7 +20,7 @@ Useful resources
|
||||
-- @args zoneTrans.domain Domain to transfer.
|
||||
-- @output
|
||||
-- 53/tcp open domain
|
||||
-- | zone-transfer:
|
||||
-- | zoneTrans:
|
||||
-- | foo.com. SOA ns2.foo.com. piou.foo.com.
|
||||
-- | foo.com. TXT
|
||||
-- | foo.com. NS ns1.foo.com.
|
||||
|
||||
Reference in New Issue
Block a user