This is the write-up for TryHackeMe’s room named Year Of the Fox.
This room can be found here:- https://tryhackme.com/room/yotf
Enumeration
# Identify the list of services running on the target machine
sudo nmap -sS -Pn -T4 -p- 10.10.54.128
# Perform further information gathering on the open ports identified above
sudo nmap -O -A -Pn -T4 -p80,139,445 10.10.54.128
Web Enumeration:
Lets explore more by opening the web-page at port 80