skelsec / pypykatz

Mimikatz implementation in pure Python
MIT License
2.81k stars 371 forks source link

[Feature Request] Parse cleartext RDP credentials from svchost.exe #85

Closed n00py closed 2 years ago

n00py commented 3 years ago

As documented in this Twitter thread here:

https://twitter.com/jonasLyk/status/1393058962942083076?s=20

skelsec commented 3 years ago

I'm still a bit indecisive on whether you'd really want this in Python, but here u go. https://github.com/skelsec/pypykatz/blob/master/pypykatz/rdp/cmdhelper.py

skelsec commented 2 years ago

forgot to close this