RDP
ABOUT
Remote Desktop Protocol (RDP) is a protocol developed by Microsoft for remote access to a computer running the Windows OS. This protocol allows display and control commands to be transmitted via the GUI encrypted over IP networks. Works at Application Layer of TCP/IP model, typically using TCP/3389 port. If Network Address Translation (NAT) is used on the route between client and server, as is often the case with Internet connections, the remote computer needs the public IP address to reach the server. It uses TLS/SSL.
Connecting
Rdesktop
Xfreerdp
Remmina (GUI)
Password Spraying
Crowbar
Hydra
Session Hijacking
We need SYSTEM privileges and use tscon.exe (allows to connect to another desktop session) [LINK]
Pass-The-Hash
By default, Windows has disabled Restricted Admin Mode
, and we need to fix that by adding new registry key to DisableRestrictedAdmin
And then to use xfreerdp for Pass The Hash
Tips2Hack
Nmap RDP Scan
RDP Security Check [LINK]
Initiate an RDP Session via xfreerdp (or Remmina with GUI)
Last updated