Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cube0x0/MiniDump
C# Lsass parser
https://github.com/cube0x0/MiniDump
Last synced: 3 months ago
JSON representation
C# Lsass parser
- Host: GitHub
- URL: https://github.com/cube0x0/MiniDump
- Owner: cube0x0
- Created: 2021-08-14T12:26:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T18:00:46.000Z (about 3 years ago)
- Last Synced: 2024-05-07T00:35:51.475Z (6 months ago)
- Language: C#
- Size: 273 KB
- Stars: 269
- Watchers: 8
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - cube0x0/MiniDump - C# Lsass parser (C# #)
README
# Minidump
C# implementation of mimikatz/pypykatz minidump functionality to get credentials from LSASS dumps.
![poc](Images/poc.png)
### 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
* [pypykatz](https://github.com/skelsec/pypykatz) by [skelsec](https://twitter.com/SkelSec)
* [mimikatz](https://github.com/gentilkiwi/mimikatz/) by [gentilkiwi](https://twitter.com/gentilkiwi)
* [sharpkatz](https://github.com/b4rtik/SharpKatz) by [b4rtik](https://twitter.com/b4rtik)