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:
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user