RDP 3389
1. RDP Login:
To login to a remote machine using RDP:
Using
rdesktop
(for older systems):Using
xfreerdp
(more modern, cross-platform):
2. Add a User and Grant Privileges:
Create a User:
Add the User to Administrator Group:
Add the User to Remote Desktop Users Group:
3. RDP Vulnerability Scanning (BlueKeep):
Clone
rdpscan
Repository and run a scan:Scan for BlueKeep Vulnerability Using Metasploit: First, perform an Nmap scan to identify live RDP targets:
Then use Metasploit to run the BlueKeep scanner:
4. Brute-Forcing RDP:
Brute-force RDP with
ncrack
:Brute-force RDP with
hydra
:
5. Nmap RDP Enumeration Scripts:
RDP Service Enumeration:
Check for MS12-020 Vulnerability:
6. Microsoft Terminal Services (MS-WBT-SERVER):
You can identify the MS Terminal Services (RDP) version and potential vulnerabilities using Nmap:
Scan for RDP Vulnerabilities (MS-WBT-SERVER):
Last updated