Delete the extra "/"

This commit is contained in:
sinn3r 2012-07-06 01:20:31 -05:00
parent 686f176a99
commit 7876d7fd60
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
Opt::RPORT(85),
OptString.new('FILEPATH', [false, 'The name of the file to download', '/etc/shadow']),
OptString.new('FILEPATH', [false, 'The name of the file to download', 'etc/shadow']),
OptInt.new('DEPTH', [true, 'Traversal depth', 10])
], self.class)
end