minor tweaks

git-svn-id: file:///home/svn/framework3/trunk@7742 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2009-12-07 20:24:30 +00:00
parent f6d491a996
commit ce42156e38
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
###
## This file is part of the Metasploit Framework and may be subject to
## redistribution and commercial restrictions. Please see the Metasploit
## Framework web site for more information on licensing and terms of use.
## http://metasploit.com/framework/
###
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
@ -41,7 +48,7 @@ class Metasploit3 < Msf::Exploit::Remote
register_options(
[
OptString.new('FILENAME', [ false, 'The file name.', 'unIDEAL.ipj']),
OptString.new('FILENAME', [ false, 'The file name.', 'msf.ipj']),
], self.class)
end