mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +00:00
Add @output sections to realvnc-auth-bypass.nse and sql-injection.nse
from Gutek. Also documents the @args of sql-injection.nse.
This commit is contained in:
@@ -5,6 +5,12 @@ Checks if a VNC server is vulnerable to the RealVNC authentication bypass
|
||||
author = "Brandon Enright"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
|
||||
---
|
||||
-- @output
|
||||
-- PORT STATE SERVICE VERSION
|
||||
-- 5900/tcp open vnc VNC (protocol 3.8)
|
||||
-- |_realvnc-auth-bypass: Vulnerable
|
||||
|
||||
categories = {"default", "vuln", "safe"}
|
||||
|
||||
require "shortport"
|
||||
|
||||
Reference in New Issue
Block a user