This module should use the default list of tomcat users
parent
b649181505
commit
54ffb01080
|
@ -48,7 +48,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
Opt::RPORT(8080),
|
||||
OptString.new('URI', [true, 'The path of the Apache Tomcat Administration page', '/admin/j_security_check']),
|
||||
OptPath.new('USER_FILE', [ true, "File containing users, one per line",
|
||||
File.join(Msf::Config.install_root, "data", "wordlists", "unix_users.txt") ]),
|
||||
File.join(Msf::Config.install_root, "data", "wordlists", "tomcat_mgr_default_users.txt") ]),
|
||||
], self.class)
|
||||
|
||||
deregister_options('PASSWORD','PASS_FILE','USERPASS_FILE','STOP_ON_SUCCESS','BLANK_PASSWORDS','USERNAME')
|
||||
|
|
Loading…
Reference in New Issue