Changed the depth value to 7.

bug/bundler_fix
Roberto Soares 2015-04-16 17:22:49 -03:00
parent 768294710b
commit f50cedeafd
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
OptString.new('FILEPATH', [true, "The path to the file to read", "/etc/passwd"]),
OptInt.new('DEPTH', [ true, 'Traversal Depth (to reach the root folder)', 6 ])
OptInt.new('DEPTH', [ true, 'Traversal Depth (to reach the root folder)', 7 ])
], self.class)
end