mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Whitespace in ssl-enum-ciphers.
This commit is contained in:
@@ -778,8 +778,8 @@ action = function(host, port)
|
||||
-- Sort protocol results by name.
|
||||
table.sort(results, function(a, b) return a["name"] < b["name"] end)
|
||||
if rankedciphersfilename then
|
||||
for k,v in pairs(cipherstrength) do
|
||||
if v==mincipherstrength then
|
||||
for k, v in pairs(cipherstrength) do
|
||||
if v == mincipherstrength then
|
||||
table.insert(results, "Least strength = " .. k)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user