diff --git a/modules/auxiliary/scanner/ssh/ssh_login.rb b/modules/auxiliary/scanner/ssh/ssh_login.rb index 968fef1afe..bb4cbf01d1 100644 --- a/modules/auxiliary/scanner/ssh/ssh_login.rb +++ b/modules/auxiliary/scanner/ssh/ssh_login.rb @@ -36,6 +36,8 @@ class Metasploit3 < Msf::Auxiliary register_options( [ + OptString.new('USERNAME', [ false, 'The username to authenticate as' ]), + OptString.new('PASSWORD', [ false, 'The password for the specified username' ]), OptBool.new('VERBOSE', [ true, 'Verbose output', false]), Opt::RPORT(22) ], self.class