Nmap Development mailing list archives

[NSE] ssh2-enum-algos.nse not producing output


From: Patrik Karlsson <patrik () cqure net>
Date: Tue, 19 Jul 2011 12:35:39 +0200

Hi list,

I noticed that ssh2-enum-algos.nse wasn't producing any output unless running in verbose mode.
Based on the script comments and code I suspect it's supposed to output each category with a count of supported 
algorithms when running in non verbose mode like this:
| ssh2-enum-algos: 
|   kex_algorithms (7)
|   server_host_key_algorithms (3)
|   encryption_algorithms (13)
|   mac_algorithms (7)
|_  compression_algorithms (2)

If that's the case I suspect some change in stdnse.format_output at some point broke the output?
This patch restores the output above. Let me know if that's correct and I'll commit it.

Attachment: ssh2-enum-algos-verbose.patch
Description:



Regards,
Patrik
--
Patrik Karlsson
http://www.cqure.net
http://www.twitter.com/nevdull77

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

Current thread: