We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578a545 commit 8d17aa0Copy full SHA for 8d17aa0
modules/exploits/windows/browser/ms14_064_ole_code_execution.rb
@@ -16,7 +16,7 @@ class Metasploit4 < Msf::Exploit::Remote
16
17
def initialize(info={})
18
super(update_info(info,
19
- 'Name' => "Microsoft Internet Explorer Windows OLE Automation Array Remote Code Execution",
+ 'Name' => "MS14-064 Microsoft Internet Explorer Windows OLE Automation Array Remote Code Execution",
20
'Description' => %q{
21
This module exploits the Windows OLE Automation array vulnerability, CVE-2014-6332.
22
The vulnerability affects Internet Explorer 3.0 until version 11 within Windows 95 up to
0 commit comments