1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Adjust heartbleed payload size to minimum required to trigger

This commit is contained in:
dmiller
2014-04-09 15:58:09 +00:00
parent cd0ed4ff7f
commit e38d9618a3

View File

@@ -164,7 +164,8 @@ OpenSSL versions 1.0.1 and 1.0.2-beta releases (including 1.0.1f and 1.0.2-beta1
"03 02", -- TLSv1.1
"00 03", -- record length
"01", -- HeartbeatType HeartbeatRequest
"40 00", -- payload length (falsified)
"0f e9", -- payload length (falsified)
-- payload length is based on 4096 - 16 bytes padding - 8 bytes packet header + 1 to overflow
})
)