• Stars
    star
    267
  • Rank 148,407 (Top 4 %)
  • Language
    C#
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

C# Lsass parser

Minidump

C# implementation of mimikatz/pypykatz minidump functionality to get credentials from LSASS dumps.

poc

Usage

procdump64.exe -ma lsass.exe lsass.dmp
C:\minidump.exe lsass.dmp

Supported Credentials

  • Lsa
  • Msv
  • Kerberos
  • WDigest
  • SSP
  • TsPkg
  • Credman
  • Dpapi
  • CloudAP

Todo

  • LiveSSP
  • NT5 Support
  • x86 Support

Acknowledgements

Minidump is based on the following projects and the work by the creators