skelsec / pypykatz

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

bad performance and high memory usage on large lsass dumps #124

Open CaledoniaProject opened 1 year ago

CaledoniaProject commented 1 year ago

I have a 3.5GB lsass memory dump and it takes more than 2GB memory and 10 minutes to complete the analysis. But mimikatz does not have any delay in dumping the MSV hash etc.

Have you run any performance comparisons?

skelsec commented 1 year ago

no

CaledoniaProject commented 1 year ago

Any ideas on how to optimize it?