Apply what you learned in this section to grab the banner of the above server and submit it as the answer.
Perform an Nmap scan of the target. What service is running on port 8080? (two words)
Perform an Nmap scan of the target and identify the non-default port that the telnet service running on.
Access the SMB share folder called 'flag' and submit the contents of the flag.txt file.
Try running some of the web enumeration techniques you learned in this section on the server above, and use the info you get to get the flag.
Try to identify the services running on the server above, and then try to search to find public exploits to exploit them. Once you do, try to get the content of the '/flag.txt' file. (note: the web server may take a few seconds to start)
SSH into the server above with the provided credentials, and use the '-p xxxxxx' to specify the port shown above. Once you login, try to find a way to move to 'user2', to get the flag in '/home/user2/flag.txt'.
Once you gain access to 'user2', try to find a way to escalate your privileges to root, to get the flag in '/root/flag.txt'.
Gain a foothold on the target and submit the user.txt flag
Escalate privileges and submit the root.txt flag.
Spawn the target, gain a foothold and submit the contents of the user.txt flag.
After obtaining a foothold on the target, escalate privileges to root and submit the contents of the root.txt flag.