# skelsec/pypykatz

Mimikatz implementation in pure Python

Repository: https://github.com/skelsec/pypykatz
Canonical: https://ross.abutalabs.com/products/pypykatz
Language: Python
License: MIT
License Family: permissive
Last push: 2026-04-09T21:07:11+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 76, release rhythm 32, longevity 100
- inputs: {"age_days": 3022, "days_push": 146, "days_rel": 243, "gap_med": 308, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3352, forks 430 (observed 2026-08-28T04:07:57.864730+00:00)

## What it is
pypykatz is a pure Python implementation of parts of Mimikatz, the well-known Windows credential extraction tool. It parses LSASS process memory (live, minidump, or full memory dumps) and registry hives to extract credentials such as NT/LM hashes, domain cached credentials, and LSA secrets.

## Use cases
- extract credentials from an LSASS minidump
- parse NT and LM hashes from Windows registry hives
- dump passwords from a live Windows LSASS process
- analyze Windows memory dumps for stored credentials
- extract domain cached credentials (DCC/DCC2) from registry
- use mimikatz-like functionality on Linux or macOS
- integrate credential parsing into a Python pentesting tool

## When to choose
- you need Mimikatz-like LSASS/registry credential parsing on a non-Windows platform
- you want a scriptable Python library for credential extraction rather than a Windows binary
- you need to process offline artifacts like minidumps or memory images
- you want to integrate credential parsing into your own tooling

## When to avoid
- you need the full Mimikatz feature set, such as kerberos ticket manipulation or pass-the-hash execution
- you are not authorized to use credential extraction tools - this is offensive security software
- you need a pure Windows-native tool with the latest protocol support

## Facets
- artifact type: cli-tool
- maturity: active
- function: security, penetration-testing, parser, cli
- domain: security, penetration-testing, windows
- platform: python, windows, cross-platform, cli
- tags: mimikatz, credential-dumping, lsass, credential-extraction, red-team, registry-hives, minidump, linux, macos

## Member repositories
- skelsec/pypykatz (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:57.864730+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-29T18:40:57.477992+00:00, confidence not recorded.
  - readme: https://github.com/skelsec/pypykatz (fetched 2026-08-28T04:07:57.864730+00:00, sha 756a9402753d)
  - registry_pypi: https://pypi.org/pypi/pypykatz/json (fetched 2026-08-29T09:34:05.663384+00:00, sha 18e0fc88042a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
