Lucene search
+L

68 matches found

Kitploit
Kitploit
added 2026/08/27 4:38 p.m.3 views

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

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/27 4:38 p.m.2 views

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

5.4AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/27 4:33 p.m.3 views

Intensio-Obfuscator

Intensio-Obfuscator 프로젝트 더 이상 유지되지 않음 모든 기여자에게 감사드립니다 이게 무엇인가? Intensio-Obfuscator 도구는 파이썬 소스 코드를 가져와 난독화된 파이썬 코드로 변환합니다 모든 변수/클래스/함수/파일 이름을 정의된 길이의 무작위 문자열로 대체 한 다음 모든 문자를 16진수 값으로 변환 삭제 모든 주석, 모든 공백 라인 패딩 무작위 코드 조각/함수/클래스를 항상 다른 값으로 추가 어떤 목적인가? 파이썬 프로그램의 읽기와 이해를 방지하거나 지연시키기 위한 높은 수준의 난독화 계층을...

5.4AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/27 1:24 p.m.3 views

Invoke-Obfuscation

Invoke-Obfuscation v1.8 소개 Invoke-Obfuscation은 PowerShell v2.0+ 호환 PowerShell 명령 및 스크립트 난독화 도구입니다. 배경 2015년 가을, 저는 PowerShell 언어의 유연성을 연구하기 시작했고 공격자들이 정기적으로 사용하는 몇 가지 일반적인 기술을 수행하는 다양한 방법을 목록화하기 시작했습니다. 처음에는 인코딩된 명령과 원격 다운로드 크래들cradle 구문에 초점을 맞추면서, 명령 실행을 방해하지 않는 다양한 이스케이프 문자들이 실행 중인 프로세스와 Securi...

5.4AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/27 2:31 a.m.26 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/08/27 12:51 a.m.2 views

the-poor-mans-obfuscator

...

5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/27 12:38 a.m.2 views

yetAnotherObfuscator

yetAnotherObfuscator Windows Defender アンチウイルスを回避できるC難読化ツールです。このツールは主に、Cと難読化の仕組みについて学ぶための口実として作成しました。 これはアルファ リリースです。多少のバグがあると思ってください。 使い方: C の exe を yetAnotherObfuscator.exe にドラッグ&ドロップしてください。 または、C の exe を引数として指定します: root@kitploit: .\yetAnotherObfuscator.exe 貢献者 ✨ @Resit...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/27 12:22 a.m.2 views

PE-Obfuscator

PE-Obfuscator Evasionを考慮したPE難読化ツールです。RTCore64ドライバーを読み込むには 管理者権限 が必要です。 ビデオ: https://user-images.githubusercontent.com/123980007/234171901-c1eb735e-ceca-481d-9310-02ba30f6836b.mp4 難読化ツール: root@kitploit: - リモートサーバーからXORされたFileless PEを取得する - ローダーをディスクにドロップする - そのローダーにランダムなセクションを追加する -...

5.4AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/26 9:50 p.m.2 views

Invoke-Stealth

Invoke-Stealth ist ein einfacher und leistungsstarker PowerShell-Skript-Verschleierer. Dieses Tool hilft Ihnen, den Verschleierungsprozess jedes in PowerShell geschriebenen Skripts mit verschiedenen Techniken zu automatisieren. Sie können jede davon einzeln, zusammen oder alle nacheinander...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/26 9:42 p.m.2 views

onelinepy

onelinepy Offuscatore Python per codice Python FUD. Download ed Esecuzione root@kitploit: git clone https://github.com/spicesouls/onelinepy cd onelinepy chmod +x setup.sh ./setup.sh onelinepy Guida all'uso root@kitploit: | || | . | | -| | | | -| . | | |Python |||||||||| | |Obfuscator || || uso:...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/26 8:38 p.m.336 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/08/26 7:41 p.m.2 views

Supernova

Supernova Crittografo e offuscatore di shellcode. Descrizione Supernova è uno strumento open-source che consente agli utenti di criptare e/o offuscare in modo sicuro il proprio shellcode grezzo. -red?link=https%3A%2F%2Fgithub.com%2Fnickvourd%2FSupernova%2Freleases Supernova supporta diverse...

5.4AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/26 7:36 p.m.2 views

Obfuscator

Obfuscator Il programma è progettato per offuscare lo shellcode. Attualmente lo strumento supporta 2 tipi di crittografia. root@kitploit: 1 XOR 2 AES Lo strumento accetta shellcode in 4 formati. root@kitploit: 1 base64 2 hex 3 c 4 raw Utilizzo da riga di comando root@kitploit: Usage Description...

5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 6:29 p.m.183 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/08/25 1:20 p.m.2 views

ASM-Obfuscator

ASM-Obfuscator Fortgeschrittener x86-64-Assembly-Obfuskator. Beschreibung Der Assembly-Code-Obfuskator ist ein leistungsstarkes und vielseitiges Werkzeug, das entwickelt wurde, um die Sicherheit Ihres x86-64-Assembly-Codes zu erhöhen. Es schützt Ihre Projekte vor Reverse Engineering und Analyse,...

5.6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/24 9:16 p.m.107 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.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/24 12:40 p.m.2 views

egodeath

egodeath Questo progetto non raggiunge l'offuscamento indistinguibile. Non dovresti usare questo prodotto per proteggere segreti. Serve a scoraggiare il reverse engineering, non a prevenirlo Un offuscatore JavaScript progettato per rendere il codice estremamente difficile da leggere e analizzare...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/21 3:39 a.m.3 views

LoGiC.NET

Einführung LoGiC.NET ist ein kostenloser und quelloffener .NET-Obfuskator, der dnlib verwendet. Er wird derzeit neu geschrieben. Abhängigkeiten dnlib v3.6.0...

5.3AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/01/12 12:00 a.m.12 views

InvisibleJS JavaScript Hiding Tool

Welcome to InvisibleJS, an experimental tool for hiding your JavaScript source code in plain sight using zero-width characters. This repository features two distinct versions of the obfuscator, tailored for different execution environments...

7.2AI score
SaveExploits0
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2025-10326

Malicious code in bioql PyPI...

6.4CVSS7.3AI score0.00237EPSS
SaveExploits0References4
Rows per page
Query Builder