mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +00:00
Moved some information from the license field of these two scripts to the description field. I felt this was a better place since the URL leads to a description of the service rather than license information
This commit is contained in:
@@ -3,17 +3,15 @@ Checks a DNS server for the predictable-port recursion vulnerability.
|
||||
Predictable source ports can make a DNS server vulnerable to cache poisoning
|
||||
attacks (see CVE-2008-1447).
|
||||
|
||||
The script works by querying porttest.dns-oarc.net.
|
||||
Be aware that any targets against which this script is run will be sent to and
|
||||
potentially recorded by one or more DNS servers and the porttest server. In
|
||||
addition your IP address will be sent along with the porttest query to the DNS
|
||||
server running on the target.
|
||||
The script works by querying porttest.dns-oarc.net (see
|
||||
https://www.dns-oarc.net/oarc/services/porttest). Be aware that any
|
||||
targets against which this script is run will be sent to and
|
||||
potentially recorded by one or more DNS servers and the porttest
|
||||
server. In addition your IP address will be sent along with the
|
||||
porttest query to the DNS server running on the target.
|
||||
]]
|
||||
|
||||
license = [[
|
||||
Script: Same as Nmap--See http://nmap.org/book/man-legal.html \n
|
||||
porttest.dns-oarc.net: https://www.dns-oarc.net/oarc/services/porttest
|
||||
]]
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
|
||||
author = [[
|
||||
Script: Brandon Enright <bmenrigh@ucsd.edu>\n
|
||||
|
||||
Reference in New Issue
Block a user