mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
Document an unknown field in ConnectionRequest for RDP
This commit is contained in:
parent
431d3fa566
commit
ab1e474475
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue