5323 matches found
binprotect
Instrucciones de compilación Vea 4. Compilación para obtener instrucciones de compilación. Contenido 1. Introducción 2. Reescritor binario 2.1. Seguimiento de direcciones relativas 2.2. Desensamblado 2.2.1. División de bloques básicos 2.2.2. Flujo de control indirecto 2.2.2.1. Tablas de saltos...
BLUESPAWN
BLUESPAWN 代码状态 我们的使命 BLUESPAWN 帮助蓝队实时监控系统,通过检测异常活动来抵御活跃攻击者。 什么是 BLUESPAWN BLUESPAWN 是一款主动防御 和端点检测与响应工具 ,防御者可以使用它快速检测 、识别 并清除 整个网络中的恶意活动和恶意软件。 参与项目并贡献 想帮助 BLUESPAWN 更有效地定位和阻止恶意软件吗?加入我们的 BLUESPAWN Discord 服务器,协助开发,或者只是提出功能建议或报告 Bug。无需经验——没有比直接参与更好的学习开发或安全的方式了! 如果您想贡献代码,可以从查看我们的 wiki 页面 设置开发环境...
upx
ooooo ooo ooooooooo. ooooooo ooooo 888' 8' 888 Y88. 8888 d8' 888 8 888 .d88' Y888..8P 888 8 888ooo88P' 8888' 888 8 888 .8PY888. 88. .8' 888 d8' 888b YbodP' o888o o888o o88888o root@kitploit: The Ultimate Packer for eXecutables Copyright c 1996-2026 Markus Oberhumer, Laszlo Molnar & John Reiser...
RustChain
描述 该工具是一个简单的概念验证,演示如何利用ROP链结合硬件断点隐藏内存工件。ROP链会在休眠(即调用Sleep函数时)将主模块内存页的保护属性更改为N/A。有关此内存扫描逃避技术的更详细信息,请查看原始项目 Gargoyle。仅限 x64 。 其思路是在 kernel32!Sleep 上设置一个硬件断点,并设置一个新的顶层异常过滤器来处理异常。当 Sleep 被调用时,之前设置的异常过滤器函数被触发,使我们能够在无需使用经典函数钩子的情况下调用 ROP 链。这样,我们就避免了在与已知 DLL 相关的进程中留下奇怪且不寻常的私有内存区域。 ROP 链仅需调用 VirtualProtec...
cve-2016-7255_x86_x64
cve-2016-7255 x86, x64 portando CVE-2016-7255 a x86 con fines educativos. código de referencia https://github.com/rlarabee/exploits/tree/master/cve-2016-7255...
inject-assembly
inject-assembly - Execute .NET in an Existing Process This tool is an alternative to traditional fork and run execution for Cobalt Strike. The loader can be injected into any process, including the current Beacon. Long-running assemblies will continue to run and send output back to the Beacon,...
Chaos-Rootkit
Chaos-Rootkit Chaos-Rootkit es un rootkit x64 Ring 0 que escribí para comprender mejor el funcionamiento interno del kernel y las técnicas de rootkits. Versión GUI Características Ocultar procesos: Esta función te permite ocultar procesos de las herramientas de listado mediante DKOM. Elevar...
nimcrypt
nimcrypt Un cargador de shellcode de Sliver escrito en Nim dirigido a Windows x64. Dos variantes que cubren las dos situaciones de entrega más comunes. Probado contra Windows Defender con protección en tiempo real habilitada. Variantes stager Lee un blob de shellcode cifrado del disco, lo descifr...
EagleVM
EagleVM Entorno de pruebas para generar código x64 protegido por máquina virtual. Desglose del proyecto EagleVM Aplicación principal de protección que virtualiza código. EagleVM.Core Librería estática utilizada por EagleVM que proporciona toda la funcionalidad de virtualización y análisis...
pcileech
PCILeech Summary: PCILeech uses PCIe hardware devices to read and write target system memory. This is achieved by using DMA over PCIe. No drivers are needed on the target system. PCILeech also works without hardware together with a wide range of software memory acqusition methods supported by the...
cve-2016-0095-x64
cve-2016-0095-x64 Windows 7 Ultimate Ultimate x64 PoC de cve-2016-0095MS16-034 Un novato comienza a aprender sobre CVE, referencias: https://whereisk0shl.top/ssctfpwn450windowskernelexploitationwriteup.html, y el código del experto k0shl de https://github.com/k0keoyo/SSCTF-pwn450-ms16-034-writeup...
CVE-2018-8120
CVE-2018-8120 Exploit de LPE para Windows del CVE-2018-8120 Compatible con x32 y x64. Probado en: Win7 x32, Win7 x64, Win2008 x32, Win2008 R2 x32, Win2008 R2 x64. Uso root@kitploit: CVE-2018-8120 exploit by @unamerhttps://github.com/unamer Usage: exp.exe command Example: exp.exe "net user admin...
vmpdump
VMPDump 一个动态VMP转储和导入修复工具,基于VTIL。适用于VMProtect 3.X x64。 前后对比 用法 VMPDump.exe "" -ep= -disable-reloc 参数: :目标进程的ID,十进制或十六进制形式。 :要转储和修复的模块名称。如果希望使用进程映像模块,可以传入空字符串""。 -ep=:可选提供的入口点RVA,十六进制形式。VMPDump将用此值覆盖可选头中的入口点。 -disable-reloc:可选设置,指示VMPDump在输出映像中标记重定位已被剥离,强制映像加载到转储的ImageBase。如果需要可运行的转储,这很有用。...
CVE-2018-8120
CVE-2018-8120 Exploit LPE para Windows Compatible con x32 y x64. Probado en: Win7 x32, Win7 x64, Win2008 x32, Win2008 R2 x32, Win2008 R2 Datacenter x64, Win2008 Enterprise x64. Uso root@kitploit: CVE-2018-8120 exploit by @unamerhttps://github.com/unamer Usage: exp.exe command Example: exp.exe "ne...
IronPE
IronPE - 用 Rust 编写的最小 Windows PE 手动加载器。 Rust PE 加载器 / 手动映射实现 IronPE 是一个用 Rust 编写的最小 Windows PE 手动加载器,支持 x86 和 x64 PE 文件。 该项目是我之前项目 dotNetPELoader 的 Rust 重实现 ,该项目用 C 实现了一个手动 PE 加载器。 IronPE 的目标是探索 Windows 内部如何加载可移植可执行文件 PE,并演示如何用 Rust 实现这一过程。 Waaaahhhhhhh! 如果您觉得这个项目有用或有趣,欢迎点个 ⭐! 免责声明 本项目仅用于 教育和研究目的...
windbg-decompile-ext
Extensión de Descompilación de Windbg vía LLM Este proyecto es un esqueleto de extensión de WinDbg para Windows x64 que resuelve una función por nombre o dirección, reconstruye una vista de flujo de control determinista, y solicita directamente a un LLM desde la extensión para producir...
r2frida
r2frida Radare2 and Frida better together Description Self-contained plugin for radare2 that ships frida and allows to instrument local or remote processes using r2 commands instead but not limited to Frida scripts. The radare project provides a complete toolchain for reverse engineering, it's...
ICMP-Ghost-A-Fileless-x64-Assembly-C2-Agent
root@kitploit: |\ |\ |\ |\ |\ |\ \ |\ |\ \ \ \ | \ \ \\ \ \ |\ \ \ || \ | \ \ |||\ \ \ \ \ \ \ \ \ \\ \ \ \ \ \ \ \ \ \ \ \ \ \ |\ \ \ \ \ \ \ \\ ||\ \ \ \ \ \ \ |\ \ \ \ \ \ \ \\ \ \ \ \ \\ ||||||||\ || ||| || Implante C2 sin archivos, en ensamblador x64 puro,...
awesome-ida-x64-olly-plugin
Awesome IDA, Ghidra, x64DBG, GDB & OllyDBG plugins Una lista seleccionada de plugins de IDA, x64DBG, Ghidra, GDB y OllyDBG. IDA es un potente desensamblador y depurador que permite analizar binarios; también incluye un descompilador. X64DBG es un depurador open-source de x64/x32 para Windows...
CrystalSliver
crystal-kit-sliver Kit de evasión Crystal Palace portado a Sliver C2. Esta es la primera versión pública del port de Crystal-Kit Cobalt Strike de rasta-mouse a Sliver. Sigue el mismo patrón cruzado entre C2 probado por Crystal-Kit-Xenon Mythic. Licencia: MIT — Derechos de autor c 2026 Simone...