Does not work against Win 7 SP0/SP1 and Windows Server 2003 SP2. Definitely not an universal target.

git-svn-id: file:///home/svn/framework3/trunk@13841 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Wei Chen 2011-10-09 05:36:42 +00:00
parent 9575bb3780
commit 487ee5b46e
1 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@ class Metasploit3 < Msf::Exploit::Remote
],
'References' =>
[
#[ 'CVE', '?' ],$
#[ 'OSVDB', '?' ],$
#[ 'CVE', '?' ],
#[ 'OSVDB', '?' ],
[ 'URL', 'http://www.exploit-db.com/exploits/17876/' ],
[ 'URL', 'http://www.kb.cert.org/vuls/id/440219' ],
],
@ -61,7 +61,7 @@ class Metasploit3 < Msf::Exploit::Remote
[
# CALL DWORD PTR SS:[EBP-4]
# scriptftp.exe - File version=Build 3/9/2009
[ 'Universal', { 'Offset' => 1746, 'Ret' => "\xd6\x41" } ],
[ 'Windows XP SP3 / Windows Vista', { 'Offset' => 1746, 'Ret' => "\xd6\x41" } ],
],
'Privileged' => false,
'DisclosureDate' => 'Oct 12 2011',