Skip to content

Commit f50cede

Browse files
committed
Changed the depth value to 7.
1 parent 7682947 commit f50cede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wp_mobileedition_file_read.rb

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

0 commit comments

Comments
 (0)