Lucene search
+L

72 matches found

Kitploit
Kitploit
added 2026/09/03 2:58 a.m.2 views

Obfuscator

Obfuscator The program is designed to obfuscate the shellcode. Currently the tool supports 2 encryption. root@kitploit: 1 XOR 2 AES The tool accepts shellcode in 4 formats. root@kitploit: 1 base64 2 hex 3 c 4 raw Command Line Usage root@kitploit: Usage Description ----- ----------- /f Specify the...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/03 12:01 a.m.3 views

egodeath

egodeath This project does not achieve indistinguishability obfuscation. You should not be using this to product to protect secrets. It exists to deter reverse engineering, not prevent it A JavaScript obfuscator designed to make code extremely difficult to read and analyze for both humans and LLM...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:15 p.m.2 views

onelinepy

onelinepy Obfuscateur Python pour code Python FUD. Téléchargement et Exécution root@kitploit: git clone https://github.com/spicesouls/onelinepy cd onelinepy chmod +x setup.sh ./setup.sh onelinepy Guide d'Utilisation root@kitploit: | || | . | | -| | | | -| . | | |Python |||||||||| | |Obfuscator ||...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:15 p.m.108 views

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 -...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 10:01 p.m.3 views

Invoke-Stealth

Invoke-Stealth is a Simple & Powerful PowerShell Script Obfuscator. This tool helps you to automate the obfuscation process of any script written in PowerShell with different techniques. You can use any of them separately, together or all of them sequentially with ease, from Windows or Linux...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 9:55 p.m.6 views

ditto

ditto Обфускатор PowerShell Ditto — это обфускатор PowerShell и JavaScript, основанный на tree-sitter-powershell и tree-sitter-javascript. Использование из командной строки Базовая структура команды ditto-cli options Аргументы и опции CLI Короткая опция| Длинная опция| Описание ---|---|--- -h|...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/02 9:31 p.m.338 views

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 ...

5.5AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/02 8:06 p.m.5 views

Intensio-Obfuscator

Intensio-Obfuscator Project not maintained anymore Thanks to all contributors What is this ? Intensio-Obfsucator tool takes a python source code and transform it into an obfuscated python code Replace all names of variables/classes/functions/files-name to random strings with length defined then a...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 7:28 p.m.3 views

JObfuscator

JObfuscator — Java 소스 코드 난독화 및 보호 JObfuscator 는 Java 프로그래밍 언어용 소스 코드 난독화 도구입니다. 해킹, 크래킹, 리버스 엔지니어링, 디컴파일 및 기술 도용으로부터 Java 소스 코드와 알고리즘을 보호할 수 있습니다. JObfuscator는 다양한 난독화 기법을 사용하여 Java 소스 코드의 실제 기능을 보호하고 은닉합니다. 모든 변수와 메서드 이름을 변경하고, 코드 흐름을 비선형적으로 만들어 난독화하며, 최첨단 다형성 문자열 암호화 엔진으로 모든 문자열을 암호화합니다. 더 자세한 ...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/02 5:55 p.m.4 views

Supernova

Supernova Shellcode encryptor & obfuscator. Description Supernova is an open-source tool that empowers users to securely encrypt and/or obfuscate their raw shellcode. -red?link=https%3A%2F%2Fgithub.com%2Fnickvourd%2FSupernova%2Freleases Supernova supports various features beyond those typically...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/02 5:54 p.m.2 views

Alcatraz

Alcatraz Alcatraz is a x64 binary obfuscator that is able to obfuscate various different pe files including: .exe .dll .sys Overview Alcatraz Requirements Usage Features Obfuscation of immediate moves Control flow flattening ADD mutation Entry-point obfuscation Lea obfuscation Anti disassembly...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/02 3:25 p.m.6 views

Invoke-Obfuscation

Invoke-Obfuscation v1.8 Introduction Invoke-Obfuscation is a PowerShell v2.0+ compatible PowerShell command and script obfuscator. Background In the Fall of 2015 I decided to begin researching the flexibility of PowerShell's language and began cataloguing the various ways to accomplish a handful ...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/02 3:25 p.m.3 views

avcleaner

avcleaner Obfusateur de code source C/C++ pour contourner les antivirus Articles de blog L'implémentation est assez complexe et ce domaine du développement logiciel est rarement documenté en termes simples. C'est pourquoi il existe des articles de blog qui détaillent chaque choix de conception et...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 3:25 p.m.186 views

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...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 12:32 p.m.28 views

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...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 1:20 p.m.4 views

ASM-Obfuscator

ASM-Obfuscator Продвинутый обфускатор ассемблерного кода x86-64. Описание Обфускатор ассемблерного кода — это мощный и универсальный инструмент, предназначенный для повышения безопасности вашего ассемблерного кода x86-64. Он защищает ваши проекты от реверс-инжиниринга и анализа, применяя широкий...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/30 4:38 p.m.2 views

the-poor-mans-obfuscator

...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 6:48 a.m.8 views

AutoIt-Obfuscator

AutoIt Obfuscator — Обфускация исходного кода скриптов AutoIt AutoIt Obfuscator — это инструмент для модификации исходного кода скриптов AutoIt таким образом, чтобы анализ обфусцированного кода стал крайне затруднительным. Более подробные технические сведения, загрузки и документация доступны по...

6.2AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 12:20 a.m.10 views

PowerShell-Pro-Obfuscator-Python

PowerShell Pro Obfuscator — Offusca e Virtualizza Codice PowerShell PowerShell Pro Obfuscator protegge script .ps1 proprietari con rinomina, crittografia polimorfa di stringhe e interi, appiattimento del flusso di controllo, automi a stati finiti FSA, un motore VM, controlli di integrità...

6.2AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/28 9:48 p.m.4 views

yetAnotherObfuscator

yetAnotherObfuscator Uno strumento di offuscamento in C in grado di bypassare Windows Defender. Ho creato questo strumento principalmente come pretesto per imparare di più su C e su come funzionano gli offuscatori. Questa è una versione alpha , quindi aspettatevi qualche bel bug. Utilizzo: Trasci...

5.9AI score
SaveExploits0
Rows per page
Query Builder