74 matches found
Invoke-Stealth
Invoke-Stealth 是一款简单而强大的 PowerShell 脚本混淆工具。 该工具可帮助您使用不同技术自动化任何 PowerShell 脚本的混淆过程。您可以单独使用、组合使用,或按顺序轻松地运用所有技术,无论是在 Windows 还是 Linux 上均可。 系统要求 PowerShell 4.0 或更高版本 Python 3 使用全部功能时需要 下载 建议克隆完整仓库或下载 zip 文件。 您可以通过运行以下命令完成此操作: root@kitploit: git clone https://github.com/JoelGMSec/Invoke-Stealth.git...
egodeath
egodeath 该项目并未实现不可区分性混淆。您不应使用此产品来保护秘密。它的存在是为了阻止逆向工程,而非防止逆向工程。 一个 JavaScript 混淆器,旨在使代码对人类和大型语言模型(LLM)都极难阅读和分析。使用 TypeScript 编写。实现了来自同行评审的密码学混淆研究中的技术。 安装 root@kitploit: npm install npm run build CLI 使用 root@kitploit: 基本使用 node dist/index.js input.js output.js 指定目标 token 预算(默认:2,000,000) node...
avcleaner
avcleaner 用于绕过杀毒软件的 C/C++ 源码混淆器 博客文章 该实现相当复杂,软件开发中的这一领域很少以通俗易懂的方式记录。因此,有博客文章详细介绍了每一个设计选择,并讨论了使用 LLVM API 的独特之处。 https://blog.scrt.ch/2020/06/19/engineering-antivirus-evasion/ https://blog.scrt.ch/2020/07/15/engineering-antivirus-evasion-part-ii/ 构建 root@kitploit: docker build . -t avcleaner docke...
avcleaner
avcleaner C/C++ source obfuscator for antivirus bypass Blog posts The implementation is rather complex and this domain in software development is rarely documented in layman's terms. This is why there are blog posts which detail every design choice and go over the quirks of working with the LLVM...
Supernova
Supernova Cifrador y ofuscador de shellcode. Descripción Supernova es una herramienta de código abierto que permite a los usuarios cifrar y/u ofuscar de forma segura su shellcode crudo. -red?link=https%3A%2F%2Fgithub.com%2Fnickvourd%2FSupernova%2Freleases Supernova soporta varias funcionalidades...
Alcatraz
Alcatraz Alcatraz 是一个 x64 二进制混淆器,能够混淆多种不同的 PE 文件,包括: .exe .dll .sys 概览 Alcatraz 要求 用法 功能 立即数移动的混淆 控制流平坦化 ADD 变异 入口点混淆 Lea 混淆 反反汇编 导入表混淆 最终结果 要求 安装:https://vcpkg.io/en/getting-started.html asmjit:vcpkg.exe install asmjit:x64-windows Zydis:vcpkg.exe install zydis:x64-windows 用法 1. 点击左上角的 file...
Obfuscator
Obfuscator 该程序旨在混淆 shellcode。 目前该工具支持 2 种加密方式。 root@kitploit: 1 XOR 2 AES 该工具接受 4 种格式的 shellcode。 root@kitploit: 1 base64 2 hex 3 c 4 raw 命令行用法 root@kitploit: 用法 描述 ----- ----------- /f 指定 shellcode 的格式 base64 hex c raw /enc 指定 shellcode 将被加密的加密类型(aes 或 xor) /key 指定用于加密 shellcode 的密钥(默认 =...
Intensio-Obfuscator
Intensio-Obfuscator 项目不再维护 感谢所有贡献者 这是什么? Intensio-Obfuscator 工具接受 Python 源代码并将其转换为混淆后的 Python 代码 替换 所有 变量/类/函数/文件名 的名称,改为指定长度的随机字符串,然后将所有 字符 转换为十六进制 删除 所有 注释、所有 空行 填充 随机 代码片段/函数/类,每次使用不同的值 目的? 提供高级混淆层,以防止或延迟对 Python 程序的阅读和理解 混淆级别 单独使用时为弱混淆,可与其他混淆类型结合使用 要求 Python = 3.5 requirements.txt 支持的文件 使用...
onelinepy
onelinepy 用于FUD Python代码的Python混淆器。 下载与运行 root@kitploit: git clone https://github.com/spicesouls/onelinepy cd onelinepy chmod +x setup.sh ./setup.sh onelinepy 使用指南 root@kitploit: | || | . | | -| | | | -| . | | |Python |||||||||| | |Obfuscator || || 用法: oneline.py -h -m M -i I --script SCRIPT --co...
onelinepy
onelinepy Python Obfuscator for FUD Python Code. Download & Run root@kitploit: git clone https://github.com/spicesouls/onelinepy cd onelinepy chmod +x setup.sh ./setup.sh onelinepy Usage Guide root@kitploit: | || | . | | -| | | | -| . | | |Python |||||||||| | |Obfuscator || || usage: oneline.py -...
powerob
Powerob An on-the-fly Powershell script obfuscator meant for red team engagements. Built out of necessity. This only obfuscates functions and removes found in PowerShell scripts. Roadmap includes bfuscating variables. Pull requests and collaborative welcomed. About This was built out of the need ...
Invoke-Obfuscation
Invoke-Obfuscation v1.8 简介 Invoke-Obfuscation 是一款兼容 PowerShell v2.0+ 的 PowerShell 命令和脚本混淆器。 背景 2015 年秋季,我开始研究 PowerShell 语言的灵活性,并系统记录了几种攻击者经常使用的常见技术的各种实现方式。 最初专注于编码命令和远程下载加载器(cradle)语法,我发现一些不会妨碍命令执行的转义字符会持续存在于命令行参数中,无论是运行中的进程还是记录在 Security EID 4688 和 Sysmon EID 1 事件日志中的内容。这促使我系统地探索混淆任何 PowerShell...
udpack
UDPack UDPack is an extensible generic UDP packet obfuscator. The purpose of this application is to sit in the path of a UDP data stream, and obfuscate, deobfuscate or otherwise modify the packets. Python 3.4 or above is required, since this script uses the asyncio library. Using the latest Pytho...
JObfuscator
JObfuscator — Ofuscación y protección de código fuente Java JObfuscator es un ofuscador de código fuente para el lenguaje de programación Java. Puede proteger su código fuente Java y sus algoritmos contra hackeos, cracking, ingeniería inversa, descompilación y robo de tecnología. JObfuscator empl...
PowerShell-Pro-Obfuscator-Python
PowerShell Pro Obfuscator — Ofusca y virtualiza código PowerShell PowerShell Pro Obfuscator protege scripts .ps1 propietarios con renombrado, cifrado polimórfico de cadenas y enteros, aplanamiento de flujo de control, autómatas finitos FSA, un motor de VM, comprobaciones de integridad...
AutoIt-Obfuscator
AutoIt Obfuscator — Ofuscación para el código fuente de scripts AutoIt AutoIt Obfuscator es una herramienta para modificar el código fuente de scripts AutoIt de tal manera que el análisis del código ofuscado resulte muy difícil. Más detalles técnicos, descargas y documentación disponibles en:...
yetAnotherObfuscator
yetAnotherObfuscator Una herramienta ofuscadora en C que puede evadir el antivirus Windows Defender. Hice esta herramienta principalmente como excusa para aprender más sobre C y cómo funcionan los ofuscadores. Esta es una versión alfa , así que espera algunos bugs interesantes. Uso: Arrastra y...
PE-Obfuscator
PE-Obfuscator Ofuscador de PE pensado para la evasión , necesita Privilegios de administrador para cargar el controlador RTCore64. Vídeo: https://user-images.githubusercontent.com/123980007/234171901-c1eb735e-ceca-481d-9310-02ba30f6836b.mp4 El Ofuscador : root@kitploit: - Obtiene el PE fileless...