Lucene search
+L

2226 matches found

Kitploit
Kitploit
โ€ขadded 2026/09/05 3:32 p.m.โ€ข5 views

cobaltstrike-sleepmask-yara

cobaltstrike-sleepmask-yara Just a git repo for the sleepmask detection rule i found in https://codex-7.gitbook.io/codexs-terminal-window/blue-team/detecting-cobalt-strike/sleep-mask-kit-iocs tl;dr The tl;dr of it is that these bytes are part of the sleep mask kit unobfuscated .text section itsel...

5.9AI score
SaveExploits0
Kitploit
Kitploit
โ€ขadded 2026/09/05 6:16 a.m.โ€ข8 views

Cronos

Cronos This project was co-authored by Description PoC for a new sleep obfuscation technique based on Ekko leveraging waitable timers to RC4 encrypt the current process and change the permissions from RW to RX to evade memory scanners. A more detailed explanation will be available in the blog pos...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
โ€ขadded 2026/09/05 6:10 a.m.โ€ข5 views

TickTock

TickTock This repository demonstrates a PoC memory scanner for enumerating timer-queue timers as used in Ekko Sleep Obfuscation: https://github.com/Cracked5pider/Ekko. For a full technical walkthrough please see the accompanying blog post here:...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
โ€ขadded 2026/09/05 6:04 a.m.โ€ข7 views

XorStringsNET

XorStringsNET A tool for simple and quick XOR based string encryption of .NET binaries XORStrings implements a simple XOR based cipher, I call RXOR. RXOR does not only encrypt the string but also reverses its character order. Each string is encrypted with a unique key. The arguments used by the...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
โ€ขadded 2026/09/05 5:57 a.m.โ€ข6 views

Payload-Download-Cradles

Payload Download Cradles This are different types of download cradles which should be an inspiration to play and create new download cradles to bypass AV/EPP/EDR in context of download cradle detections. Notice, removing or obfuscating signatures from your download cradle is only one piece of the...

5.9AI score
SaveExploits0References3
OSSF Malicious Packages
OSSF Malicious Packages
โ€ขadded 2026/09/04 10:49 p.m.โ€ข13 views

Malicious code in houdus (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 6f1c6df3b6cf8e44eceecfcd1aa44ee0301e8921b0c5294560c0031c0b17b6e6 The package advertises random-number helpers but its generator.py side-loads houdus/assests/ssd.wav as Python via importlib.util.specfromfilelocation...

6AI score
SaveExploits0References3
Kitploit
Kitploit
โ€ขadded 2026/09/04 10:21 p.m.โ€ข5 views

packer-tutorial

Table of Contents 1. What is a packer? : An introduction into the purpose of packers and a guide through what the development necessities of a packer are. 2. Prerequisites : Tools needed to work with this tutorial. 3. Getting a taste : A demonstration of what you will be building with this...

6.1AI score
SaveExploits0References8
Kitploit
Kitploit
โ€ขadded 2026/09/04 9:59 p.m.โ€ข4 views

blenny

Blenny is a proof-of-concept payload obfuscation tool for Windows which hides executable payload data within the icon of the executable. It is named after the sabre-toothed blenny fish, which mimmicks the behavior and looks of cleaner fish to prey on unsuspecting fish. Why? I can't recall exactly...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
โ€ขadded 2026/09/04 9:57 p.m.โ€ข7 views

dark-doh

dark-doh.exe public version Purpose: Download files via DoH, or download and execute a shellcode not implemented in the public version Run example: dark-doh.exe file1 download google yourdomain.com The supporting python script for DNS zone generation added py-prepzones.py. !!! Disclaimer !!! The...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
โ€ขadded 2026/09/04 9:56 p.m.โ€ข5 views

ropfuscator

Disclaimer ROPfuscator is a research proof of concept and is not intended for production use. The authors do not take any responsibility or liability for the use of the software. Please exercise caution and use at your own risk. ROPfuscator ROPfuscator is a fine-grained code obfuscation framework...

6AI score
SaveExploits0References8
Kitploit
Kitploit
โ€ขadded 2026/09/04 9:55 p.m.โ€ข5 views

PowerShell-Deobfuscation-Exercise

PowerShell Deobfuscation Exercise An exercise to practice deobfuscating PowerShell Scripts. The variable and function name make sense once you deobfuscate a little bit! I think I'm funny ๐Ÿคฃ You can cheat and take out the last line and run the script to get the answer. The PowerPoint walks through...

5.9AI score
SaveExploits0
Kitploit
Kitploit
โ€ขadded 2026/09/04 9:53 p.m.โ€ข6 views

D1rkSleep

D1rkSleep Improved version of EKKO by @5pider that Encrypts only Image Sections. Sleep obfuscation technique that uses CreateTimerQueueTimer Win32 API. Credits: https://github.com/Cracked5pider/Ekko...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
โ€ขadded 2026/09/04 9:49 p.m.โ€ข4 views

Lastenzug

LastenZug This project implements a Socka4a proxy based on websockets. The client component is implemented in C compiling down to fully position independent code PIC. During the compilation process, obfuscation is applied on assembly level by leveraging a second tool: SpiderPIC located in...

6AI score
SaveExploits0
Kitploit
Kitploit
โ€ขadded 2026/09/04 9:44 p.m.โ€ข5 views

PowerShell-Obfuscation-Bible

PowerShell Obfuscation Bible A collection of techniques, examples and a little bit of theory for manually obfuscating PowerShell scripts to bypass signature-based detection, compiled for educational purposes. The contents of this repository are the result of personal research, including reading...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
โ€ขadded 2026/09/04 9:40 p.m.โ€ข7 views

Bin-Finder

Description This tool looks for either the processes that have a certain binary loaded or the processes that don't. This is useful in the following scenarios: It allows to detect processes where an specific EDR/AV dll is not loaded. This could lead to EDR's exception detection. It allows to obtai...

5.9AI score
SaveExploits0References2
EUVD
EUVD
โ€ขadded 2026/09/04 4:41 p.m.โ€ข6 views

EUVD-2026-71486

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to obtain sensitive information due to the use of hardcoded cryptographic constants to obfuscate encryption keys...

4.4CVSS5.3AI score0.0007EPSS
SaveExploits0References1
Cvelist
Cvelist
โ€ขadded 2026/09/04 4:41 p.m.โ€ข31 views

CVE-2026-16693 IBM i is Affected By Cryptographic Algorithm Weakness in DCM []

IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to obtain sensitive information due to the use of hardcoded cryptographic constants to obfuscate encryption keys...

4.4CVSS0.0007EPSS
SaveExploits0References1
Kitploit
Kitploit
โ€ขadded 2026/09/04 1:24 p.m.โ€ข5 views

awesome-mba

This repo includes links relevant to Mixed Boolean-Arithmetic MBA obfuscation. PRs are welcome. Note that some resources here are not strictly related to MBA, though all are relevant in some way. Papers Information Hiding in Software with Mixed Boolean-Arithmetic Transforms Obfuscation with Mixed...

5.9AI score
SaveExploits0References29
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:29 a.m.โ€ข6 views

WebSafeCompiler

WebSafeCompiler WSC WebSafeCompiler WSC is an advanced utility websites compiler designed for the optimization, minification, and obfuscation if you need it of web applications and websites using Node.js. It enhances your web assets by reducing file sizes or providing durable protection against...

5.8AI score
SaveExploits0
Kitploit
Kitploit
โ€ขadded 2026/09/04 7:12 a.m.โ€ข8 views

obfus.h

obfus.h obfus.h is a macro-only library for compile-time obfuscating C applications, designed specifically for the Tiny C tcc you can download it here - Tiny-C-Compiler/releases. It is tailored for Windows x86 and x64 platforms and supports almost all versions of the compiler. Very reliable armor...

5.9AI score
SaveExploits0References8
Rows per page
Query Builder