1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-13 09:59:01 +00:00
Files
nmap/nselib/ssh2.lua
dmiller b27feed980 Support diffie-hellman-group14-sha1 in ssh2.lua
ssh-hostkey was hitting an assertion failure when scanning OpenSSH 6.7.
The cause was a failure to check for a shared KEX algorithm. We just
assumed diffie-hellman-group1-sha1 would be supported, since RFC 4253
says it "MUST be supported". This adds support for group14, which is a
2048-bit modulus; key strength was likely the reason for dropping
group1. A more complete solution would be to support more KEX
algorithms, but that's beyond the scope of the bug report.
2014-08-26 13:35:25 +00:00

10 KiB