diff --git a/modules/exploits/windows/fileformat/ideal_administration_2009_ipj.rb b/modules/exploits/windows/fileformat/ideal_administration_2009_ipj.rb index b9881da71d..1e94c5ed49 100644 --- a/modules/exploits/windows/fileformat/ideal_administration_2009_ipj.rb +++ b/modules/exploits/windows/fileformat/ideal_administration_2009_ipj.rb @@ -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