1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Updates category in NSE scripts. Closes #728. Fixes #726. Patch provided by Varunram.

This commit is contained in:
rewanth
2017-06-27 15:01:27 +00:00
parent cedbed8398
commit 71afbc5aed
5 changed files with 5 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ References:
author = "John R. Bond" author = "John R. Bond"
license = "Simplified (2-clause) BSD license--See https://nmap.org/svn/docs/licenses/BSD-simplified" 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) portrule = function (host, port)

View File

@@ -61,7 +61,7 @@ For more information see:
author = "Hani Benhabiles" author = "Hani Benhabiles"
license = "Same as Nmap--See https://nmap.org/book/man-legal.html" license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
categories = {"exploit", "intrusive"} categories = {"exploit", "intrusive", "vuln"}
portrule = shortport.http portrule = shortport.http

View File

@@ -32,7 +32,7 @@ Retrieves version and database information from a SAP Max DB database.
author = "Patrik Karlsson" author = "Patrik Karlsson"
license = "Same as Nmap--See https://nmap.org/book/man-legal.html" 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") portrule = shortport.version_port_or_service(7210, "maxdb", "tcp")

View File

@@ -28,7 +28,7 @@ Current SSTP server implementations:
-- - http://billing.purevpn.com/sstp-manual-setup-hostname-list.php -- - http://billing.purevpn.com/sstp-manual-setup-hostname-list.php
author = "Niklaus Schiess <nschiess@adversec.com>" author = "Niklaus Schiess <nschiess@adversec.com>"
categories = {'discovery', 'default'} categories = {'discovery', 'default', 'safe'}
--- ---
--@output --@output

View File

@@ -39,8 +39,7 @@ http://www.kb.cert.org/vuls/id/362332
author = "Daniel Miller" author = "Daniel Miller"
license = "Same as Nmap--See https://nmap.org/book/man-legal.html" license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
-- may also be "safe", but need testing to determine categories = {"default", "safe", "version", "discovery", "vuln"}
categories = {"default", "version", "discovery", "vuln"}
-- WDB protocol information -- WDB protocol information