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 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>
xtightvncviewer <HOST>:<PORT>
On hardened systems, if Credential Guard or Restricted Admin mode is active, the RDP client cannot store or reuse passwords by design. Run:
reg query HKLM\\System\\CurrentControlSet\\Control\\Lsa /v LsaCfgFlags
Open Credential Manager from CLI or search it in Control Panel: