awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

20 रिपॉजिटरी

Awesome GitHub RepositoriesExecutable Obfuscators

Tools that modify binary file structures and signatures to evade detection by security software.

Distinct from Payload Obfuscation: Distinct from Payload Obfuscation (which focuses on data transport masking): this specifically targets executable file signatures and binary structures.

Explore 20 awesome GitHub repositories matching security & cryptography · Executable Obfuscators. Refine with filters or upvote what's useful.

Awesome Executable Obfuscators GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • javascript-obfuscator/javascript-obfuscatorjavascript-obfuscator का अवतार

    javascript-obfuscator/javascript-obfuscator

    16,129GitHub पर देखें↗

    This project is a JavaScript code protection tool designed to transform source code into a version that is difficult for humans to read. Its primary purpose is to protect intellectual property and prevent reverse engineering by altering the original program logic. The tool employs several advanced techniques to hinder analysis, including control flow flattening and the injection of dead code. It can compile functions into custom bytecode executed by an embedded virtual machine and encrypt string literals to prevent static analysis of text. Additional capabilities include anti-debugging mecha

    Provides a CLI to automate the transformation of JavaScript source code using various security presets.

    TypeScript
    GitHub पर देखें↗16,129
  • screetsec/thefatratscreetsec का अवतार

    screetsec/TheFatRat

    11,038GitHub पर देखें↗

    TheFatRat is a security exploitation framework designed to automate the creation, obfuscation, and deployment of payloads for penetration testing. It functions as a comprehensive toolkit that streamlines the exploitation lifecycle, enabling users to generate malicious executables, manage network listeners, and execute post-exploitation tasks through a unified command-line interface. The framework distinguishes itself by integrating various third-party exploitation utilities into a single, orchestrated workflow. It provides specialized capabilities for embedding code into legitimate binaries a

    Modifies file signatures and binary structures to evade detection by antivirus software and security filters.

    Caccessibilityantivirusautorun
    GitHub पर देखें↗11,038
  • bishopfox/sliverBishopFox का अवतार

    BishopFox/sliver

    10,707GitHub पर देखें↗

    Sliver is a command and control framework designed for adversary emulation and security assessment operations. It provides a centralized platform for managing remote systems, enabling security professionals to coordinate multi-operator sessions and maintain persistent, secure communication channels across diverse network environments. The framework distinguishes itself through its focus on stealth and infrastructure flexibility. It utilizes dynamic payload obfuscation to generate unique binaries and supports in-memory execution to minimize disk artifacts. Communication is secured through mutu

    Generates unique, obfuscated binaries during the build process to evade signature-based detection by security software.

    Goadversarial-attacksadversary-simulationc2
    GitHub पर देखें↗10,707
  • aemkei/jsfuckaemkei का अवतार

    aemkei/jsfuck

    8,596GitHub पर देखें↗

    jsfuck एक गूढ़ (esoteric) प्रोग्रामिंग भाषा और JavaScript सोर्स ऑब्फ़ुस्केटर है। यह एक कोड एन्कोडर के रूप में कार्य करता है जो स्टैंडर्ड JavaScript सोर्स कोड को एक न्यूनतम कैरेक्टर सेट से बने कार्यात्मक समकक्ष में बदल देता है। यह प्रोजेक्ट अपने सोर्स कोड को छह विशिष्ट कैरेक्टर्स तक सीमित करता है ताकि लॉजिक को छिपाया जा सके और उन सुरक्षा फ़िल्टर्स को बायपास किया जा सके जो स्टैंडर्ड अल्फ़ान्यूमेरिक कैरेक्टर्स को ब्लॉक करते हैं। यह प्रतीकों को प्राप्त करने के लिए टाइप कोएर्शन (type coercion) का उपयोग करके और प्रोटोटाइप मैनिपुलेशन के माध्यम से आंतरिक भाषा ऑब्जेक्ट्स तक पहुंच प्राप्त करके इसे हासिल करता है। यह सिस्टम स्ट्रिंग्स को निष्पादन योग्य फंक्शन्स में बदलकर और निष्पादन संदर्भ (execution context) के माध्यम से ग्लोबल स्कोप तक पहुंच प्राप्त करके मनमाना JavaScript निष्पादन सक्षम बनाता है। यह ऐरे रैपर्स और नेटिव कंस्ट्रक्टर कॉल्स का उपयोग करके जटिल लॉजिक और फ़ंक्शन तर्कों को प्रबंधित करता है।

    Transforms standard JavaScript source code into an obfuscated functional equivalent to prevent reverse engineering and bypass filters.

    JavaScript
    GitHub पर देखें↗8,596
  • k8gege/k8toolsk8gege का अवतार

    k8gege/K8tools

    6,167GitHub पर देखें↗

    K8tools is a multi-stage attack framework that combines memory-only payload execution, credential testing, port forwarding, privilege escalation, and physical USB-based keystroke injection for comprehensive system compromise. At its core, the Ladon PowerShell module loads a multi-function scanner directly into memory, enabling command execution without writing files to disk, while supporting memory-only payload delivery that downloads and runs obfuscated shellcode or PowerShell commands to evade antivirus detection. The framework distinguishes itself through its breadth of integrated capabili

    Creates encoded or obfuscated shellcode, PowerShell commands, or executables to evade antivirus detection.

    PowerShell0daybrute-forcebypass
    GitHub पर देखें↗6,167
  • commixproject/commixcommixproject का अवतार

    commixproject/commix

    5,757GitHub पर देखें↗

    Commix is an automated tool for detecting and exploiting OS command injection vulnerabilities in web applications. It probes user-supplied input vectors with heuristic test payloads, analyzes response differences to identify injection points, and then automates the execution of arbitrary operating system commands on the target server. The tool distinguishes itself through a multi-layer filter bypass engine that evaluates input constraints independently per filter type and composes tailored evasion strategies into a single payload. A modular payload tamper pipeline transforms raw injection str

    Transforms injection strings through a modular tamper pipeline of filter-specific obfuscation scripts to evade WAFs.

    Python
    GitHub पर देखें↗5,757
  • k8gege/ladonk8gege का अवतार

    k8gege/Ladon

    5,297GitHub पर देखें↗

    Ladon is an internal network penetration scanner and vulnerability assessment tool designed to identify high-risk security flaws and assets across network segments. It operates as a fileless security scanner, executing its engine and modules directly in memory to avoid leaving a disk footprint on target systems. The project is distinguished by its integration as a plugin for command beacons, specifically within the Cobalt Strike framework. This allows for memory-resident network discovery and vulnerability detection. It further supports stealth operations through payload and script obfuscatio

    Transforms executables and scripts into different formats to evade antivirus and EDR detection.

    C#brute-forceexpexploit
    GitHub पर देखें↗5,297
  • rhinosecuritylabs/pacuRhinoSecurityLabs का अवतार

    RhinoSecurityLabs/pacu

    5,234GitHub पर देखें↗

    Pacu एक एक्सप्लॉइटेशन फ्रेमवर्क है जिसे Amazon Web Services वातावरण की सुरक्षा का ऑडिट और परीक्षण करने के लिए डिज़ाइन किया गया है। यह क्लाउड पेनेट्रेशन टेस्टिंग टूल और संसाधन एन्यूमेरेटर के रूप में कार्य करता है जिसका उपयोग गलत कॉन्फ़िगरेशन की पहचान करने, अटैक सरफेस को मैप करने और विशेषाधिकार वृद्धि पथों को निष्पादित करने के लिए किया जाता है। फ्रेमवर्क पोस्ट-एक्सप्लॉइटेशन और रेड टीम ऑपरेशंस के लिए विशेष क्षमताएं प्रदान करता है, जिसमें पहचान और एक्सेस प्रबंधन बैकडोरिंग के माध्यम से दृढ़ता स्थापित करना शामिल है। यह एक प्लगइन-आधारित मॉड्यूल सिस्टम के साथ खुद को अलग करता है जो कस्टम कार्यों के विकास और कई भौगोलिक क्षेत्रों में API अनुरोधों के ऑर्केस्ट्रेशन की अनुमति देता है। यह प्रोजेक्ट सुरक्षा ऑडिटिंग गतिविधियों की एक विस्तृत श्रृंखला को कवर करता है, जिसमें बुनियादी ढांचे की गणना, भंडारण सेवाओं से डेटा निष्कर्षण और पहचान ऑडिटिंग शामिल है। इसमें पेलोड इंजेक्शन और स्टार्टअप स्क्रिप्ट के माध्यम से रिमोट कोड निष्पादन के लिए उपकरण शामिल हैं, साथ ही डिटेक्शन सेवाओं को बाधित करने और नेटवर्क पार्श्व आंदोलन का विश्लेषण करने की क्षमताएं भी शामिल हैं। Pacu स्थिति बनाए रखने और API कॉल को कम करने के लिए अलग-थलग कंटेनरों और एक स्थानीय डेटाबेस का उपयोग करके लक्ष्य-विशिष्ट प्रमाणीकरण कुंजियों और सेशन मेटाडेटा का प्रबंधन करता है।

    Creates malicious resource identifiers that trigger formula execution when log exports are opened in spreadsheets.

    Python
    GitHub पर देखें↗5,234
  • jamiewilson/form-to-google-sheetsjamiewilson का अवतार

    jamiewilson/form-to-google-sheets

    4,744GitHub पर देखें↗

    यह प्रोजेक्ट एक सर्वरलेस फॉर्म हैंडलर और बैकएंड सर्विस है जो HTML फॉर्म सबमिशन को कैप्चर करती है और डेटा को सीधे Google Sheets में लिखती है। यह एक इंटीग्रेशन टूल के रूप में कार्य करता है जो समर्पित बैकएंड डेटाबेस की आवश्यकता के बिना डेटा संग्रह को स्वचालित करने के लिए फॉर्म इनपुट नामों को स्प्रेडशीट कॉलम हेडर से मैप करता है। इस सर्विस में एक रूटिंग सिस्टम शामिल है जो हिडन फील्ड वैल्यूज़ के आधार पर सबमिशन को विशिष्ट स्प्रेडशीट टैब्स में निर्देशित करता है। डेटा अखंडता बनाए रखने के लिए, यह फॉर्मूला निष्पादन को रोकने के लिए इनपुट्स को सैनिटाइज़ करके स्प्रेडशीट इंजेक्शन सुरक्षा को लागू करता है और ऑटोमेटेड बॉट सबमिशन को फिल्टर करने के लिए हनीपॉट फील्ड्स का उपयोग करता है। अतिरिक्त क्षमताओं में एक ईमेल नोटिफिकेशन सर्विस शामिल है जो सबमिशन की सफलता या विफलता पर स्वचालित अलर्ट भेजती है। यह सिस्टम इनपुट डेटा को स्प्रेडशीट रोज़ में मैप करने का प्रबंधन करता है और रियल-टाइम लीड कैप्चर और सूचना ट्रैकिंग के लिए एक तंत्र प्रदान करता है।

    Prevents spreadsheet command execution by sanitizing inputs that start with formula symbols.

    JavaScriptfetch-apigoogle-sheetshtml-form
    GitHub पर देखें↗4,744
  • mantvydasb/redteaming-tactics-and-techniquesmantvydasb का अवतार

    mantvydasb/RedTeaming-Tactics-and-Techniques

    4,620GitHub पर देखें↗

    यह प्रोजेक्ट एक रेड टीमिंग नॉलेज बेस और ऑफेंसिव सिक्योरिटी प्लेबुक है जिसे एडवर्सरी व्यवहार का अनुकरण (simulate) करने के लिए डिज़ाइन किया गया है। यह रेड टीम ऑपरेशंस को निष्पादित करने के लिए तकनीकी गाइड और टैक्टिक्स का एक व्यापक संग्रह है। यह रिपॉजिटरी Active Directory एक्सप्लॉइटेशन के लिए विस्तृत निर्देश प्रदान करती है, जिसमें Kerberos दुरुपयोग और डोमेन प्रिविलेज एस्केलेशन शामिल है। यह API अनहुकिंग और पेलोड ऑब्फस्केशन के माध्यम से डिफेंस इवेजन, और कर्नल ऑब्जेक्ट्स व सिस्टम मेमोरी के हेरफेर से जुड़े Windows इंटरनल्स रिसर्च को कवर करती है। इसकी क्षमताएं नेटवर्क पेनेट्रेशन टेस्टिंग, मैलवेयर विश्लेषण और इंजीनियरिंग, और ऑफेंसिव सिक्योरिटी इंफ्रास्ट्रक्चर की तैनाती तक फैली हुई हैं। इसमें एंटरप्राइज एनवायरनमेंट में लेटरल मूवमेंट, पर्सिस्टेंस, और डेटा एक्सफिल्ट्रेशन के तरीके भी शामिल हैं।

    Provides techniques to mask payloads and obfuscate command-line execution to evade antivirus and EDR detection.

    PowerShelloffensive-securityoscppentesting
    GitHub पर देखें↗4,620
  • zer0yu/awesome-cobaltstrikezer0yu का अवतार

    zer0yu/Awesome-CobaltStrike

    4,419GitHub पर देखें↗

    This project is a curated collection of tools, scripts, and technical guides designed to enhance offensive security operations using Cobalt Strike. It serves as a resource hub for managing command and control infrastructure and deploying security engagements. The collection includes toolkits for evading endpoint detection and response systems, alongside libraries for automating red team tasks such as reconnaissance and host enumeration. It provides resources for developing post-exploitation frameworks, specifically focusing on the creation of reflective libraries and memory-resident code. Th

    Includes tools to mask shellcode and binaries, altering their structure to evade antivirus and EDR detection.

    GitHub पर देखें↗4,419
  • x0rz/eqgrpx0rz का अवतार

    x0rz/EQGRP

    4,201GitHub पर देखें↗

    EQGRP is a remote access trojan framework and post-exploitation toolkit. It provides a centralized command and control infrastructure for deploying persistent implants and managing remote agents across diverse operating systems. The project includes tools for digital forensic evasion, such as modifying system logs and filesystem timestamps to remove execution traces. It features a network interception system for capturing and reconstructing data streams by hooking into the system root, as well as exploits designed for kernel privilege escalation to elevate process permissions to administrativ

    Compresses and obscures shellcode to bypass signature-based detection by antivirus and EDR software.

    Perl
    GitHub पर देखें↗4,201
  • danielbohannon/invoke-obfuscationdanielbohannon का अवतार

    danielbohannon/Invoke-Obfuscation

    4,201GitHub पर देखें↗

    Invoke-Obfuscation is a PowerShell-based tool for transforming PowerShell commands and scripts into obfuscated forms to evade signature-based detection. It applies token-level, string-level, and encoding techniques to hide execution logic, and supports compressing commands before obfuscation to reduce size while concealing the original code. The tool distinguishes itself through layered obfuscation that can be applied and reversed one layer at a time, allowing users to restore a script's original form. It offers multiple encoding schemes including ASCII, hex, octal, binary, and XOR, and can h

    Runs obfuscation operations directly from the command line using compact syntax without interactive mode.

    PowerShell
    GitHub पर देखें↗4,201
  • veil-framework/veilVeil-Framework का अवतार

    Veil-Framework/Veil

    4,199GitHub पर देखें↗

    Veil is a payload generation framework and a suite of tools designed to automate the creation of obfuscated binaries and encoded shellcode. It functions as an anti-virus evasion tool that transforms binary code to bypass security scanners and endpoint detection software. The framework utilizes multi-language payload generation, employing various programming language compilers to create executables that evade signature-based detection. It includes an evasive shellcode encoder to remove forbidden characters and apply obfuscation techniques to hide payload logic. The project covers the generati

    Provides tools that mask shellcode and binaries to evade detection by antivirus and EDR software.

    Pythonantivirusevasionveil
    GitHub पर देखें↗4,199
  • jonaslejon/malicious-pdfjonaslejon का अवतार

    jonaslejon/malicious-pdf

    4,070GitHub पर देखें↗

    This project is a set of specialized utilities for generating malformed documents, obfuscating payloads, and crafting specific attack vectors to evaluate the resilience of security scanners. It functions as a PDF fuzzing framework and security testing tool designed to create PDF files with embedded payloads for verifying how document viewers and web applications handle vulnerabilities. The toolkit provides capabilities for encoding and hiding malicious content to test the detection effectiveness of security scanners. It includes a security payload generator for crafting specific attack vector

    Provides a utility for encoding and hiding malicious content within documents to evaluate security scanners.

    Pythonbugbountybugbounty-toolpdf
    GitHub पर देखें↗4,070
  • hackerschoice/thc-tips-tricks-hacks-cheat-sheethackerschoice का अवतार

    hackerschoice/thc-tips-tricks-hacks-cheat-sheet

    3,853GitHub पर देखें↗

    This project is a comprehensive command-line reference and toolkit designed for Linux system administration and network security assessment. It provides a collection of technical snippets and operational guides focused on managing remote environments, orchestrating shell sessions, and executing administrative tasks through native terminal utilities. The repository distinguishes itself by offering specialized techniques for stealthy operations and infrastructure manipulation. It covers methods for establishing encrypted tunnels to bypass firewalls, obfuscating process identities and command hi

    Encodes scripts into base64 strings for stealthy remote execution via DNS or startup scripts.

    Shell
    GitHub पर देखें↗3,853
  • ambionics/phpggcambionics का अवतार

    ambionics/phpggc

    3,832GitHub पर देखें↗

    phpggc is a security assessment utility and command-line tool designed for the automated generation, obfuscation, and wrapping of serialized object chains. It functions as a gadget chain framework used to identify and verify remote code execution vectors by testing for PHP object injection vulnerabilities. The project provides a modular system for constructing complex serialized object sequences and includes a dedicated payload obfuscator to transform byte streams for bypassing web application firewalls and security filters. It also features a generator for wrapping serialized data into archi

    Provides a modular tamper pipeline for transforming serialized byte streams to bypass web application firewalls.

    PHP
    GitHub पर देखें↗3,832
  • t3l3machus/hoaxshellt3l3machus का अवतार

    t3l3machus/hoaxshell

    3,421GitHub पर देखें↗

    Hoaxshell is a command and control system for Windows remote command execution. It provides a framework for generating and managing reverse shell payloads that utilize an HTTP beaconing protocol, where victim clients periodically poll a handler to receive and execute instructions. The project distinguishes itself through its ability to bypass PowerShell Constrained Language Mode using specialized payload generation. It supports encrypted command and control via TLS certificate injection and provides mechanisms for remote session recovery, allowing a handler to reestablish control over active

    Randomizes session IDs, URLs, and headers to obfuscate payload signatures and evade antivirus detection.

    Pythonhackingopen-sourcepenetration-testing
    GitHub पर देखें↗3,421
  • trickster0/offensiverusttrickster0 का अवतार

    trickster0/OffensiveRust

    2,984GitHub पर देखें↗

    OffensiveRust is a red team toolkit and malware development kit written in Rust. It serves as an evasion framework and post-exploitation library, providing a collection of offensive security primitives and a Windows API wrapper for interacting with low-level system functions and undocumented APIs. The project focuses on bypassing security software through direct system calls, memory obfuscation, and stealthy payload execution. It implements techniques to defeat static binary analysis via compile-time string encryption and payload obfuscation, while avoiding detection using parent process ID s

    Obfuscates shellcode and binaries using AES, RC4, or XOR to evade antivirus and EDR software.

    Rust
    GitHub पर देखें↗2,984
  • oddcod3/phantom-evasionoddcod3 का अवतार

    oddcod3/Phantom-Evasion

    1,449GitHub पर देखें↗

    Phantom-Evasion is a security research framework designed for generating obfuscated payloads and automating post-exploitation tasks during authorized security assessments. It provides a suite of utilities for creating custom executables and libraries intended to test the effectiveness of antivirus and endpoint security detection systems. The framework distinguishes itself through a focus on memory-resident operations, allowing for the execution of encrypted binaries and shellcode directly within system memory. By utilizing techniques such as junk code injection, payload encryption, and remote

    Applies encryption and polymorphic transformations to executable code at generation time to prevent signature-based antivirus identification.

    Pythonantivirusapkinjectiondynamic-analysis
    GitHub पर देखें↗1,449
  1. Home
  2. Security & Cryptography
  3. Payload Obfuscation
  4. Executable Obfuscators

सब-टैग एक्सप्लोर करें

  • JavaScript ObfuscatorsTools specifically designed to transform JavaScript source code to prevent reverse engineering. **Distinct from Executable Obfuscators:** Distinct from Executable Obfuscators: targets high-level JavaScript source rather than binary executable structures.
  • Language-Specific Command ObfuscationConfiguration of obfuscation techniques tailored to specific programming languages to evade security software. **Distinct from Executable Obfuscators:** Distinct from binary obfuscators; targets the obfuscation of command strings and scripts in various languages.
  • Minimalist Obfuscation LanguagesProgramming styles or languages that use a highly restricted character set to hide logic. **Distinct from Language-Specific Command Obfuscation:** Defines a specific language style based on character restrictions, rather than general command obfuscation techniques.
  • Payload Obfuscators3 सब-टैग्सTools that mask shellcode and binaries to evade detection by antivirus and EDR software. **Distinct from Executable Obfuscators:** Covers both binary structure modification and payload delivery masking