68 matches found
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...
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...
Intensio-Obfuscator
Intensio-Obfuscator 프로젝트 더 이상 유지되지 않음 모든 기여자에게 감사드립니다 이게 무엇인가? Intensio-Obfuscator 도구는 파이썬 소스 코드를 가져와 난독화된 파이썬 코드로 변환합니다 모든 변수/클래스/함수/파일 이름을 정의된 길이의 무작위 문자열로 대체 한 다음 모든 문자를 16진수 값으로 변환 삭제 모든 주석, 모든 공백 라인 패딩 무작위 코드 조각/함수/클래스를 항상 다른 값으로 추가 어떤 목적인가? 파이썬 프로그램의 읽기와 이해를 방지하거나 지연시키기 위한 높은 수준의 난독화 계층을...
Invoke-Obfuscation
Invoke-Obfuscation v1.8 소개 Invoke-Obfuscation은 PowerShell v2.0+ 호환 PowerShell 명령 및 스크립트 난독화 도구입니다. 배경 2015년 가을, 저는 PowerShell 언어의 유연성을 연구하기 시작했고 공격자들이 정기적으로 사용하는 몇 가지 일반적인 기술을 수행하는 다양한 방법을 목록화하기 시작했습니다. 처음에는 인코딩된 명령과 원격 다운로드 크래들cradle 구문에 초점을 맞추면서, 명령 실행을 방해하지 않는 다양한 이스케이프 문자들이 실행 중인 프로세스와 Securi...
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...
yetAnotherObfuscator
yetAnotherObfuscator Windows Defender アンチウイルスを回避できるC難読化ツールです。このツールは主に、Cと難読化の仕組みについて学ぶための口実として作成しました。 これはアルファ リリースです。多少のバグがあると思ってください。 使い方: C の exe を yetAnotherObfuscator.exe にドラッグ&ドロップしてください。 または、C の exe を引数として指定します: root@kitploit: .\yetAnotherObfuscator.exe 貢献者 ✨ @Resit...
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を取得する - ローダーをディスクにドロップする - そのローダーにランダムなセクションを追加する -...
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...
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:...
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 ...
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...
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...
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...
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,...
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 -...
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...
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...
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...