skelsec / aardwolf

Asynchronous RDP client for Python (headless)
MIT License
153 stars 22 forks source link

Failing to run RDP over NTLM with SSPI #28

Open shahakMorag opened 1 month ago

shahakMorag commented 1 month ago

When running rdp with NTLM and SSPI one of the used libraries fails to connect to the other computer on the network. image (7)

I also have the traceback here: image

skelsec commented 1 month ago

Which windows version are you running this?
Also, is this computer domain joined? The IP address beginning with 200 in your screenshot gives me a feeling that these machines are not in the same domain
Also, what secret are you trying to supply here? the sspi-* auth is there specifically for the reson that you don't need any secret.

shahakMorag commented 1 month ago

This is the windows version: Microsoft Windows [Version 10.0.22000.3147]. The computer is joined in the domain, I can use smbexec or regular RDP from the computer but the SSPI doesn't work. I try to use the NTLM hash of the user, but SSPI without secret won't work either :(