mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 04:09:01 +00:00
nse_check_globals cleanup
This commit is contained in:
@@ -917,6 +917,7 @@ local function try_protocol(host, port, protocol, upresults)
|
||||
compressors = find_compressors(host, port, protocol, ciphers[1])
|
||||
|
||||
-- Add rankings to ciphers
|
||||
local cipherstr
|
||||
for i, name in ipairs(ciphers) do
|
||||
if rankedciphersfilename and rankedciphers[name] then
|
||||
cipherstr=rankedciphers[name]
|
||||
|
||||
Reference in New Issue
Block a user