From 4c8e19ad1ae1142a28aef9b49412d7438382e85c Mon Sep 17 00:00:00 2001 From: Matt Andreko Date: Mon, 8 Apr 2013 08:28:53 -0400 Subject: [PATCH] Added reference Removed final debug print statement --- modules/auxiliary/dos/windows/ssh/sysax_sshd_kexchange.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/auxiliary/dos/windows/ssh/sysax_sshd_kexchange.rb b/modules/auxiliary/dos/windows/ssh/sysax_sshd_kexchange.rb index 83f47e5804..7a94acf8eb 100644 --- a/modules/auxiliary/dos/windows/ssh/sysax_sshd_kexchange.rb +++ b/modules/auxiliary/dos/windows/ssh/sysax_sshd_kexchange.rb @@ -25,9 +25,7 @@ class Metasploit3 < Msf::Auxiliary 'License' => MSF_LICENSE, 'References' => [ - # [ 'BID', '17908'], - # [ 'CVE', '2006-0027'], - # [ 'MSB', 'MS06-019'], + [ 'URL', 'http://www.mattandreko.com/2013/04/sysax-multi-server-610-ssh-dos.html'], ], 'DisclosureDate' => 'Mar 17 2013')) @@ -77,7 +75,7 @@ class Metasploit3 < Msf::Auxiliary # Sometimes the socket closes faster than it can read, sometimes it doesn't, so catch the error just in case. begin - print "<< " + (sock.get_once(-1, 10) || '') + sock.get_once(-1, 10) rescue Errno::ECONNRESET end