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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user