Backlink: reference-notes-readme
RDP is Microsoft's built-in remote desktop solution that ships with all versions of Windows. The service is not listening by default, but it is commonplace to enable it in corporate environments.
Port: 3389/TCP
Tools: Microsoft Remote Desktop Client (Windows/Mac), rdesktop, xfreerdp
Examples
C:\Windows\System32\mstsc.exe
rdesktop -g 80% 192.168.112.200
xfreerdp /u:josh /d:testlab /pth:64f12cddaa88057e06a81b54e73b949b /v:192.168.112.200
Mount Folders
Use the following -r flag and argument to mount a folder on the Kali host inside the system that is RDP'd in to.
rdesktop -u username -p password X.X.X.X -r disk:linux=/home/kali/Desktop/