Skip to content

Commit f3957ea

Browse files
committed
FILEPATH changed from false to true.
1 parent 97ee975 commit f3957ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wildfly_8_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize(info = {})
3333
register_options(
3434
[
3535
Opt::RPORT(8080),
36-
OptString.new("FILEPATH", [false, 'Full path to the file to read', 'standalone\\\\configuration\\\\standalone.xml'])
36+
OptString.new("FILEPATH", [true, 'Full path to the file to read', 'standalone\\\\configuration\\\\standalone.xml'])
3737
], self.class)
3838

3939
register_advanced_options(

0 commit comments

Comments
 (0)