# RDP

A Perl script named [rdp-sec-check.pl](https://github.com/CiscoCXSecurity/rdp-sec-check) has also been developed by [Cisco CX Security Labs](https://github.com/CiscoCXSecurity) that can unauthentically identify the security settings of RDP servers based on the handshakes.

<pre class="language-shell-session"><code class="lang-shell-session">git clone https://github.com/CiscoCXSecurity/rdp-sec-check.git &#x26;&#x26; cd rdp-sec-check
<strong>./rdp-sec-check.pl 10.129.201.248
</strong></code></pre>

RDP Clients: `xfreerdp`, `rdesktop`, or `Remmina`

```shell-session
xfreerdp /u:cry0l1t3 /p:"P455w0rd!" /v:10.129.201.248
```
