Room: [](https://tryhackme.com/room/) **Difficulty:** <Easy|Medium|Hard> | **Points:**

Description

--- ## Enumeration ### Port Scanning ```bash nmap -sCV --min-rate=1500 -p- ``` {: .nolineno } > **Results:** > - /tcp → () > - /tcp → () {: .prompt-tip } ### Service Analysis ![Service Analysis](/assets/img/posts/YYYY-MM-DD-thm-ROOM-writeup/filename.webp){: .shadow } --- ## Initial Foothold ### > **Key insight:** {: .prompt-warning } ```bash ``` {: .nolineno } > **Result:** {: .prompt-success } ![Step Screenshot](/assets/img/posts/YYYY-MM-DD-thm-ROOM-writeup/filename.webp){: .shadow } --- ## Privilege Escalation ### ```bash ``` {: .nolineno } > **Result:** {: .prompt-success } ![Privesc Screenshot](/assets/img/posts/YYYY-MM-DD-thm-ROOM-writeup/filename.webp){: .shadow } --- ## Lessons Learned - - - --- ## Tools Used - **** - - **** - - **** - --- ## References - [Reference 1]() - [Reference 2]() - [Reference 3]()