Skip to content

Commit

Permalink
Land #2813, @wvu-r7's fix for sysax_ssh_username's usage of Net::SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
jvazquez-r7 committed Dec 31, 2013
2 parents 619e6aa + 80a1e85 commit c1fb4a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/exploits/windows/ssh/sysax_ssh_username.rb
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ def exploit
:password => pass,
:port => datastore['RPORT'],
:timeout => 1,
:proxies => datastore['Proxies']
:proxies => datastore['Proxies'],
:config => false
})

::Timeout.timeout(1) {ssh.close} rescue nil
Expand Down

0 comments on commit c1fb4a6

Please sign in to comment.