skelsec / pypykatz

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

dpapi chrome --logindata filename dependency #105

Closed presianbg closed 2 years ago

presianbg commented 2 years ago

Hi,

I've noticed that the --logindata from dpapi chrome expects exactly this file name Login Data, otherwise the function is silently failing / not producing any results.

Not sure if this a bug or limitation, but worth nothing it for the docs or the help menu.

Cheers, PY

skelsec commented 2 years ago

Thank you for the report! It was a bug, I pushed the fix just now to main.

presianbg commented 2 years ago

Just tested it! It works!