🌊 FTP (port 21/20): File Transfer Protocol, standard protocol to transfer files on TCP-based Network
Port 21 for command.
Port 20 for data.
From our previous probe, we found that FTP is a service that's open. Here it reads ftp-anon: Anonymous that suggests the username for it.
From here, we can FTP into the IP address and log-in. Once we're in the terminal, we go list all directories via ls -a.
Let's download these files using the command 'get'.
P.S. we can specify a file location directly via 'get task.txt downloads'
Now that it's downloaded, we should be able to find it and simply display via 'cat' command.
cat is short-hand for concatenate :)
This was the result for locks.txt







Comments
Post a Comment