Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 376 Bytes

File metadata and controls

13 lines (11 loc) · 376 Bytes

Remote Desktop Protocol (RDP) enumeration and exploitation

Initial enumeration

nmap -vv -p 3389 -sT --script=+rdp* <ip>

Connecting to a machine

xfreerdp +clipboard /w:1280 /h:720 /smart-sizing /cert:ignore /v:<ip> /u:<user> /p:'<password>'