Security

pypykatz – Python implementation of Mimikatz

pypykatz is a Python implementation of Mimikatz.

This is free and open source software.

Key Features

  • Cross-platform support – all commands have a “live” and a normal version where applicable. The “live” version will use the current system and only works on Windows. The normal commands are platform independent. Can be used as a library for your projects.
  • LSASS processing – parse the secrets hidden in the LSASS process. This is just like mimikatz’s sekurlsa:: but with different commands. The main difference here is that all the parsing logic is separated from the data source, so if you define a new reader object you can basically perform the parsing of LSASS from anywhere.
    • Currently supported data sources:
      • live – reads the LSASS porcess’ memory directly
      • minidump – processes a minidump file created by dumping the LSASS process
      • rekall (volatility fork) – processes basically ANY windows memory dumps that rekall can parse
      • pcileech – not supported anymore
  • Registry processing:
    • Parses the registry hives to obtain stroed credentials, like NT and LM hashes, domain cached credentials (DCC/DCC2) and LSA secrets.
    • Currently supported data sources:
        • live – has two techniques to parse live registry. First it’s in-memory doesn’t touch disk, the second is dumping the hives and parsing them with the offline parser
        • offline (hive files)
  • DPAPI functions – MASTERKEY/BLOB/VAULT/CREDENTIAL.

Website: github.com/skelsec/pypykatz
Support:
Developer: Tamas Jos
License: MIT License

pypykatz help

pypykatz is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Forensics Memory Tools
MemProcFSView physical memory as files in a virtual file system
pypykatzPython implementation of Mimikatz
PCILeechSecurity research and memory acquisition tool
VolatilityAdvanced memory forensics framework
AVMLAcquire Volatile Memory for Linux
VolshellCLI tool for working with memory
LeechCorePhysical memory acquisition library
EVTXtractRecovers and reconstructs fragments of EVTX log files
mquireMemory forensics and analysis tool
LEMONMemory acquisition utility
yarpYet Another Registry Parser
emdCommand line memory acquisition tool for Linux systems
AutoTimelinerExtract forensic timeline from volatile memory dump

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted