Skip to content

Commit bf3bdcf

Browse files
committed
Changed the deph value to 7.
1 parent ecc67b1 commit bf3bdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wp_dukapress_file_read.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def initialize(info = {})
3737
register_options(
3838
[
3939
OptString.new('FILEPATH', [true, 'The path to the file to read', '/etc/passwd']),
40-
OptInt.new('DEPTH', [ true, 'Traversal Depth (to reach the root folder)', 6 ])
40+
OptInt.new('DEPTH', [ true, 'Traversal Depth (to reach the root folder)', 7 ])
4141
], self.class)
4242
end
4343

0 commit comments

Comments
 (0)