1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-11 10:19:03 +00:00

Update vnc security types

This commit is contained in:
dmiller
2017-12-06 04:17:03 +00:00
parent d1e75edc06
commit a51a607abc

View File

@@ -121,6 +121,7 @@ VNC = {
COLIN_DEAN_XVP = 22, COLIN_DEAN_XVP = 22,
MAC_OSX_SECTYPE_30 = 30, MAC_OSX_SECTYPE_30 = 30,
MAC_OSX_SECTYPE_35 = 35, MAC_OSX_SECTYPE_35 = 35,
MSLOGON = 0xfffffffa,
}, },
-- Security types are fetched from the rfbproto.pdf -- Security types are fetched from the rfbproto.pdf
@@ -137,10 +138,10 @@ VNC = {
[20]= "GTK-VNC SASL", [20]= "GTK-VNC SASL",
[21]= "MD5 hash authentication", [21]= "MD5 hash authentication",
[22]= "Colin Dean xvp", [22]= "Colin Dean xvp",
-- Mac OS X screen sharing uses 30 and 35 -- 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", [35]= "Mac OS X security type",
[0xfffffffa] = "UltraVNC MS Logon",
}, },
new = function(self, host, port) new = function(self, host, port)