Skip to main content
División Experimental

Una colección de Pruebas de Concepto, fragmentos e investigaciones sin terminar. El código aquí es volátil y se proporciona «tal cual» con fines educativos.

ID: 001
ARCHIVED

Rust Keylogger PoC

A Windows-based keylogger demonstrating the usage of SetWindowsHookEx and proper hook chaining for educational detection analysis.

RustWinAPIUnsafe
VER_ANÁLISIS
ID: 002
ACTIVE

Raw Socket Packet Sniffer

Python script utilizing raw sockets to capture and parse TCP/IP headers manually. Implements basic SYN-scan detection without relying on libpcap.

PythonNetworkingRaw Sockets
VER_ANÁLISIS
ID: 003
CONCEPT

Steganography Tool

LSB (Least Significant Bit) image steganography in Go. Embeds a length-prefixed payload into the red channel of PNG pixels.

GoCryptographyImage Processing
VER_ANÁLISIS
USAR_CÓDIGO_BAJO_TU_PROPIO_RIESGO