mstsc - RDP
mstsc is the RDP connection application used in the windows systems which can be helpful in lateral exploitation after hacking the windows machine
mstsc /v:<target-IP>:<port>
Linux based shell RDP
sudo apt install freerdp2-x11
xfreerdp /v:<hostname_or_ip> /u:<username> /p:<password>
Last updated