Patch frmo antoine
git-svn-id: file:///home/svn/framework3/trunk@5994 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e1e1f5d6a4
commit
a8c9397419
|
@ -13,8 +13,8 @@ module Exploit::FILEFORMAT
|
||||||
|
|
||||||
register_options(
|
register_options(
|
||||||
[
|
[
|
||||||
OptString.new('FILENAME', [ false, 'The file name.', 'MSF']),
|
OptString.new('FILENAME', [ true, 'The file name.', 'MSF']),
|
||||||
OptString.new('OUTPUTPATH', [ false, 'The location of the file.', './data/exploits/']),
|
OptString.new('OUTPUTPATH', [ true, 'The location of the file.', File.join(Msf::Config.install_root, 'data', 'exploits')]),
|
||||||
], Msf::Exploit::FILEFORMAT
|
], Msf::Exploit::FILEFORMAT
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue