Skip to content

Commit d75ffc3

Browse files
committed
Changed the description of FILEPATH
1 parent f8dc366 commit d75ffc3

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, 'Specify a parameter for the action', 'standalone\\\\configuration\\\\standalone.xml'])
36+
OptString.new("FILEPATH", [false, 'Full path to the file to read', 'standalone\\\\configuration\\\\standalone.xml'])
3737
], self.class)
3838

3939
register_advanced_options(

0 commit comments

Comments
 (0)