diff --git a/modules/exploits/windows/ftp/scriptftp_list.rb b/modules/exploits/windows/ftp/scriptftp_list.rb index 977f535e43..cf60aef3af 100644 --- a/modules/exploits/windows/ftp/scriptftp_list.rb +++ b/modules/exploits/windows/ftp/scriptftp_list.rb @@ -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',