From a6c7f93bbeb4794580c84955f65c10139ddebd54 Mon Sep 17 00:00:00 2001 From: Th3R3p0 Date: Wed, 17 Jun 2015 13:09:03 -0400 Subject: [PATCH] changed text to show support for RFB version 4.001 --- modules/auxiliary/scanner/vnc/vnc_login.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/scanner/vnc/vnc_login.rb b/modules/auxiliary/scanner/vnc/vnc_login.rb index 7e5f1af773..840fed4561 100644 --- a/modules/auxiliary/scanner/vnc/vnc_login.rb +++ b/modules/auxiliary/scanner/vnc/vnc_login.rb @@ -21,7 +21,7 @@ class Metasploit3 < Msf::Auxiliary 'Description' => %q{ This module will test a VNC server on a range of machines and report successful logins. Currently it supports RFB protocol - version 3.3, 3.7, and 3.8 using the VNC challenge response + version 3.3, 3.7, 3.8 and 4.001 using the VNC challenge response authentication method. }, 'Author' =>