GhostPack/SafetyKatz
SafetyKatz is a combination of slightly modified version of @gentilkiwi's Mimikatz project and @subtee's .NET PE Loader observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2962
- days_rel: n/a
- days_push: 2528
- n_releases_24m: 0
Adoption not part of the score
1332 stars · 243 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SafetyKatz is a C# tool that combines a modified Mimikatz with a .NET PE loader to dump LSASS memory and extract credentials. It minidumps LSASS to disk, runs sekurlsa::logonpasswords and sekurlsa::ekeys against the dump, then deletes the file.
Use cases
- dump lsass credentials from windows
- extract plaintext passwords and kerberos keys from memory
- run mimikatz logonpasswords in-memory without dropping mimikatz on disk
- red team credential harvesting on windows hosts
- retrieve cleartext and encrypted keys from lsass minidump
When to choose
- you need a compact, self-contained credential-dumping binary for authorized penetration tests
- you want mimikatz sekurlsa functionality loaded reflectively via .NET
When to avoid
- you need full mimikatz functionality, as features were stripped for size
- you cannot compile it yourself, since no binaries are released
- you need a maintained tool - the last release was in 2019
Facets
cli-tool · maturity maintenance
security penetration-testing cli security penetration-testing windows windows dotnet cli credential-dumping mimikatz lsass-dump red-team post-exploitation pe-loader
1 source
- readme: https://github.com/GhostPack/SafetyKatz · fetched 2026-08-28 · 9e949b8e9003
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| GhostPack/SafetyKatz | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="GhostPack/SafetyKatz")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem