skelsec / pypykatz

Mimikatz implementation in pure Python
MIT License
2.77k stars 367 forks source link

registry: add dump of default logon's password in text format #147

Closed DidierA closed 5 months ago

DidierA commented 5 months ago

When using pypykatz registry in text mode (the default), user login is printed, but not its domain or password, while this information is there if we use --json. This commit adds the user domain and password to the text dump.

skelsec commented 5 months ago

thank you!