Patch frmo antoine

git-svn-id: file:///home/svn/framework3/trunk@5994 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-12-03 15:47:10 +00:00
parent e1e1f5d6a4
commit a8c9397419
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ module Exploit::FILEFORMAT
register_options(
[
OptString.new('FILENAME', [ false, 'The file name.', 'MSF']),
OptString.new('OUTPUTPATH', [ false, 'The location of the file.', './data/exploits/']),
OptString.new('FILENAME', [ true, 'The file name.', 'MSF']),
OptString.new('OUTPUTPATH', [ true, 'The location of the file.', File.join(Msf::Config.install_root, 'data', 'exploits')]),
], Msf::Exploit::FILEFORMAT
)