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
{: .shadow }
---
## Initial Foothold
###
> **Key insight:**
{: .prompt-warning }
```bash
```
{: .nolineno }
> **Result:**
{: .prompt-success }
{: .shadow }
---
## Privilege Escalation
###
```bash
```
{: .nolineno }
> **Result:**
{: .prompt-success }
{: .shadow }
---
## Lessons Learned
-
-
-
---
## Tools Used
- **** -
- **** -
- **** -
---
## References
- [Reference 1]()
- [Reference 2]()
- [Reference 3]()