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

Note interaction with realvnc-auth-bypass

This commit is contained in:
dmiller
2017-03-03 19:43:33 +00:00
parent 76f7c48c17
commit 522b85693e

View File

@@ -5,7 +5,9 @@ local vnc = require "vnc"
description = [[
Tries to log into a VNC server and get its desktop name. Uses credentials
discovered by vnc-brute, or None authentication types.
discovered by vnc-brute, or None authentication types. If
<code>realvnc-auth-bypass</code> was run and returned VULNERABLE, this script
will use that vulnerability to bypass authentication.
]]
author = "Daniel Miller"