Rename for consistency
git-svn-id: file:///home/svn/framework3/trunk@8903 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
dabe51f3c4
commit
3a88909c06
|
@ -40,7 +40,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
OptString.new('USERNAME', [ false, 'The username to authenticate as' ]),
|
OptString.new('USERNAME', [ false, 'The username to authenticate as' ]),
|
||||||
OptString.new('PASSWORD', [ false, 'The password for the specified username' ]),
|
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",
|
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", "http_userpass.txt") ]),
|
File.join(Msf::Config.install_root, "data", "wordlists", "http_default_userpass.txt") ]),
|
||||||
OptPath.new('USER_FILE', [ false, "File containing users, one pair per line",
|
OptPath.new('USER_FILE', [ false, "File containing users, one pair per line",
|
||||||
File.join(Msf::Config.install_root, "data", "wordlists", "http_default_users.txt") ]),
|
File.join(Msf::Config.install_root, "data", "wordlists", "http_default_users.txt") ]),
|
||||||
OptPath.new('PASS_FILE', [ false, "File containing passwords, one pair per line",
|
OptPath.new('PASS_FILE', [ false, "File containing passwords, one pair per line",
|
||||||
|
|
Loading…
Reference in New Issue