mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 12:49: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))
|
("Cookie: %s\r\n"):format(cookie))
|
||||||
|
|
||||||
if ( self.proto ) then
|
if ( self.proto ) then
|
||||||
data = data .. bin.pack("<II",
|
data = data .. bin.pack("<CCSI",
|
||||||
0x00080001, -- Unknown
|
0x01, -- TYPE_RDP_NEG_REQ
|
||||||
|
0x00, -- flags
|
||||||
|
0x0008, -- length
|
||||||
self.proto -- protocol
|
self.proto -- protocol
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user