RDP - 3389

Connect to Windows machines via RDP

Capabilities

# Connect to machine (use /cert-ignore to ignore self-signed certificates)
xfreerdp /u:Cassie  /p:'PDIDDY' /d:corp.com /v:192.168.196.75
xfreerdp /cert-ignore /u:jeff /d:corp.com /p:MyNameAjeff /v:192.168.50.75

# Also share a directory in the connection (this can break connections sometimes)
xfreerdp /u:ChrisBrown /p:'Chr!sBr33zy' /v:10.10.11.241 /drive:shared,$(pwd)

Note: /drive:shared,$(pwd) shares the current working directory on your attack box, discoverable via This PC in File Explorer

Last updated