RDP (3389)

Connect

# Connect
xfreerdp /u:<USER> /p:<PASS> /d:<DOMAIN> /v:<IP> +drives < /dynamic-resolution /f | /smart-sizing >

# Share the local_dir file (must exist in pwd) as a share in RDP
$ xfreerdp /u:offsec /p:lab /v:<IP> /drive:local_dir,share

# Clear cert cache
rm ~/.config/freerdp/known_hosts

CTRL+ALT+ENTER toggles the fulll screen with xfreerdp.

Check for .rdp files -> connection details.

Password Spraying

hydra -L rdp_users -p 'SuperS3cure1337#' rdp://192.168.221.202:3389

Last updated

Was this helpful?