1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

Change categories of netbus-auth-bypass from {"default", "vuln", "safe"}

to {"auth", "intrusive", "vuln"}. The first categories are the same as
in realvnc-auth-bypass, which would seems to be a very similar script,
but netbus-auth-bypass can have the additional side effect of breaking
future authentication attempts for all users, which is solidly
intrusive.
This commit is contained in:
david
2010-12-13 18:00:06 +00:00
parent d6a89a6674
commit 573088f99c
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ and login to the service by typing Password;1; into the console.
author = "Toni Ruottu"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default", "vuln", "safe"}
categories = {"auth", "intrusive", "vuln"}
require("nmap")
require("stdnse")