1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Penalizes 3DES for SWEET32 attack (CVE-2016-2183)

This commit is contained in:
nnposter
2016-08-24 14:56:25 +00:00
parent 86da86007c
commit fb2fc62a0b

View File

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