Task
- What does the 3-letter acronym RDP stand for?
- Remote Desktop Protocol
- What is a 3-letter acronym that refers to interaction with the host through a command line interface?
- CLI
- What about graphical user interface interactions?
- GUI
- What is the name of an old remote access tool that came without encryption by default and listens on TCP port 23?
- telnet
- What is the name of the service running on port 3389 TCP?
- ms-wbt-server
- What is the switch used to specify the target host's IP address when using xfreerdp?
- /v:
- What username successfully returns a desktop projection to us with a blank password?
- Administrator
Write Up

`xfreerdp /v:IP주소` 로 접속할 수 있다.
default 사용자명인 user , admin , Administrator을 `/u:` 옵션을 이용하여수행해보면 Administrator 에서 성공하는 것을 확인해볼 수 있다.
`xfreerdp /v:10.129.13.214 /u:Administrator`


flag 획득 가능.
'HackTheBox' 카테고리의 다른 글
| [Tier0] Mongod (MongoDB) (0) | 2026.03.28 |
|---|---|
| [Tier0] Preignition (gobuster) (0) | 2026.03.28 |
| [Tier0] Redeemer (redis) (1) | 2026.03.27 |
| [Tier0] Dancing (smb) (1) | 2026.03.27 |
| [Tier0] Fawn (ftp) (0) | 2026.03.27 |