whitespace
parent
ff63e6e05a
commit
a54945c82c
|
@ -1,8 +1,7 @@
|
||||||
module Msf
|
module Msf
|
||||||
module Exploit::Remote::SSH
|
module Exploit::Remote::SSH
|
||||||
|
|
||||||
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
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue