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 klezvirus/inceptor

Projects sharing features with Inceptor

30 open-source projects similar to klezvirus/inceptor, 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.

  • 0xsp-srd/mortar0xsp-SRD avatar

    0xsp-SRD/mortar

    1,506View on GitHub↗

    evasion technique to defeat and divert detection and prevention of security products (AV/EDR/XDR)

    Pascal
    View on GitHub↗1,506
  • med0x2e/gadgettojscriptmed0x2e avatar

    med0x2e/GadgetToJScript

    1,123View on GitHub↗

    A tool for generating .NET serialized gadgets that can trigger .NET assembly load/execution when deserialized using BinaryFormatter from JS/VBS/VBA scripts. The current gadget triggers a call to Activator.CreateInstance() when deserialized using BinaryFormatter from jscript/vbscript/vba, this…

    C#
    View on GitHub↗1,123
  • xforcered/invisibilitycloakxforcered avatar

    xforcered/InvisibilityCloak

    429View on GitHub↗

    Proof-of-concept obfuscation toolkit for C# post-exploitation tools. This will perform the below actions for a C# visual studio project.

    Python
    View on GitHub↗429
  • aaaddress1/xlsgenaaaddress1 avatar

    aaaddress1/xlsGen

    44View on GitHub↗

    Tiny Excel BIFF8 Generator, to Embedded 4.0 Macros in *.xls

    C#
    View on GitHub↗44
  • bats3c/darkarmourbats3c avatar

    bats3c/darkarmour

    862View on GitHub↗

    Store and execute an encrypted windows binary from inside memory, without a single bit touching disk.

    Python
    View on GitHub↗862

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
  • thewover/donutTheWover avatar

    TheWover/donut

    4,461View on GitHub↗

    Donut is a toolset for loading and executing payloads in memory, featuring a position-independent shellcode generator, an in-memory payload injector, and a .NET assembly loader. It is designed to convert executable files and scripts into shellcode that can be executed within the memory space of a remote process without writing files to disk. The project specializes in security evasion through memory-based patching and payload obfuscation using symmetric block ciphers and compression. It includes a remote payload stager to retrieve encrypted modules from HTTP or DNS servers during runtime, red

    C
    View on GitHub↗4,461
  • 9emin1/charlotte9emin1 avatar

    9emin1/charlotte

    977View on GitHub↗

    c++ fully undetected shellcode launcher ;)

    Python
    View on GitHub↗977
  • sensepost/rulersensepost avatar

    sensepost/ruler

    2,306View on GitHub↗

    A tool to abuse Exchange services

    Go
    View on GitHub↗2,306
  • cobbr/sharpsploitcobbr avatar

    cobbr/SharpSploit

    1,881View on GitHub↗

    SharpSploit is a .NET post-exploitation library written in C# that aims to highlight the attack surface of .NET and make the use of offensive .NET easier for red teamers.

    C#
    View on GitHub↗1,881
  • rvrsh3ll/msbuildapicallerrvrsh3ll avatar

    rvrsh3ll/MSBuildAPICaller

    155View on GitHub↗

    MSBuild Without MSBuild.exe

    C#
    View on GitHub↗155
  • d00mfist/mystikalD00MFist avatar

    D00MFist/Mystikal

    326View on GitHub↗

    macOS Initial Access Payload Generator

    Python
    View on GitHub↗326
  • rasta-mouse/threatcheckrasta-mouse avatar

    rasta-mouse/ThreatCheck

    1,409View on GitHub↗
    C#
    View on GitHub↗1,409
  • fireeye/duedlligencefireeye avatar

    fireeye/DueDLLigence

    484View on GitHub↗

    Shellcode runner framework for application whitelisting bypasses and DLL side-loading. The shellcode included in this project spawns calc.exe.

    C#
    View on GitHub↗484
  • fireeye/officepurgefireeye avatar

    fireeye/OfficePurge

    263View on GitHub↗

    VBA purge your Office documents with OfficePurge. VBA purging removes P-code from module streams within Office documents. Documents that only contain source code and no compiled code are more likely to evade AV detection and YARA rules. Read more here .

    C#
    View on GitHub↗263
  • fuzzysecurity/dendrobateFuzzySecurity avatar

    FuzzySecurity/Dendrobate

    134View on GitHub↗

    Dendrobate is a framework that facilitates the development of payloads that hook unmanaged code through managed .NET code. To do this Dendrobate uses EasyHook and packs the injected component, Dendron, using Fody & Costura . This is all done automatically so all you need to do when you compile…

    C#
    View on GitHub↗134
  • rasta-mouse/ruralbishoprasta-mouse avatar

    rasta-mouse/RuralBishop

    108View on GitHub↗

    RuralBishop is practically a carbon copy of UrbanBishop by b33f, but all P/Invoke calls have been replaced with D/Invoke.

    C#
    View on GitHub↗108
  • gloxec/crossc2gloxec avatar

    gloxec/CrossC2

    2,559View on GitHub↗

    generate CobaltStrike's cross-platform payload

    Candroidcobalt-strikecross-platform
    View on GitHub↗2,559
  • print3m/dllshimmerPrint3M avatar

    Print3M/DllShimmer

    749View on GitHub↗

    Weaponize DLL hijacking easily. Backdoor any function in any DLL without disrupting normal process operation.

    Go
    View on GitHub↗749
  • phra/pezorphra avatar

    phra/PEzor

    2,111View on GitHub↗

    PEzor

    C
    View on GitHub↗2,111
  • icyguider/shhhloadericyguider avatar

    icyguider/Shhhloader

    1,274View on GitHub↗

    Shhhloader is a work in progress shellcode loader. It takes raw shellcode as input and compiles a C++ stub that does a bunch of different things to try and bypass AV/EDR. The included python builder will work on any Linux system that has Mingw-w64 installed.

    Python
    View on GitHub↗1,274
  • outflanknl/inlinewhispersoutflanknl avatar

    outflanknl/InlineWhispers

    320View on GitHub↗

    A Proof of Concept for weaponizing SysWhispers for making direct system calls in Cobalt Strike Beacon Object File.

    Assembly
    View on GitHub↗320
  • jthuraisamy/syswhispers2J

    jthuraisamy/SysWhispers2

    0View on GitHub↗

    SysWhispers helps with evasion by generating header/ASM files implants can use to make direct system calls.

    View on GitHub↗0
  • optiv/scarecrowoptiv avatar

    optiv/ScareCrow

    2,888View on GitHub↗

    To view the latest version of ScareCrow or to submit an issue, reference https://github.com/Tylous/ScareCrow.

    Go
    View on GitHub↗2,888
  • optiv/ivyoptiv avatar

    optiv/Ivy

    744View on GitHub↗

    To view the latest version of Ivy or to submit an issue, reference https://github.com/Tylous/Ivy.

    Go
    View on GitHub↗744
  • optiv/freezeoptiv avatar

    optiv/Freeze

    1,477View on GitHub↗

    To view the latest version of Freeze or to submit an issue, reference https://github.com/Tylous/Freeze.

    Go
    View on GitHub↗1,477
  • malwaredllc/byobmalwaredllc avatar

    malwaredllc/byob

    9,478View on GitHub↗

    This project is a post-exploitation framework and command and control platform designed for security research and penetration testing. It functions as a remote access tool consisting of a central command server and encrypted executable payloads that establish reverse shell connections. The system utilizes a web-based dashboard for multi-client administration, allowing for remote host monitoring and direct shell access through an in-browser terminal. It generates cross-platform, encrypted binaries that employ a multi-stage delivery chain and a key exchange mechanism to secure communications.

    Python
    View on GitHub↗9,478
  • byt3bl33d3r/offensivenimbyt3bl33d3r avatar

    byt3bl33d3r/OffensiveNim

    3,033View on 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
    View on GitHub↗3,033
  • powershellempire/empirePowerShellEmpire avatar

    PowerShellEmpire/Empire

    7,843View on GitHub↗

    Empire is a post-exploitation framework and command and control server designed to manage remote access agents. It provides a centralized system for coordinating these agents and executing specialized scripts across target systems. The project functions as a security evasion tool by adapting network communication patterns to bypass firewalls and monitoring tools. It utilizes a multi-language agent runtime and a modular plugin architecture to execute payloads across different operating systems. The framework covers a broad range of operational capabilities, including remote agent orchestratio

    PowerShell
    View on GitHub↗7,843
  • hahwul/dalfoxhahwul avatar

    hahwul/dalfox

    4,846View on GitHub↗

    Dalfox is an automated web application security tool specifically designed for discovering and verifying cross-site scripting vulnerabilities. It functions as an XSS vulnerability scanner that analyzes HTTP parameters and DOM structures to identify reflected, stored, and blind injection points. The project distinguishes itself by providing a Model Context Protocol server and a REST API, allowing artificial intelligence agents and remote interfaces to trigger and manage security scans programmatically. It utilizes a payload mutation engine and fingerprinting strategies to execute WAF evasion t

    Gobugbountybugbounty-toolcicd-pipeline
    View on GitHub↗4,846
  • naksyn/pyramidnaksyn avatar

    naksyn/Pyramid

    769View on GitHub↗

    a tool to help operate in EDRs' blind spots

    Python
    View on GitHub↗769