1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00

Remove RealVNC_auth_bypass.nse from the "malware" category. It doesn't have to

do with any malware, just a security vulnerability. It remains in "default" and
"vuln". I think it was in "malware" because it used to be in the old "backdoor"
category.
This commit is contained in:
david
2008-10-24 22:04:30 +00:00
parent 7c59faa380
commit 15d0add1fe
2 changed files with 87 additions and 88 deletions

View File

@@ -6,7 +6,7 @@ Checks if a VNC server is vulnerable to the RealVNC authentication bypass
author = "Brandon Enright <bmenrigh@ucsd.edu>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default", "malware", "vuln"}
categories = {"default", "vuln"}
require "shortport"