TryHackMe CTF Walkthrough - "Bounty Hacker"
Note: This is a reupload of a CTF walkthrough from my original website which no longer exists. Today I'll be doing a writeup on the easy difficulty CTF machine "Bounty Hacker" from the cybersecurity training website TryHackMe. As always, we will start with an Nmap scan of the machine. Here we will be running an aggressive service scan with default scripts enabled. I will also sometimes simultaneously run the above scan alongside another nmap scan which will be using the vulnerability script for additional enumeration. However in this case I decided to simply go ahead with the above command. As we can see we have a little bit of information to go off of. We can see the FTP and SSH are both open, with FTP allowing anonymous logon. Just from personal experience I am already familiar with the versions of vsftpd and OpenSSH that are currently running, and I also know that there aren't any publicly available exploits to leverage against them. Considering that this is consid...