byt3bl33d3r / CrackMapExec

A swiss army knife for pentesting networks
BSD 2-Clause "Simplified" License
8.41k stars 1.64k forks source link

RDP module doesn't shows correct result #766

Closed prismbreak closed 1 year ago

prismbreak commented 1 year ago

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

lavclash75 commented 1 year ago

hi i have the same issue how did you fixed ?

NeffIsBack commented 1 year ago

Hi, there was a bug in the rdp protocol which got fixed with the commit d00a9bafeb0fc6df0718486ded5087b55b0bd50b. 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).