Added reference

Removed final debug print statement
unstable
Matt Andreko 2013-04-08 08:28:53 -04:00
parent fd5bd52e6d
commit 4c8e19ad1a
1 changed files with 2 additions and 4 deletions

View File

@ -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