Delete the extra "/"
parent
686f176a99
commit
7876d7fd60
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue