You can use Impacket’s rdp_check to see if you have RDP access, then use Kali’s rdesktop to connect:

rdp_check.py <NETBIOS-DOMAIN>/<user>:<password>@<IP>
xfreerdp /bpp:32 /gfx +aero +fonts /cert-ignore /d:<DOMAIN> /u:<user> /p:<password> /v:<IP> 

Connect RDP with drive share

Connect to a Windows machine using RDP using a share.

<aside> ⚠️

Before connect using this method create the directory on Linux /home/kali/Downloads/<directory_name> to use as mount point of share!

</aside>

xfreerdp /u:<user> /p:"<password>" /w:1920 /h:1080 /v:<IP> /drive:Shared,/home/kali/Downloads/<directory_name>

Connect to VNC Server

xtightvncviewer <HOST>:<PORT>