1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Only send one protocol version in client hello instead of indicating a range of supported versions.

This commit is contained in:
dmiller
2017-02-24 16:28:33 +00:00
parent 91dade9325
commit 233eb1d71c

View File

@@ -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),
}