diff --git a/lib/msf/core/exploit/ssh.rb b/lib/msf/core/exploit/ssh.rb index 3873c4d83f..fe856aa2d3 100644 --- a/lib/msf/core/exploit/ssh.rb +++ b/lib/msf/core/exploit/ssh.rb @@ -1,8 +1,7 @@ module Msf module Exploit::Remote::SSH - def ssh_socket_factory - Rex::Socket::SSHFactory.new(framework,self, datastore['Proxies']) + Rex::Socket::SSHFactory.new(framework, self, datastore['Proxies']) end end -end \ No newline at end of file +end