githubEdit

enumeration

Nmap Scan

nmap -sVC --script rdp* "$ip" -p3389

RDP security check installation (module installation)

sudo cpan

Download tool

git clone https://github.com/CiscoCXSecurity/rdp-sec-check.git && cd rdp-sec-check
./rdp-sec-check.pl "$ip"

RDP connect

xfreerdp

xfreerdp /u:cry0l1t3 /p:"P455w0rd!" /v:"$ip"

remmina rdedktop

RDP Security Check


git clone https://github.com/CiscoCXSecurity/rdp-sec-check.git && cd rdp-sec-check

./rdp-sec-check.pl 10.129.201.248

Last updated