mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
add missing local
This commit is contained in:
parent
2f7f6c7b6a
commit
cd4da05e38
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ local function enum_ciphers(host, port)
|
|||
end
|
||||
|
||||
local msc = rdp.Request.MCSConnectInitial:new(v)
|
||||
status, response = comm:exch(msc)
|
||||
local status, response = comm:exch(msc)
|
||||
comm:close()
|
||||
if ( status ) then
|
||||
if ( response.ccr and response.ccr.enc_cipher == v ) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue