Lucene search
+L

168 matches found

Kitploit
Kitploit
added 2026/09/09 6:52 a.m.7 views

SilentMoonwalk

SilentMoonwalk Implementación de PoC de un spoofeador de pila de llamadas completamente dinámico TL;DR SilentMoonwalk es una implementación de PoC de un spoofeador de pila de llamadas completamente dinámico, que implementa una técnica para eliminar el llamante original de la pila de llamadas,...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 4:55 a.m.6 views

RtlHijack

RtlHijack A repository with scripts to demonstrate alternative Read and Write primitives using Rtl functions the unintended way. RtlFillMemory.c RtlFillMemory takes three arguments: a pointer to the destination memory, the number of bytes to write, and a single byte value. Writes only a byte into...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 3:13 a.m.9 views

gftrace

gftrace Una herramienta de línea de comandos para rastrear llamadas a la API de Windows en binarios de Golang. Nota: Esta herramienta es un PoC y un prototipo en desarrollo, así que por favor trátela como tal. ¡Los comentarios son siempre bienvenidos! ¿Cómo funciona? Aunque los programas Golang...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/09 3:13 a.m.52 views

gftrace

gftrace A command line Windows API tracing tool for Golang binaries. Note: This tool is a PoC and a work-in-progress prototype so please treat it as such. Feedbacks are always welcome! How it works? Although Golang programs contains a lot of nuances regarding the way they are built and their...

6.1AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/09 2:38 a.m.7 views

frida-wshook

frida-wshook frida-wshook es una herramienta de análisis e instrumentación que utiliza frida.re para hookear funciones comunes a menudo utilizadas por archivos de script maliciosos que se ejecutan mediante WScript/CScript. La herramienta intercepta funciones de la API de Windows y no implementa...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 2:27 a.m.7 views

go-shellcode

go-shellcode go-shellcode es un repositorio de ejecutores de Shellcode de Windows y utilidades de soporte. Las aplicaciones cargan y ejecutan Shellcode utilizando varias llamadas API o técnicas. Los ejecutores de Shellcode disponibles incluyen: CreateFiber CreateProcess CreateProcessWithPipe...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 1:28 a.m.5 views

instrumentation_callbacks

instrumentationcallbacks Instrumentation callbacks are quite a fun undocumented part of Windows. All the code in this repository is released under the MIT license. This repository uses google style C++ spacing. PRs are welcome if you find issues, bugs, or believe a specific feature should be adde...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 12:55 a.m.5 views

WhoamiAlternatives

Alternativas a whoami Algunos experimentos para obtener el nombre de usuario actual sin llamar a whoami.exe o binarios similares. Método 1: PRTLUSERPROCESSPARAMETERS Obtener las variables de entorno de la estructura PEB y analizarlas para encontrar el nombre de usuario. La función...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/08 4:56 p.m.8 views

windows-api-function-cheatsheets

Windows API Function Cheatsheets Contact 🌨️ Snowcrash: [email protected] Table of Contents Windows API Function Cheatsheets File Operations Process Management Memory Management Thread Management Dynamic-Link Library DLL Management Synchronization Interprocess Communication Windows Hooks...

6.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 3:26 p.m.7 views

InjectProc

InjectProc Process injection is a very popular method to hide malicious behavior of code and are heavily used by malware authors. There are several techniques, which are commonly used: DLL injection, process replacement a.k.a process hollowing, hook injection and APC injection. Most of them use...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/08 11:27 a.m.9 views

dynmx

dynmx 原型 dynmx (读作 dynamics )是一种基于签名的检测方法,用于基于Windows API调用序列的行为恶意软件特征。简而言之,你可以将 dynmx 视为用于API调用跟踪(所谓的函数日志)的YARA,这些跟踪来自恶意软件沙箱。因此,检测方法的数据基础不是静态分析的恶意软件样本本身,而是在恶意软件沙箱中对恶意软件样本进行动态分析期间生成的数据。目前, dynmx 支持以下恶意软件沙箱的函数日志: VMRay(函数日志,文本和XML格式) CAPEv2(report.json文件) Cuckoo(report.json文件) 该检测方法在硕士论文《基于Windows...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/08 11:27 a.m.38 views

dynmx

dynmx Prototype dynmx spoken dynamics is a signature-based detection approach for behavioural malware features based on Windows API call sequences. In a simplified way, you can think of dynmx as a sort of YARA for API call traces so called function logs originating from malware sandboxes. Hence,...

6.4AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/08 11:27 a.m.107 views

maldev-for-dummies

Malware Development for Dummies In the age of EDR, red team operators cannot get away with using pre-compiled payloads anymore. As such, malware development is becoming a vital skill for any operator. Getting started with maldev may seem daunting, but is actually very easy. This workshop will sho...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 11:13 a.m.155 views

applepie

applepie, a hypervisor implementation for Bochs Hello! Welcome to applepie! This is a tool designed for fuzzing, introspection, and finding bugs! This is a hypervisor using the Windows Hypervisor Platform API present in recent versions of Windows specifically this was developed and tested on...

6.2AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 5:59 a.m.7 views

CVE-2022-29072

INFORMATION I haven't posted any poc code anywhere for privilege escalation attack. The poc codes found have nothing to do with privilege escalation. For your information. About 7-zip 7-Zip is a free and open-source file archiver. The command line version of 7-Zip is also available for Unix-like...

7.8CVSS7.5AI score0.01536EPSS
SaveExploits8References2
Kitploit
Kitploit
added 2026/09/06 5:25 p.m.5 views

Nim_DInvoke

Nim DInvoke D/Invoke implementation in Nim All Nim binaries typically expose the same 58-60 Windows API functions: All other Windows API functions are typically resolved on runtime via GetProcAddress and LoadLibraryA as mentioned in OffensiveNim or this blog post. So, it's not possible to hide AP...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/05 5:34 p.m.6 views

EDRs

EDRs This repo contains information about EDRs that can be useful during red team exercise. patchsyscalldynamically64.c This proof-of-concept is resolving the syscall ID dynamically no need to check the version running on the remote host. To get the information on disk not tampered a call to...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 3:39 a.m.8 views

flare-ida

Reemplazos de Funciones de Code Grafter Acerca de Code Grafter Code Grafter es un script de IDA Python que permite usar el Modo Bochs IDB de IDA Pro para emular código que importa funciones de la API de Windows. Los entornos de emulación como el modo Bochs IDB no resuelven ni emulan funciones...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 2:36 a.m.10 views

windows-api-function-cheatsheets

Windows API Function Cheatsheets Contact 🌨️ Tetsuo: https://www.x.com/tetsuo Table of Contents Windows API Function Cheatsheets File Operations Process Management Memory Management Thread Management Dynamic-Link Library DLL Management Synchronization Interprocess Communication Windows Hooks...

6.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 2:27 a.m.6 views

delete-self-poc

🗑️ delete-self-poc The delete-self-poc is a demonstration of a method to delete a locked executable or currently running file from disk. This concept was initially discovered by Jonas Lykkegaard, and I have created the proof of concept POC for it. Additionally, it can be used to delete locked file...

5.9AI score
SaveExploits0
Rows per page
Query Builder