HTB Notes: Funnel
FTP
We begin by scanning the box with nmap. We find two ports open on the machine:
21 (ftp) and
22 (ssh)
We can access the ftp server using the anonymous user account.
An interesting note is we could use either the anonymous or ftp user and we co...
willsec.hashnode.dev3 min read