Got these wrong
parent
cb490fc00e
commit
08ce278cca
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue