Fix Microsoft typo
commit
6499178ccb
|
@ -15,7 +15,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
def initialize(info={})
|
||||
super(update_info(info,
|
||||
'Name' => "Micorosft Internet Explorer SetMouseCapture Use-After-Free",
|
||||
'Name' => "Microsoft Internet Explorer SetMouseCapture Use-After-Free",
|
||||
'Description' => %q{
|
||||
This module exploits a use-after-free vulnerability that currents targets Internet
|
||||
Explorer 9 on Windows 7, but the flaw should exist in versions 6/7/8/9/10/11.
|
||||
|
@ -342,4 +342,4 @@ MSHTML!CTreeNode::GetInterface+0xd8:
|
|||
66e13dfb 8b82c4000000 mov eax,dword ptr [edx+0C4h]
|
||||
66e13e01 ffd0 call eax
|
||||
|
||||
=end
|
||||
=end
|
||||
|
|
Loading…
Reference in New Issue