From the course: Kali Linux for Advanced Pen Testing and Ethical Hacking

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Exploiting with ProFTPD

Exploiting with ProFTPD

- [Narrator] Let's take a look at the service on port 2121. N map minus PS minus SV minus P2121 on our max exploitable server. And we can see this as an FTP service. So let's connect to it. FTP 10 dot nought dot two dot 8, 2121. Okay, we're connected. And let's see if we can log in as anonymous. Anonymous and our email address, but we're unable to log in as anonymous. It's a pro FTP 1.3.1. So let's have a look at SearchSploit. And we have a few exploits here, but there's nothing specifically aimed at 1.3.1. It looks like we might have to try harder to exploit this service. Let's try Metasploit, FTP brute force login. MSF console. Okay, so we'll use the auxiliary scanner for FTP and we'll try FTP login. We'll set our host to 10 dot nought dot two dot eight, set our port to 2121 and we'll set the brute force speed. Underscore speed to one to avoid the service rejecting the scan. So we'll go slowly. We'll…

Contents