allow a single user/pass

git-svn-id: file:///home/svn/framework3/trunk@8645 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-02-25 22:44:13 +00:00
parent 585842e34e
commit 3961b9a3dd
1 changed files with 2 additions and 0 deletions

View File

@ -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