From 522b85693ea3bb52a340e6af74a8fefb4dfc3c5f Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 3 Mar 2017 19:43:33 +0000 Subject: [PATCH] Note interaction with realvnc-auth-bypass --- scripts/vnc-title.nse | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/vnc-title.nse b/scripts/vnc-title.nse index f0ea2cae7..8da349304 100644 --- a/scripts/vnc-title.nse +++ b/scripts/vnc-title.nse @@ -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 +realvnc-auth-bypass was run and returned VULNERABLE, this script +will use that vulnerability to bypass authentication. ]] author = "Daniel Miller"