allow a single user/pass
git-svn-id: file:///home/svn/framework3/trunk@8645 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
585842e34e
commit
3961b9a3dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue