1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Put realvnc-auth-bypass.nse in "auth" category.

This commit is contained in:
david
2010-12-13 17:30:06 +00:00
parent 3ded2339e8
commit ccd901f918
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
-- 5900/tcp open vnc VNC (protocol 3.8)
-- |_realvnc-auth-bypass: Vulnerable
categories = {"default", "vuln", "safe"}
categories = {"auth", "default", "vuln", "safe"}
require "shortport"