Lucene search
+L

49 matches found

Kitploit
Kitploit
added 2026/09/16 1:51 a.m.7 views

BeatRev

BeatRev Version 2 Disclaimer/Liability The work that follows is a POC to enable malware to "key" itself to a particular victim in order to frustrate efforts of malware analysts. I assume no responsibility for malicious use of any ideas or code contained within this project. I provide this researc...

5.8AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/15 10:14 p.m.9 views

OffensiveRust

OffensiveRust My experiments in weaponizing Rust for implant development and general offensive operations. Table of Contents OffensiveRust Why Rust? Examples in this repo Compiling the examples Compiling the examples in this repo Cross Compiling Optimizing executables for size Pitfalls I found...

5.8AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/15 9:27 p.m.311 views

nimcrypt

nimcrypt Nimcrypt is a .NET PE Crypter written in Nim, based entirely on the work of @byt3bl33d3r's OffensiveNim project: https://github.com/byt3bl33d3r/OffensiveNim This tool was inspired by @S3cur3Th1sSh1t's blog post a few months ago, as it's essentially just a full PoC of what he presented:...

5.8AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/15 8:21 p.m.45 views

faxhell

faxhell "Fax Shell" A Proof-of-Concept bind shell using the Fax service and a DLL hijack based on Ualapi.dll. See our writeup at: https://windows-internals.com/faxing-your-way-to-system/ How to use Build Ualapi.dll and place in c:\windows\system32 Start the Fax service, which will load the DLL an...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 8:16 p.m.13 views

LightsOut

LightsOut LightsOut will generate an obfuscated DLL that will disable AMSI & ETW while trying to evade AV. This is done by randomizing all WinAPI functions used, xor encoding strings, and utilizing basic sandbox checks. Mingw-w64 is used to compile the obfuscated C code into a DLL that can be...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 7:51 p.m.12 views

AsmLdr

AsmLdr: Un cargador de shellcode dinámico para Windows x64 Descripción general AsmLdr es un cargador de shellcode avanzado implementado en lenguaje ensamblador x64, diseñado para entornos Windows x64. Su propósito principal es ejecutar payloads cifrados mientras minimiza la detección por parte de...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 7:26 p.m.5 views

shad0w

SHAD0W SHAD0W は、成熟した環境で正常に動作するように設計されたモジュール式 C2 フレームワークです。 EDR や AV を回避するためのさまざまな手法を使用し、オペレーターは使い慣れたツールやトレードクラフトを引き続き使用できます。Python 3.8 と C で動作し、ペイロード生成には Donut を使用します。Donut と SHAD0W のプロセスインジェクション機能を組み合わせることで、オペレーターは .NET アセンブリ、DLL、EXE、JS、VBS、XSL を完全にメモリ内で実行できます。ユーザーランド API フッキングを回避するために動的に解決される...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 5:33 p.m.8 views

CarbonCopy

CarbonCopy A tool which creates a spoofed certificate of any online website and signs an Executable for AV Evasion. Works for both Windows and Linux Prerequisites In order to use it on Linux, please execute commands below: root@kitploit: apt-get install osslsigncode pip3 install pyopenssl...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 5:21 p.m.7 views

zombie-zip

Zombie ZIP ZIP 格式混淆技术,可绕过 98% 的杀毒引擎。 CVE-2026-0866 | VU976247 | 发布于 2026 年 3 月 10 日 技术原理 创建一个 ZIP 文件,其中: root@kitploit: Compression Method = 0 STORED Actual data = DEFLATE compressed CRC-32 = Checksum of uncompressed payload root@kitploit: AV Engine: Reads Method 0 → Scans compressed noise → No...

7.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 4:27 p.m.14 views

PolyEngine

PolyEngine — Polymorphic PE Packer 📦 PolyEngine is a research-grade, evasive PE packer designed for CTF challenges and low-level Windows security education. It focuses on bypassing EDR and AV heuristics through a layered stack of in-memory execution and obfuscation techniques. This is a side...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 3:36 p.m.5 views

acheron

概要 Acheron は、SysWhisper3 / FreshyCalls / RecycledGate に着想を得たライブラリで、ほとんどの機能が Go アセンブリで実装されています。 acheron パッケージを使用すると、Golang のトレードクラフトに間接システムコール機能を追加し、ユーザーモードフックや インストルメンテーションコールバック を利用して、ntdll.dll に戻らない異常なシステムコールを検出する AV/EDR をバイパスできます。 主な機能 依存関係なし Pure Go と Go アセンブリによる実装...

5.8AI score
SaveExploits0References16
Kitploit
Kitploit
added 2026/09/15 3:36 p.m.221 views

acheron

About Acheron is a library inspired by SysWhisper3/FreshyCalls/RecycledGate, with most of the functionality implemented in Go assembly. acheron package can be used to add indirect syscall capabilities to your Golang tradecraft, to bypass AV/EDRs that makes use of usermode hooks and instrumentatio...

5.7AI score
SaveExploits0References16
Kitploit
Kitploit
added 2026/09/15 3:23 p.m.9 views

BetterXencrypt

root@kitploit: \ \ / |/ | \ / / ../ | | | // \ \ / \ \ // \ / / \ | | /\ | || \ | //\ \ | /\ | / || /|| / / / / / / / / || BetterXencrypt A better version of Xencrypt.Xencrypt it self is a Powershell runtime crypter designed to evade AVs. cause Xencrypt is not FUD anymore and easily get...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 2:34 p.m.9 views

Salsa-tools

root@kitploit: / / / / / / / / \ / / / / / / / / / / / / / / // / // / / / / // / // / //,///,/ // //// Salsa Tools - An AV-Safe Reverse Shell dipped on bellota sauce Salsa Tools is a collection of three different tools that combined, allows you to get a reverse shell on steroids in any...

6.3AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 2:14 p.m.8 views

BadAssMacros

BadAssMacros Description Proof of Concept tool to generate malicious macros leveraging techniques like VBA Purging and Shellcode Obfuscation to evade AV engines. This tool takes in raw shellcode that can be generated by popular C2 frameworks like Metasploit,Cobalt Strike etc and outputs a VBA...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 1:19 p.m.7 views

MaliciousMacroGenerator

Malicious Macro Generator Utility Simple utility design to generate obfuscated macro that also include a AV / Sandboxes escape mechanism. Requirement root@kitploit: Python 2.7 Usage root@kitploit: MMG.Malicious Macro Generator v2.0 - RingZer0 Team Author: Mr.Un1k0d3r [email protected] Usage:...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 12:10 p.m.11 views

bincrypter

为你的程序提供隐私与版权保护 使用 BASH 编写的 Linux 二进制运行时加密器! 混淆并加密任意 ELF 二进制文件 混淆并加密任意 SHELL 脚本 AV/EDR 克星:每次都会变形并生成不同特征 100% 内存运行,无临时文件 不污染文件系统 对同一二进制文件(或其自身)进行双重或三重加密 生成的二进制文件经过深度混淆(string 只能看到乱码) Living off the Land(LotL):仅需 /bin/sh + perl + openssl 架构无关:适用于 x8664、aarch64、arm6、mips 等... 锁定...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 10:34 a.m.8 views

Cloakify

CloakifyFactory CloakifyFactory & Cloakifyツールセット - データの秘匿流出と浸透を平然と実行; DLP/MLSデバイスの回避; アナリストへのソーシャルエンジニアリング; データホワイトリスト制御の無効化; AV検出の回避。リストを使用したテキストベースのステガノグラフィ。あらゆるファイルタイプ(例:実行可能ファイル、Office、Zip、画像)を日常的な文字列のリストに変換します。非常にシンプルなツール、強力なコンセプト、制限はあなたの想像力だけです。...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 10:33 a.m.11 views

OffensiveVBA

OffensiveVBA In preparation for a VBS AV Evasion Stream/Video I was doing some research for Office Macro code execution methods and evasion techniques. The list got longer and longer and I found no central place for offensive VBA templates - so this repo can be used for such. It is very far away...

5.9AI score
SaveExploits0References22
Kitploit
Kitploit
added 2026/09/15 10:14 a.m.11 views

ROPInjector

ROPInjector A tool written in C Win32 to convert any shellcode in ROP and patch it into a given portable executable PE. It supports only 32-bit target PEs and the x86 instruction set. Published in Blackhat USA 2015, "ROPInjector: Using Return Oriented Programming for Polymorphism and Antivirus...

6AI score
SaveExploits0
Rows per page
Query Builder