Remove trailing space

unstable
Tod Beardsley 2012-06-19 16:43:37 -05:00
parent 7c417fa977
commit 3b1c434252
2 changed files with 3 additions and 2 deletions

View File

@ -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,

View File

@ -67,7 +67,8 @@ class Metasploit3 < Msf::Exploit::Remote
],
],
'DefaultTarget' => 0,
'DisclosureDate' => 'May 08 2012'))
'DisclosureDate' => 'May 08 2012'
))
register_options(
[