mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
add missing local
This commit is contained in:
@@ -171,7 +171,7 @@ local function enum_ciphers(host, port)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local msc = rdp.Request.MCSConnectInitial:new(v)
|
local msc = rdp.Request.MCSConnectInitial:new(v)
|
||||||
status, response = comm:exch(msc)
|
local status, response = comm:exch(msc)
|
||||||
comm:close()
|
comm:close()
|
||||||
if ( status ) then
|
if ( status ) then
|
||||||
if ( response.ccr and response.ccr.enc_cipher == v ) then
|
if ( response.ccr and response.ccr.enc_cipher == v ) then
|
||||||
|
|||||||
Reference in New Issue
Block a user