diff --git a/scripts/ssl-enum-ciphers.nse b/scripts/ssl-enum-ciphers.nse index 6583d45d1..3c9fd3d76 100644 --- a/scripts/ssl-enum-ciphers.nse +++ b/scripts/ssl-enum-ciphers.nse @@ -533,9 +533,10 @@ CIPHERS = { } cipherstrength = { - ["weak"] = 0, - ["unknown strength"] = 1, - ["strong"] = 2 + ["broken"] = 0, + ["weak"] = 1, + ["unknown strength"] = 2, + ["strong"] = 3 } local rankedciphers={}