awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ghostpack/sharpdpapi

Open-source alternatives to SharpDPAPI

30 open-source projects similar to ghostpack/sharpdpapi, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best SharpDPAPI alternative.

  • barbarisch/forkatzBarbarisch 的头像

    Barbarisch/forkatz

    123在 GitHub 上查看↗

    credential dump using forshaw technique using SeTrustedCredmanAccessPrivilege

    C++
    在 GitHub 上查看↗123
  • alessandroz/lazagneAlessandroZ 的头像

    AlessandroZ/LaZagne

    10,867在 GitHub 上查看↗

    LaZagne is a cross-platform credential recovery tool designed to extract passwords and secrets from operating systems, browsers, and applications. It functions as a security utility for retrieving stored credentials from compromised systems during penetration testing. The tool provides capabilities for decrypting domain credentials and extracting sensitive data from system storage, including memory dumps, credential managers, keychains, and password hashes. It recovers stored passwords from common software by accessing plaintext files, APIs, and local databases. The project supports digital

    Python
    在 GitHub 上查看↗10,867
  • skelsec/pypykatzskelsec 的头像

    skelsec/pypykatz

    3,325在 GitHub 上查看↗

    If you like this project, consider purchasing licenses of OctoPwn, our full pentesting suite that runs in your browser! For notifications on new builds/releases and other info, hop on to our Discord

    Python
    在 GitHub 上查看↗3,325
  • moond4rk/hackbrowserdatamoonD4rk 的头像

    moonD4rk/HackBrowserData

    13,537在 GitHub 上查看↗
    Gobrowserbrowser-extensionchrome
    在 GitHub 上查看↗13,537
  • 0x09al/rdpthief0x09AL 的头像

    0x09AL/RdpThief

    1,459在 GitHub 上查看↗

    Extracting Clear Text Passwords from mstsc.exe using API Hooking.

    C++api-hookingcpppentesting-windows
    在 GitHub 上查看↗1,459

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • ghostpack/safetykatzGhostPack 的头像

    GhostPack/SafetyKatz

    1,325在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗1,325
  • login-securite/donpapilogin-securite 的头像

    login-securite/DonPAPI

    1,384在 GitHub 上查看↗

    Dumping DPAPI credz remotely

    Pythondpapipassword
    在 GitHub 上查看↗1,384
  • eladshamir/internal-monologueeladshamir 的头像

    eladshamir/Internal-Monologue

    1,673在 GitHub 上查看↗

    Internal Monologue Attack: Retrieving NTLM Hashes without Touching LSASS

    C#
    在 GitHub 上查看↗1,673
  • ghostpack/rubeusGhostPack 的头像

    GhostPack/Rubeus

    4,890在 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
    在 GitHub 上查看↗4,890
  • redcursorsecurityconsulting/pplkillerRedCursorSecurityConsulting 的头像

    RedCursorSecurityConsulting/PPLKiller

    999在 GitHub 上查看↗

    Tool to bypass LSA Protection (aka Protected Process Light)

    C++
    在 GitHub 上查看↗999
  • deepinstinct/lsasssilentprocessexitD

    deepinstinct/LsassSilentProcessExit

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • rxwx/chloniumrxwx 的头像

    rxwx/chlonium

    314在 GitHub 上查看↗

    Chlonium is an application designed for cloning Chromium Cookies.

    C#
    在 GitHub 上查看↗314
  • gentilkiwi/mimikatzgentilkiwi 的头像

    gentilkiwi/mimikatz

    21,630在 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
    在 GitHub 上查看↗21,630
  • zricethezav/gitleakszricethezav 的头像

    zricethezav/gitleaks

    27,739在 GitHub 上查看↗

    Gitleaks is a static analysis security tool and secret detection engine designed to find hardcoded passwords, API keys, and authentication tokens. It functions as a Git secret scanner that analyzes both local file systems and Git commit history to prevent credential leaks. The tool distinguishes itself through a decoding pipeline that transforms base64 and hex strings into plaintext to find obfuscated secrets. It further reduces false positives using proximity-based validation and fingerprint-based suppression to filter out known or baseline findings. The system covers a broad range of detec

    Go
    在 GitHub 上查看↗27,739
  • outflanknl/dumpertoutflanknl 的头像

    outflanknl/Dumpert

    1,584在 GitHub 上查看↗

    Recent malware research shows that there is an increase in malware that is using direct system calls to evade user-mode API hooks used by security products. This tool demonstrates the use of direct System Calls and API unhooking and combine these techniques in a proof of concept code which can…

    C
    在 GitHub 上查看↗1,584
  • chrismaddalena/sharpcloudchrismaddalena 的头像

    chrismaddalena/SharpCloud

    177在 GitHub 上查看↗

    SharpCloud is a simple C# utility for checking for the existence of credential files related to Amazon Web Services, Microsoft Azure, and Google Compute.

    C#
    在 GitHub 上查看↗177
  • djhohnstein/sharpchromiumdjhohnstein 的头像

    djhohnstein/SharpChromium

    758在 GitHub 上查看↗

    SharpChromium is a .NET 4.0+ CLR project to retrieve data from Google Chrome, Microsoft Edge, and Microsoft Edge Beta. Currently, it can extract:

    C#
    在 GitHub 上查看↗758
  • dxa4481/trufflehogdxa4481 的头像

    dxa4481/truffleHog

    26,790在 GitHub 上查看↗

    TruffleHog is a secret scanning tool designed to identify leaked credentials and API keys across version control systems, cloud storage, and filesystems. It functions as a git secret detector that enumerates hidden commits and a cloud storage security auditor for inspecting container images and storage buckets. The project is distinguished by a credential verification engine that tests discovered secrets against service APIs to confirm they are active, which eliminates false positive alerts. It further analyzes these verified credentials to determine the specific access levels and resources t

    Go
    在 GitHub 上查看↗26,790
  • v2-dev/awesome-social-engineeringv2-dev 的头像

    v2-dev/awesome-social-engineering

    4,029在 GitHub 上查看↗

    This project is a curated collection of frameworks, libraries, and toolsets designed for social engineering and public data gathering. It aggregates specialized software and educational materials used to perform human-centric attacks during professional security engagements. The directory provides resources for gathering and visualizing open source intelligence to identify sensitive information leaks. It also includes a collection of methods and software for executing phishing campaigns to harvest credentials and session cookies. The repository further covers educational materials focused on

    在 GitHub 上查看↗4,029
  • skerkour/black-hat-rustskerkour 的头像

    skerkour/black-hat-rust

    4,353在 GitHub 上查看↗

    This project is an offensive security toolkit and development framework for creating memory-safe malware, network scanners, and payload generators. It provides a structured approach to developing exploits, shellcode, and remote access tools. The framework distinguishes itself through the use of no-standard-library environments to generate minimal standalone machine code and shellcode. It also supports the compilation of high-performance logic into WebAssembly for the creation of deceptive web interfaces used in social engineering. Capability areas cover automated vulnerability discovery via

    Rustauditbeaconbug-bounty
    在 GitHub 上查看↗4,353
  • parrotsec/mimikatzParrotSec 的头像

    ParrotSec/mimikatz

    2,536在 GitHub 上查看↗

    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 authentica

    YARA
    在 GitHub 上查看↗2,536
  • mandiant/commando-vmmandiant 的头像

    mandiant/commando-vm

    7,667在 GitHub 上查看↗

    Commando VM is a Windows-based penetration testing distribution and offensive security virtual machine. It serves as a toolset manager for deploying and maintaining a curated collection of security tools, scripts, and configurations designed for security auditing, red teaming, and adversary simulation. The project automates the provisioning of a specialized workstation by using PowerShell scripts and a modular repository to orchestrate the installation of offensive security software. It utilizes a community-driven package manager to handle dependency resolution and binary installations, ensur

    PowerShellfireeye-flarepenetration-testingred-teaming
    在 GitHub 上查看↗7,667
  • lolbas-project/lolbasLOLBAS-Project 的头像

    LOLBAS-Project/LOLBAS

    8,323在 GitHub 上查看↗

    LOLBAS is a curated database and knowledge base of signed Windows binaries that can be misused to bypass security restrictions and execute unauthorized code. It serves as a technical registry that maps trusted system files to their functional capabilities and the offensive tactics they enable. The project distinguishes itself by providing a capability-driven indexing system and a tactics registry that relates legitimate binary functionality to known security evasion techniques. It includes an association layer that links specific system binaries to attack patterns and tactical objectives, pro

    XSLTblueteamdfirliving-off-the-land
    在 GitHub 上查看↗8,323
  • mxrch/ghuntmxrch 的头像

    mxrch/GHunt

    19,089在 GitHub 上查看↗

    GHunt is a Google account investigator and open-source intelligence framework designed to retrieve publicly available information and metadata associated with Google accounts. It functions as an OSINT data extractor and offensive security framework used to identify user identities and uncover hidden metadata. The tool extracts public profile data from various Google services and exports the findings into structured JSON formats. This allows for the collection and analysis of digital footprints to support security research and reconnaissance.

    Python
    在 GitHub 上查看↗19,089
  • samratashok/nishangsamratashok 的头像

    samratashok/nishang

    9,951在 GitHub 上查看↗

    Nishang is a PowerShell-based offensive security framework designed for red teaming and penetration testing on Windows targets. It functions as a post-exploitation toolkit and payload generator to automate attacks and manage remote targets. The project provides specialized capabilities for bypassing security controls, such as disabling the Antimalware Scan Interface and employing in-memory execution to avoid disk-based detection. It includes a variety of stealthy command and control mechanisms, utilizing non-standard channels like DNS TXT records, ICMP traffic, and webmail for communication a

    PowerShellactivedirectoryhackinginfosec
    在 GitHub 上查看↗9,951
  • b4rtik/atpminidumpB

    b4rtik/ATPMiniDump

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • azagarampur/byeintegrity5-uacA

    AzAgarampur/byeintegrity5-uac

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • azagarampur/byeintegrity-uacA

    AzAgarampur/byeintegrity-uac

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ajayrandhawa/keyloggerA

    ajayrandhawa/Keylogger

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • 1remote/1remote1Remote 的头像

    1Remote/1Remote

    5,953在 GitHub 上查看↗

    1Remote is a portable remote desktop client that manages and launches remote sessions across multiple protocols from a single unified interface. It organizes servers using a flexible tagging system and stores all configuration in structured JSON files for easy backup and transfer between machines. The application supports launching RDP, SSH, VNC, Telnet, and other remote connections, and allows users to replace default protocol handlers with custom external programs that accept command-line arguments. It includes a bulk server editor for applying uniform changes to addresses, credentials, or

    C#rdpremote-controlremote-desktop
    在 GitHub 上查看↗5,953