FILEPATH changed from false to true.

bug/bundler_fix
Roberto Soares Espreto 2014-12-01 00:48:47 -02:00
parent 97ee975235
commit f3957ea428
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
Opt::RPORT(8080),
OptString.new("FILEPATH", [false, 'Full path to the file to read', 'standalone\\\\configuration\\\\standalone.xml'])
OptString.new("FILEPATH", [true, 'Full path to the file to read', 'standalone\\\\configuration\\\\standalone.xml'])
], self.class)
register_advanced_options(