mirror of
https://github.com/nmap/nmap.git
synced 2025-12-11 02:09:03 +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.
|
-- Sort protocol results by name.
|
||||||
table.sort(results, function(a, b) return a["name"] < b["name"] end)
|
table.sort(results, function(a, b) return a["name"] < b["name"] end)
|
||||||
if rankedciphersfilename then
|
if rankedciphersfilename then
|
||||||
for k,v in pairs(cipherstrength) do
|
for k, v in pairs(cipherstrength) do
|
||||||
if v==mincipherstrength then
|
if v == mincipherstrength then
|
||||||
table.insert(results, "Least strength = " .. k)
|
table.insert(results, "Least strength = " .. k)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user