Remove trailing space
parent
7c417fa977
commit
3b1c434252
|
@ -18,7 +18,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Description' => %q{
|
||||
This module exploits a memory corruption flaw in Internet Explorer 8 when
|
||||
handling objects with the same ID property. At the moment this module targets
|
||||
IE8 over Windows XP SP3 and Windows 7. This module supports heap massaging
|
||||
IE8 over Windows XP SP3 and Windows 7. This module supports heap massaging
|
||||
as well as the heap spray method seen in the wild (Java msvcrt71.dll).
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
|
|
|
@ -67,7 +67,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
],
|
||||
],
|
||||
'DefaultTarget' => 0,
|
||||
'DisclosureDate' => 'May 08 2012'))
|
||||
'DisclosureDate' => 'May 08 2012'
|
||||
))
|
||||
|
||||
register_options(
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue