We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d34cf commit b6dff71Copy full SHA for b6dff71
lib/msf/core/exploit/ssh.rb
@@ -1,5 +1,6 @@
1
module Msf
2
module Exploit::Remote::SSH
3
+ require 'rex/socket/ssh_factory'
4
def ssh_socket_factory
5
Rex::Socket::SSHFactory.new(framework, self, datastore['Proxies'])
6
end
0 commit comments