awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ParrotSec avatar

ParrotSec/mimikatz

0
View on GitHub↗
2,536 stele·350 fork-uri·YARA·3 vizualizări

Mimikatz

Mimikatz is a Windows post-exploitation framework designed for extracting plaintext passwords, hashes, PIN codes, and security tokens from system memory and the registry. It functions as a credential extraction tool that targets the Local Security Authority Subsystem Service to retrieve cached credentials and sensitive account data.

The project provides specialized capabilities for Active Directory penetration testing, including the simulation of domain controllers to replicate directory secrets. It features a Kerberos ticket manipulator capable of exporting, injecting, and forging authentication tickets to bypass identity verification.

The framework covers a broad range of security analysis activities, including privilege escalation, network lateral movement, and the export of private keys and certificates from system stores. It also includes utilities for kernel-mode driver injection to bypass operating system protections and the encryption of remote command traffic.

Features

  • Credential Extraction Toolkits - Provides a framework for auditing Windows security by accessing sensitive data stored in the Local Security Authority.
  • Active Directory Security - Tests domain security by forging Kerberos tickets and replicating directory secrets to escalate privileges.
  • Credential Dumping - Retrieves secrets, cached credentials, and database information from the registry and system memory.
  • Authentication Process Interaction - Communicates with system authentication processes to request decrypted passwords or cached credential blobs.
  • Credential Memory Dumping - Reads process memory directly to extract sensitive credentials stored by the local security authority.
  • Credential Extraction Utilities - Retrieves plaintext passwords, hashes, PIN codes, and authentication tickets directly from system memory.
  • Golden Ticket Attacks - Exports, injects and forges Kerberos tickets to bypass authentication and perform Golden Ticket attacks.
  • Ticket Forgery and Injection - Parses and modifies authentication tickets in memory to forge identity claims or inject stolen session keys.
  • Kerberos Ticket Extractors - Extracts active Kerberos authentication tickets from system memory for offline analysis or injection.
  • Kerberos Ticket Forgers - Generates forged Kerberos authentication tickets to obtain persistent administrative access to a network.
  • Memory-Based Plaintext Recovery - Retrieves plaintext passwords and hashes from memory by interacting with the local security authority.
  • Post-Exploitation Frameworks - Provides a set of tools for escalating privileges, performing lateral movement and exporting cryptographic keys.
  • Privilege Escalation Analysis - Gains unauthorized administrative access by extracting security tokens and manipulating the local security authority.
  • Lateral Movement Techniques - Moves between compromised systems using stolen credentials and forged authentication tickets to impersonate users.
  • Directory Replication Tools - Mimics domain controller replication protocols to retrieve sensitive Active Directory account data.
  • Kernel Driver Injection - Loads custom kernel-mode drivers to bypass operating system protections and access privileged system memory.
  • Cryptographic Key Extractors - Extracts certificates and non-exportable private keys from system and user certificate stores.
  • Protected Hive Access - Provides capabilities to read protected system registry hives to extract stored hashes and security descriptors.

Istoric stele

Graficul istoricului de stele pentru parrotsec/mimikatzGraficul istoricului de stele pentru parrotsec/mimikatz

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Mimikatz

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Mimikatz.
  • gentilkiwi/mimikatzAvatar gentilkiwi

    gentilkiwi/mimikatz

    21,630Vezi pe GitHub↗

    Mimikatz is a security research suite designed for auditing Windows authentication and managing system security configurations. It provides a comprehensive framework for extracting sensitive credentials, manipulating process privileges, and managing digital identity assets directly from system memory or offline memory dumps. The project distinguishes itself through advanced system-level exploitation techniques, including runtime process injection, API hooking, and the ability to bypass cryptographic export restrictions. It features a specialized toolkit for Kerberos protocol operations, allow

    C
    Vezi pe GitHub↗21,630
  • ghostpack/rubeusAvatar GhostPack

    GhostPack/Rubeus

    4,890Vezi pe GitHub↗

    Rubeus is a comprehensive Kerberos attack toolkit for Active Directory environments, written in C#. It provides a full suite of operations for manipulating Kerberos tickets, exploiting delegation configurations, and performing credential attacks against Windows domains. The toolkit enables ticket extraction from logon sessions and memory, with real-time monitoring via Event Tracing for Windows. It supports forging golden and silver tickets with arbitrary privileges, as well as the creation of forged delegation contexts. Delegation attacks include abuse of constrained and unconstrained delegat

    C#kerberos
    Vezi pe GitHub↗4,890
  • specterops/bloodhoundAvatar SpecterOps

    SpecterOps/BloodHound

    2,789Vezi pe GitHub↗

    BloodHound is an identity risk management platform and graph-based attack path analyzer used to map identity relationships and permissions in Active Directory. It functions as a security tool for auditing directory services, uncovering unintended privilege relationships, and visualizing sequences of permissions that can lead to domain compromise. The project differentiates itself as a comprehensive adversary emulation framework that coordinates remote agents and executes post-exploitation commands. It includes a reverse proxy for bypassing multi-factor authentication via real-time session hij

    Go
    Vezi pe GitHub↗2,789
  • byt3bl33d3r/offensivenimAvatar byt3bl33d3r

    byt3bl33d3r/OffensiveNim

    3,033Vezi pe GitHub↗

    OffensiveNim is a red teaming framework and post-exploitation toolkit developed in Nim. It provides a collection of low-level primitives and a Windows API wrapper designed for offensive security operations, including malware development and shellcode loading. The project focuses on evasion and obfuscation through techniques such as API unhooking, direct system calls, and anti-debugging mechanisms. It features diverse payload delivery methods, including reflective binary loading, the execution of .NET assemblies via CLR hosting, and various shellcode injection techniques using fibers, COM obje

    Nim
    Vezi pe GitHub↗3,033
Vezi toate cele 30 alternative pentru Mimikatz→

Întrebări frecvente

Ce face parrotsec/mimikatz?

Mimikatz is a Windows post-exploitation framework designed for extracting plaintext passwords, hashes, PIN codes, and security tokens from system memory and the registry. It functions as a credential extraction tool that targets the Local Security Authority Subsystem Service to retrieve cached credentials and sensitive account data.

Care sunt principalele funcționalități ale parrotsec/mimikatz?

Principalele funcționalități ale parrotsec/mimikatz sunt: Credential Extraction Toolkits, Active Directory Security, Credential Dumping, Authentication Process Interaction, Credential Memory Dumping, Credential Extraction Utilities, Golden Ticket Attacks, Ticket Forgery and Injection.

Care sunt câteva alternative open-source pentru parrotsec/mimikatz?

Alternativele open-source pentru parrotsec/mimikatz includ: gentilkiwi/mimikatz — Mimikatz is a security research suite designed for auditing Windows authentication and managing system security… ghostpack/rubeus — Rubeus is a comprehensive Kerberos attack toolkit for Active Directory environments, written in C#. It provides a full… specterops/bloodhound — BloodHound is an identity risk management platform and graph-based attack path analyzer used to map identity… byt3bl33d3r/crackmapexec — CrackMapExec is a network penetration testing framework and automated security scanner designed to assess security… byt3bl33d3r/offensivenim — OffensiveNim is a red teaming framework and post-exploitation toolkit developed in Nim. It provides a collection of… empireproject/empire — Empire is a command and control framework and post-exploitation toolkit used for network penetration testing. It…