1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 12:19:02 +00:00

Document an unknown field in ConnectionRequest for RDP

This commit is contained in:
dmiller
2016-02-05 22:53:43 +00:00
parent 431d3fa566
commit ab1e474475

View File

@@ -112,8 +112,10 @@ Request = {
("Cookie: %s\r\n"):format(cookie))
if ( self.proto ) then
data = data .. bin.pack("<II",
0x00080001, -- Unknown
data = data .. bin.pack("<CCSI",
0x01, -- TYPE_RDP_NEG_REQ
0x00, -- flags
0x0008, -- length
self.proto -- protocol
)
end