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
Regular
With Port-Forwarding
Mounting a local dir
Remmina (GUI)
PASSWORD SPRAYING
Crowbar
Hydra
SESSION HIJACKING
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
ENABLE FROM SYSTEM
As example one time I needed to access internal host, so it would be good if I turned on rdp and made a port forwarding, So here's the steps do do it
Change
fDenyTSConnections
Registry key which denies RDP connections
Changing a Firewall to allow us to move through RDP
Tips2Hack
Nmap RDP Scan
Last updated