Netmon

Nmap

sudo nmap -Pn -n 10.129.230.176 -sC -sV -p- --min-rate=10000 --open
sudo nmap -Pn -n 10.129.230.176 -sU --top-ports=100 --reason

FTP - 21

Anonymous access is allowed so we go in and find a user.txt file with the user flag inside Public/Desktop directory

It looks like theres also the Windows directory which looks like the actual system windows directory containing win.ini etc. We try to upload a file and are denied access.

HTTP - 80