diff --git a/scripts/dns-nsid.nse b/scripts/dns-nsid.nse index 22b3b8beb..33957a87d 100644 --- a/scripts/dns-nsid.nse +++ b/scripts/dns-nsid.nse @@ -40,7 +40,7 @@ References: author = "John R. Bond" license = "Simplified (2-clause) BSD license--See https://nmap.org/svn/docs/licenses/BSD-simplified" -categories = {"discovery", "default"} +categories = {"discovery", "default", "safe"} portrule = function (host, port) diff --git a/scripts/http-vuln-cve2009-3960.nse b/scripts/http-vuln-cve2009-3960.nse index 5c9720f10..da6d67ec9 100644 --- a/scripts/http-vuln-cve2009-3960.nse +++ b/scripts/http-vuln-cve2009-3960.nse @@ -61,7 +61,7 @@ For more information see: author = "Hani Benhabiles" license = "Same as Nmap--See https://nmap.org/book/man-legal.html" -categories = {"exploit", "intrusive"} +categories = {"exploit", "intrusive", "vuln"} portrule = shortport.http diff --git a/scripts/maxdb-info.nse b/scripts/maxdb-info.nse index fb758a472..555865747 100644 --- a/scripts/maxdb-info.nse +++ b/scripts/maxdb-info.nse @@ -32,7 +32,7 @@ Retrieves version and database information from a SAP Max DB database. author = "Patrik Karlsson" license = "Same as Nmap--See https://nmap.org/book/man-legal.html" -categories = { "default", "version" } +categories = { "default", "version", "safe" } portrule = shortport.version_port_or_service(7210, "maxdb", "tcp") diff --git a/scripts/sstp-discover.nse b/scripts/sstp-discover.nse index fae3a110d..34c17e097 100644 --- a/scripts/sstp-discover.nse +++ b/scripts/sstp-discover.nse @@ -28,7 +28,7 @@ Current SSTP server implementations: -- - http://billing.purevpn.com/sstp-manual-setup-hostname-list.php author = "Niklaus Schiess " -categories = {'discovery', 'default'} +categories = {'discovery', 'default', 'safe'} --- --@output diff --git a/scripts/wdb-version.nse b/scripts/wdb-version.nse index 532201512..926591220 100644 --- a/scripts/wdb-version.nse +++ b/scripts/wdb-version.nse @@ -39,8 +39,7 @@ http://www.kb.cert.org/vuls/id/362332 author = "Daniel Miller" license = "Same as Nmap--See https://nmap.org/book/man-legal.html" --- may also be "safe", but need testing to determine -categories = {"default", "version", "discovery", "vuln"} +categories = {"default", "safe", "version", "discovery", "vuln"} -- WDB protocol information