Skip to content

Commit 26d9ef4

Browse files
author
Pedro Ribeiro
committed
Explain about Windows back slashes on option
1 parent 2fb38ec commit 26d9ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/http/netflow_file_download.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize(info={})
3838
Opt::RPORT(8080),
3939
OptString.new('TARGETURI',
4040
[ true, "The base path to NetFlow Analyzer", '/netflow' ]),
41-
OptString.new('FILEPATH', [false, 'Path of the file to download', '/etc/passwd']),
41+
OptString.new('FILEPATH', [false, 'Path of the file to download (escape Windows paths with 4 back slashes)', '/etc/passwd']),
4242
], self.class)
4343
end
4444

0 commit comments

Comments
 (0)