From a51a607abc40ea9d9c7be7dd80f22e4ffb18afdc Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 6 Dec 2017 04:17:03 +0000 Subject: [PATCH] Update vnc security types --- nselib/vnc.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nselib/vnc.lua b/nselib/vnc.lua index 170c808ed..5adf2f58b 100644 --- a/nselib/vnc.lua +++ b/nselib/vnc.lua @@ -121,6 +121,7 @@ VNC = { COLIN_DEAN_XVP = 22, MAC_OSX_SECTYPE_30 = 30, MAC_OSX_SECTYPE_35 = 35, + MSLOGON = 0xfffffffa, }, -- Security types are fetched from the rfbproto.pdf @@ -137,10 +138,10 @@ VNC = { [20]= "GTK-VNC SASL", [21]= "MD5 hash authentication", [22]= "Colin Dean xvp", - -- Mac OS X screen sharing uses 30 and 35 - [30]= "Mac OS X security type", + [30]= "Apple Remote Desktop", [35]= "Mac OS X security type", + [0xfffffffa] = "UltraVNC MS Logon", }, new = function(self, host, port)