1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-17 05:09:00 +00:00
Files
nmap/nselib/ssh1.lua
dmiller 9fb374c743 Make ssh1 and ssh2 fetch_host_key return the same structure
This was indirectly causing the crash reported here:
http://seclists.org/nmap-dev/2014/q4/332

ssh1.fetch_host_key now returns a table with the full_key value
containing a key as it would be output by ssh-keygen. The previous value
named full_key is now named "key".
2014-12-17 03:32:11 +00:00

8.9 KiB