msftidy cleanup

bug/bundler_fix
William Webb 2016-08-01 13:36:05 -05:00
parent 21e6211e8d
commit ba0da52274
1 changed files with 496 additions and 494 deletions

View File

@ -1,5 +1,5 @@
## ##
# This module requires Metasploit: http//metasploit.com/download # This module requires Metasploit: http://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework # Current source: https://github.com/rapid7/metasploit-framework
## ##
@ -13,7 +13,7 @@ class MetasploitModule < Msf::Exploit::Remote
def initialize(info={}) def initialize(info={})
super(update_info(info, super(update_info(info,
'Name' => "template", 'Name' => "Internet Explorer 11 VBScript Engine Memory Corruption",
'Description' => %q{ 'Description' => %q{
This module exploits the memory corruption vulnerability (CVE-2016-0189) This module exploits the memory corruption vulnerability (CVE-2016-0189)
present in the VBScript engine of Internet Explorer 11. present in the VBScript engine of Internet Explorer 11.
@ -49,6 +49,7 @@ class MetasploitModule < Msf::Exploit::Remote
[ 'MSB', 'MS16-051' ] [ 'MSB', 'MS16-051' ]
], ],
'Arch' => ARCH_X86_64, 'Arch' => ARCH_X86_64,
'DisclosureDate' => "May 10 2016",
'DefaultTarget' => 0)) 'DefaultTarget' => 0))
end end
@ -492,3 +493,4 @@ class MetasploitModule < Msf::Exploit::Remote
end end
end end