add a hard require to the ssh mixin
added hard require for SSHFactory into the ssh exploit mixin this should prevent any laod-order bugs from cropping up againbug/bundler_fix
parent
87d34cfbba
commit
b6dff719f3
|
@ -1,5 +1,6 @@
|
||||||
module Msf
|
module Msf
|
||||||
module Exploit::Remote::SSH
|
module Exploit::Remote::SSH
|
||||||
|
require 'rex/socket/ssh_factory'
|
||||||
def ssh_socket_factory
|
def ssh_socket_factory
|
||||||
Rex::Socket::SSHFactory.new(framework, self, datastore['Proxies'])
|
Rex::Socket::SSHFactory.new(framework, self, datastore['Proxies'])
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue