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-b9f4589650daunstable
parent
9575bb3780
commit
487ee5b46e
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue