Check RDP Access (3389)
checklist
Walkthrough
Confirm whether RDP is exposed on 3389 and test discovered credentials against it. A valid RDP login gives an interactive GUI session, often a fast path to a foothold.
Commands
bash
nmap -p 3389 <IP>
Confirm whether RDP is exposed on 3389 and test discovered credentials against it. A valid RDP login gives an interactive GUI session, often a fast path to a foothold.
bash
nmap -p 3389 <IP>