fix the option description.

git-svn-id: file:///home/svn/framework3/trunk@7065 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2009-09-26 12:01:51 +00:00
parent 3993aaf79c
commit e715789e7c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Metasploit3 < Msf::Exploit::Remote
register_options(
[
Opt::RPORT(407),
OptString.new('PATH', [ false, 'The Filename.', '\\../../../Documents and Settings/All Users/Start Menu/Programs/Startup/']),
OptString.new('PATH', [ true, 'The path to place the executable.', '\\../../../Documents and Settings/All Users/Start Menu/Programs/Startup/']),
], self.class)
end