Module: Msf::Exploit::Remote::SSH
- Includes:
- AuthMethods, Options
- Defined in:
- lib/msf/core/exploit/ssh/options.rb,
lib/msf/core/exploit/ssh.rb
Overview
Include this mixin if you want just the SSH datastore options (e.g., when using Metasploit::Framework::LoginScanner::SSH)
Defined Under Namespace
Modules: AuthMethods, Options
Instance Method Summary collapse
Methods included from Options
Instance Method Details
#ssh_socket_factory ⇒ Object
23 24 25 |
# File 'lib/msf/core/exploit/ssh.rb', line 23 def ssh_socket_factory Rex::Socket::SSHFactory.new(framework, self, datastore['Proxies']) end |