allow a single user/pass

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

View File

@ -46,6 +46,8 @@ class Metasploit3 < Msf::Auxiliary
[
Opt::RPORT(8180),
OptBool.new('VERBOSE', [ true, 'Verbose output', false]),
OptString.new('USERNAME', [ false, 'The username to authenticate as' ]),
OptString.new('PASSWORD', [ false, 'The password for the specified username' ]),
OptPath.new('USERPASS_FILE', [ false, "File containing users and passwords separated by space, one pair per line",
File.join(Msf::Config.install_root, "data", "wordlists", "tomcat_mgr_default_userpass.txt") ]),
OptPath.new('USER_FILE', [ false, "File containing users, one pair per line",