diff --git a/modules/exploits/unix/ftp/vsftpd_234_backdoor.rb b/modules/exploits/unix/ftp/vsftpd_234_backdoor.rb index 4e9ae048ad..a2f42d7069 100644 --- a/modules/exploits/unix/ftp/vsftpd_234_backdoor.rb +++ b/modules/exploits/unix/ftp/vsftpd_234_backdoor.rb @@ -21,9 +21,9 @@ class Metasploit3 < Msf::Exploit::Remote 'Name' => 'VSFTPD v2.3.4 Backdoor Command Execution', 'Description' => %q{ This module exploits a malicious backdoor that was added to the VSFTPD download - archive. This backdoor was present in the vsftpd-2.3.4.tar.gz archive between + archive. This backdoor was introdcued into the vsftpd-2.3.4.tar.gz archive between June 30th 2011 and July 1st 2011 according to the most recent information - available. + available. This backdoor was removed on July 3rd 2011. }, 'Author' => [ 'hdm', 'mc' ], 'License' => MSF_LICENSE,