diff --git a/modules/exploits/windows/browser/ie_cdwnbindinfo_uaf.rb b/modules/exploits/windows/browser/ie_cdwnbindinfo_uaf.rb index 20847e88ae..ec3602bcc7 100644 --- a/modules/exploits/windows/browser/ie_cdwnbindinfo_uaf.rb +++ b/modules/exploits/windows/browser/ie_cdwnbindinfo_uaf.rb @@ -59,7 +59,7 @@ class Metasploit3 < Msf::Exploit::Remote [ 'IE 8 on Windows XP SP3', { 'Rop' => :msvcrt, 'Offset' => '0x586' } ], # 0x0c0c0b30 [ 'IE 8 on Windows Vista', { 'Rop' => :jre, 'Offset' => '0x586' } ], # 0x0c0c0b30 [ 'IE 8 on Windows Server 2003', { 'Rop' => :msvcrt, 'Offset' => '0x586' } ], # 0x0c0c0b30 - [ 'IE 8 on Windows 7', { 'Rop' => :jre, 'Offset' => '0x586' } ], # 0x0c0c0b30 + [ 'IE 8 on Windows 7', { 'Rop' => :jre, 'Offset' => '0x586' } ] # 0x0c0c0b30 ], 'Privileged' => false, 'DisclosureDate' => "Dec 27 2012",