# GhostPack/SafetyKatz

SafetyKatz is a combination of slightly modified version of @gentilkiwi's Mimikatz project and @subtee's .NET PE Loader

Repository: https://github.com/GhostPack/SafetyKatz
Canonical: https://ross.abutalabs.com/products/safetykatz
Language: C#
License: NOASSERTION
License Family: other
Last push: 2019-10-01T16:47:21+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2962, "days_push": 2528, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1332, forks 243 (observed 2026-08-28T04:04:24.395399+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: maintenance
- function: security, penetration-testing, cli
- domain: security, penetration-testing, windows
- platform: windows, dotnet, cli
- tags: credential-dumping, mimikatz, lsass-dump, red-team, post-exploitation, pe-loader

## Member repositories
- GhostPack/SafetyKatz (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:24.395399+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:45:08.546619+00:00, confidence not recorded.
  - readme: https://github.com/GhostPack/SafetyKatz (fetched 2026-08-28T04:04:24.395399+00:00, sha 9e949b8e9003)
- Data as of 2026-08-30T08:39:29.467469+00:00.
