The USER_FILE path is wrong.
parent
75d40d4d82
commit
f6baf824b6
|
@ -37,7 +37,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
register_options([
|
||||
OptString.new('TARGETURI', [true, 'Path to the iDRAC Administration page', '/data/login']),
|
||||
OptPath.new('USER_FILE', [ false, "File containing users, one per line",
|
||||
File.join(Msf::Config.install_root, "data", "wordlists", "idrac_default_users.txt") ]),
|
||||
File.join(Msf::Config.install_root, "data", "wordlists", "idrac_default_user.txt") ]),
|
||||
OptPath.new('PASS_FILE', [ false, "File containing passwords, one per line",
|
||||
File.join(Msf::Config.install_root, "data", "wordlists", "idrac_default_pass.txt") ]),
|
||||
OptInt.new('RPORT', [true, "Default remote port", 443])
|
||||
|
|
Loading…
Reference in New Issue