From 233eb1d71cb7958ad8a1da6d130868383493966a Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 24 Feb 2017 16:28:33 +0000 Subject: [PATCH] Only send one protocol version in client hello instead of indicating a range of supported versions. --- scripts/ssl-enum-ciphers.nse | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ssl-enum-ciphers.nse b/scripts/ssl-enum-ciphers.nse index da3570bda..75b28c6ab 100644 --- a/scripts/ssl-enum-ciphers.nse +++ b/scripts/ssl-enum-ciphers.nse @@ -583,6 +583,7 @@ local function find_ciphers_group(host, port, protocol, group, scores) local results = {} local t = { ["protocol"] = protocol, + ["record_protocol"] = protocol, -- improve chances of immediate rejection ["extensions"] = base_extensions(host), }