Added ret addr for win server 2003 sp2 donated by Polar Bear

git-svn-id: file:///home/svn/framework3/trunk@12183 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Wei Chen 2011-03-30 16:24:52 +00:00
parent e1499657c9
commit 045e75c0b6
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'Windows XP SP0/1 English', { 'Ret' => 0x71ab7bfb } ],
[ 'Windows XP SP2 English', { 'Ret' => 0x71ab9372 } ],
[ 'Windows Server 2003', { 'Ret' => 0x7c86fed3 } ], # ret donated by securityxxxpert
[ 'Windows Server 2003 SP2', { 'Ret' => 0x7c86a01b } ], # ret donated by Polar Bear
],
'Privileged' => false,
'DisclosureDate' => 'Nov 27 2006'))