Correct the description to mention IE8 on Windows 7
parent
ffdcea6a0a
commit
29887272a9
|
@ -18,8 +18,8 @@ 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 through the heap massaging plus heap spray as exploited
|
||||
in the wild.
|
||||
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,
|
||||
'Author' =>
|
||||
|
@ -335,4 +335,4 @@ cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010246
|
|||
mshtml!DllGetClassObject+0xafd09:
|
||||
6363fcc6 8b5070 mov edx,dword ptr [eax+70h]
|
||||
ds:0023:1c1c1c7c=????????
|
||||
=end
|
||||
=end
|
||||
|
|
Loading…
Reference in New Issue