diff --git a/scripts/ssl-enum-ciphers.nse b/scripts/ssl-enum-ciphers.nse index cdabd71fe..663fa8f7d 100644 --- a/scripts/ssl-enum-ciphers.nse +++ b/scripts/ssl-enum-ciphers.nse @@ -549,7 +549,7 @@ local function score_cipher (kex_strength, cipher_info) if cipher_info.size == 0 then return 0 - elseif cipher_info.size < 112 then + elseif cipher_info.size < 128 then cipher_score = 0.2 elseif cipher_info.size < 256 then cipher_score = 0.8