Filepath option

bug/bundler_fix
Roberto Soares 2015-04-24 04:35:59 -03:00
parent 7b0b59b5f6
commit e51897d64e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
OptString.new('FILEPATH', [true, 'The file to read', 'wp-config.php']),
OptString.new('FILEPATH', [true, 'The wordpress file to read', 'wp-config.php']),
OptInt.new('DEPTH', [ true, 'Traversal Depth (to reach the wordpress root folder)', 3 ])
], self.class)
end