This module exploits a directory traversal vulnerability found in Easy File Sharing FTP Server Version 3.6 and Earlier. This vulnerability allows an attacker to download arbitrary files from the server by crafting a RETR command that includes file system traversal strings such as '../'
Windows
To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':
msf > use auxiliary/scanner/ftp/easy_file_sharing_ftp
msf auxiliary(easy_file_sharing_ftp) > show actions
...actions...
msf auxiliary(easy_file_sharing_ftp) > set ACTION < action-name >
msf auxiliary(easy_file_sharing_ftp) > show options
...show and set options...
msf auxiliary(easy_file_sharing_ftp) > run
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