Fawn: HTB
As always start with a scan. I skipped posting the initial scan and just posted me using a version and script scan on port 21.
(Good idea to post common ports to know while working in the field)
Okay cool so we discovered port 21 is open and it appears anonymous login is allowed and there is a file on the server called flag.txt so lets try it. Anonymous login means you can use the creds anonymous:anonymous to get in
Amazing we are already in! that was fast lets list the files ("ls" is the command) and grab what we can ("get" is the command)
flag.txt is nice lets go read it. You can type exit to leave
then you can type ls again in your directory on your machine
if you want to read something on your personal machine type the command cat/less/more or you can view the files with nano/vi/vim (warning if you have never used vi/vim then I recommend you don't use those or prepare for frustration lol)
Congratulations on rooting another box guys.
As always. Stay Curious my friends.