1
0
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:
david
2011-09-14 17:57:49 +00:00
parent 3cf16f31c3
commit 2990c68107

View File

@@ -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