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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user