Startup
Hello guys and welcome to another writeup which features an easy tryhackme box accessible here
INTRODUCTION Okay so first things first we obviously try and scan for open ports using nmap
We can note down a few things and maybe get an idea of how we would attack the box.
We see that the ports: 21(ftp), 22(ssh), 80(http), are open. Well we can use port 22(ssh) for later since we have no credentials.