# b4rtik/SharpKatz

Porting of mimikatz sekurlsa::logonpasswords,  sekurlsa::ekeys and lsadump::dcsync commands

Repository: https://github.com/b4rtik/SharpKatz
Canonical: https://ross.abutalabs.com/products/sharpkatz
Language: C#
License Family: other
Last push: 2021-11-07T21:29:22+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2297, "days_push": 1760, "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 1021, forks 138 (observed 2026-08-28T04:03:15.897987+00:00)

## What it is
SharpKatz is a C# port of mimikatz's credential extraction commands, including sekurlsa::logonpasswords, sekurlsa::ekeys, and lsadump::dcsync. It retrieves credentials from Windows authentication providers, dumps SAM databases, performs pass-the-hash, and exports Active Directory data.

## Use cases
- dump windows logon credentials from memory
- extract kerberos encryption keys
- perform dcsync against a domain controller
- pass-the-hash to create a process as another user
- dump sam database from shadow copies
- enumerate volume shadow copies

## When to choose
- you need a C#/.NET alternative to mimikatz for red team operations
- you want to run credential dumping via execute-assembly in memory
- you need dcsync or pass-the-hash functionality without the full mimikatz binary

## When to avoid
- you need the full mimikatz feature set beyond the ported commands
- you are not on a Windows/.NET-capable target
- you need a maintained tool with an explicit license and active development

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: security, penetration-testing, cli
- domain: security, penetration-testing, windows
- platform: windows, cli, dotnet
- tags: credential-dumping, mimikatz-port, red-team, post-exploitation, active-directory, pass-the-hash, dcsync, csharp

## Member repositories
- b4rtik/SharpKatz (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:15.897987+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-30T07:08:49.307227+00:00, confidence not recorded.
  - readme: https://github.com/b4rtik/SharpKatz (fetched 2026-08-28T04:03:15.897987+00:00, sha 9ad3e2ea86d6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
