Skip to content

Commit

Permalink
Added reference
Browse files Browse the repository at this point in the history
Removed final debug print statement
  • Loading branch information
mandreko committed Apr 8, 2013
1 parent fd5bd52 commit 4c8e19a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/auxiliary/dos/windows/ssh/sysax_sshd_kexchange.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ def initialize(info = {})
'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'))
Expand Down Expand Up @@ -77,7 +75,7 @@ def run

# 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

Expand Down

0 comments on commit 4c8e19a

Please sign in to comment.