minor tweaks
git-svn-id: file:///home/svn/framework3/trunk@7742 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
f6d491a996
commit
ce42156e38
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue