mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Small NSE documentation fixes: "nmap-protocol" -> "nmap-protocols" in
datafiles.lua, and remove not-too-relevant vulnerability IDs from dns-test-open-recursion.nse.
This commit is contained in:
parent
dafa60743b
commit
6e69be898a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
--- Read and parse some of Nmap's data files: nmap-protocol, nmap-rpc,
|
||||
--- Read and parse some of Nmap's data files: nmap-protocols, nmap-rpc,
|
||||
-- and nmap-services.
|
||||
-- \n\n
|
||||
-- The functions in this module return values appropriate for use with
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
id = "Nameserver open recursive queries (CVE-1999-0024) (BID 136, 678)"
|
||||
id = "Nameserver open recursive queries"
|
||||
|
||||
description = [[
|
||||
Checks if a DNS server allows queries for third-party names.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue