> For the complete documentation index, see [llms.txt](https://wiki.securiters.com/securiters-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.securiters.com/securiters-wiki/puertos-and-servicios/3389-rdp.md).

# 3389 - RDP

Podemos conectarnos a través de la herramienta xfreerdp:

```
xfreerdp /u:usuario /p:clave /v:IP:PUERTO /cert:ignore

#con share compartido
xfreerdp /u:usuario /p:clave /v:IP:PUERTO /cert:ignore /drive:home,/home/USER_KALI/
```
