byt3bl33d3r/CrackMapExec

RDP module doesn't shows correct result

prismbreak opened this issue · 2 comments

Describe the bug
When trying to log in with RDP module, it gives the following error:
image
But I can log in manually with the same creds:
image

To Reproduce

Expected behavior
It should output that I can log in or 'pwd3d!'

Crackmapexec info

  • OS: Kali 2022.4
  • Version of CME 5.4.0

hi i have the same issue how did you fixed ?

Hi, there was a bug in the rdp protocol which got fixed with the commit d00a9ba.
As there was no official release since then it might be possible that your version does not have the bugfix if you downloaded crackmapexec via apt or pip (/pipx).
You can try to clone the repository and install it with pipx install .. That might solve your problem (and maybe was the original problem here).