awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to redcursorsecurityconsulting/pplkiller

Projects sharing features with PPLKiller

30 open-source projects similar to redcursorsecurityconsulting/pplkiller, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • mgeeky/shellcodefluctuationmgeeky avatar

    mgeeky/ShellcodeFluctuation

    1,116View on GitHub↗

    An advanced in-memory evasion technique fluctuating shellcode's memory protection between RW/NoAccess & RX and then encrypting/decrypting its contents

    C++
    View on GitHub↗1,116
  • jlospinoso/gargoyleJ

    JLospinoso/gargoyle

    0View on GitHub↗
    View on GitHub↗0
  • thewover/dinvokeT

    TheWover/DInvoke

    0View on GitHub↗
    View on GitHub↗0
  • mgeeky/threadstackspoofermgeeky avatar

    mgeeky/ThreadStackSpoofer

    1,225View on GitHub↗

    Thread Stack Spoofing - PoC for an advanced In-Memory evasion technique allowing to better hide injected shellcode's memory allocation from scanners and analysts.

    C++
    View on GitHub↗1,225
  • ghostpack/sharpdpapiGhostPack avatar

    GhostPack/SharpDPAPI

    1,429View on GitHub↗

    SharpDPAPI is a C# port of some DPAPI functionality from @gentilkiwi's Mimikatz project.

    C#
    View on GitHub↗1,429
  • barbarisch/forkatzBarbarisch avatar

    Barbarisch/forkatz

    123View on GitHub↗

    credential dump using forshaw technique using SeTrustedCredmanAccessPrivilege

    C++
    View on GitHub↗123

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • skerkour/black-hat-rustskerkour avatar

    skerkour/black-hat-rust

    4,353View on 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
    View on GitHub↗4,353
  • v2-dev/awesome-social-engineeringv2-dev avatar

    v2-dev/awesome-social-engineering

    4,029View on 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

    View on GitHub↗4,029
  • parrotsec/mimikatzParrotSec avatar

    ParrotSec/mimikatz

    2,536View on 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
    View on GitHub↗2,536
  • mxrch/ghuntmxrch avatar

    mxrch/GHunt

    19,089View on 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
    View on GitHub↗19,089
  • mandiant/commando-vmmandiant avatar

    mandiant/commando-vm

    7,667View on 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
    View on GitHub↗7,667
  • lolbas-project/lolbasLOLBAS-Project avatar

    LOLBAS-Project/LOLBAS

    8,323View on 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
    View on GitHub↗8,323
  • samratashok/nishangsamratashok avatar

    samratashok/nishang

    9,951View on 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
    View on GitHub↗9,951
  • alessandroz/lazagneAlessandroZ avatar

    AlessandroZ/LaZagne

    10,867View on 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
    View on GitHub↗10,867
  • ajayrandhawa/keyloggerA

    ajayrandhawa/Keylogger

    0View on GitHub↗
    View on GitHub↗0
  • 3gstudent/from-system-authority-to-medium-authority3

    3gstudent/From-System-authority-to-Medium-authority

    0View on GitHub↗
    View on GitHub↗0
  • aguinet/wannakeyaguinet avatar

    aguinet/wannakey

    1,093View on GitHub↗

    Wannacry in-memory key recovery

    C++
    View on GitHub↗1,093
  • adooo/jokerA

    ADOOO/Joker

    0View on GitHub↗
    View on GitHub↗0
  • 1remote/1remote1Remote avatar

    1Remote/1Remote

    5,953View on 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
    View on GitHub↗5,953
  • 0x09al/rdpthief0x09AL avatar

    0x09AL/RdpThief

    1,459View on GitHub↗

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

    C++api-hookingcpppentesting-windows
    View on GitHub↗1,459
  • antoniococo/roguewinrmA

    antonioCoco/RogueWinRM

    0View on GitHub↗
    View on GitHub↗0
  • antoniococo/juicypotatongantonioCoco avatar

    antonioCoco/JuicyPotatoNG

    957View on GitHub↗

    Another Windows Local Privilege Escalation from Service Account to System

    C++
    View on GitHub↗957
  • aptortellini/defenderswitchA

    APTortellini/DefenderSwitch

    0View on GitHub↗
    View on GitHub↗0
  • aptortellini/undefenderAPTortellini avatar

    APTortellini/unDefender

    360View on GitHub↗

    unDefender is the C++ implementation of a technique originally described by @jonasLyk in this Twitter thread. At its core, this technique revolves around changing the \Device\BootDevice symbolic link in the Windows Object Manager so that when Defender's WdFilter driver is unloaded and loaded…

    C++
    View on GitHub↗360
  • asaurusrex/doppelgateA

    asaurusrex/DoppelGate

    0View on GitHub↗
    View on GitHub↗0
  • ascotbe/virusA

    Ascotbe/virus

    0View on GitHub↗
    View on GitHub↗0
  • azagarampur/byeintegrity-uacA

    AzAgarampur/byeintegrity-uac

    0View on GitHub↗
    View on GitHub↗0
  • azagarampur/byeintegrity5-uacA

    AzAgarampur/byeintegrity5-uac

    0View on GitHub↗
    View on GitHub↗0
  • b4rtik/metasploit-execute-assemblyB

    b4rtik/metasploit-execute-assembly

    0View on GitHub↗
    View on GitHub↗0
  • aahmad097/alternativeshellcodeexecA

    aahmad097/AlternativeShellcodeExec

    0View on GitHub↗
    View on GitHub↗0