Skip to main content
Experimental Division

A collection of Proof of Concepts, snippets, and unfinished research. Code here is volatile and provided "as is" for educational purposes.

ID: 001
ARCHIVED

Rust Keylogger PoC

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

RustWinAPIUnsafe
VIEW_ANALYSIS
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
VIEW_ANALYSIS
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
VIEW_ANALYSIS
USE_CODE_AT_OWN_RISK