Skip to content

Commit 08ce278

Browse files
committed
Got these wrong
1 parent cb490fc commit 08ce278

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/auxiliary/scanner/http/hp_imc_faultdownloadservlet_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def initialize(info = {})
3939
[
4040
Opt::RPORT(8080),
4141
OptString.new('TARGETURI', [true, 'Path to HP Intelligent Management Center', '/imc']),
42-
OptString.new('FILEPATH', [true, 'The name of the file to download', '/windows\\boot.ini']),
42+
OptString.new('FILEPATH', [true, 'The name of the file to download', '/windows\\win.ini']),
4343
# By default files downloaded from C:\Program Files\iMC\client\web\apps\imc\tmp\
4444
OptInt.new('DEPTH', [true, 'Traversal depth', 7])
4545
], self.class)

modules/auxiliary/scanner/http/hp_sitescope_loadfilecontent_fileaccess.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize
3838
register_options(
3939
[
4040
Opt::RPORT(8080),
41-
OptString.new('RFILE', [true, 'Remote File', 'c:\\windows\\boot.ini']),
41+
OptString.new('RFILE', [true, 'Remote File', 'c:\\windows\\win.ini']),
4242
OptString.new('TARGETURI', [true, 'Path to SiteScope', '/SiteScope/']),
4343
], self.class)
4444

0 commit comments

Comments
 (0)