Got these wrong

bug/bundler_fix
sinn3r 2014-09-04 17:05:51 -05:00
parent cb490fc00e
commit 08ce278cca
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ class Metasploit3 < Msf::Auxiliary
[
Opt::RPORT(8080),
OptString.new('TARGETURI', [true, 'Path to HP Intelligent Management Center', '/imc']),
OptString.new('FILEPATH', [true, 'The name of the file to download', '/windows\\boot.ini']),
OptString.new('FILEPATH', [true, 'The name of the file to download', '/windows\\win.ini']),
# By default files downloaded from C:\Program Files\iMC\client\web\apps\imc\tmp\
OptInt.new('DEPTH', [true, 'Traversal depth', 7])
], self.class)

View File

@ -38,7 +38,7 @@ class Metasploit4 < Msf::Auxiliary
register_options(
[
Opt::RPORT(8080),
OptString.new('RFILE', [true, 'Remote File', 'c:\\windows\\boot.ini']),
OptString.new('RFILE', [true, 'Remote File', 'c:\\windows\\win.ini']),
OptString.new('TARGETURI', [true, 'Path to SiteScope', '/SiteScope/']),
], self.class)