Explain about Windows back slashes on option

bug/bundler_fix
Pedro Ribeiro 2014-11-30 00:15:44 +00:00
parent 2fb38ec7bb
commit 26d9ef4edd
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class Metasploit3 < Msf::Auxiliary
Opt::RPORT(8080),
OptString.new('TARGETURI',
[ true, "The base path to NetFlow Analyzer", '/netflow' ]),
OptString.new('FILEPATH', [false, 'Path of the file to download', '/etc/passwd']),
OptString.new('FILEPATH', [false, 'Path of the file to download (escape Windows paths with 4 back slashes)', '/etc/passwd']),
], self.class)
end