Missing config false flag

the sshexec exploit was missing the flag
that tells net:ssh to not use the user's
local config . This can cuase ugly problem

MSP-9262
bug/bundler_fix
David Maloney 2013-12-30 14:28:15 -06:00
parent b8569a1698
commit c3fd657bde
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ class Metasploit3 < Msf::Exploit::Remote
:msfmodule => self,
:port => port,
:disable_agent => true,
:config => false,
:password => pass
}