Experimental Division
E109YUH
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 analyze TCP/IP headers. Implements basic signature matching for identifying SYN scans.
PythonNetworkingScapy
VIEW_ANALYSIS ID: 003
CONCEPT
Steganography Tool
LSB (Least Significant Bit) image steganography implementation in Go. Hides encrypted payloads within PNG pixel data.
GoCryptographyImage Processing
VIEW_ANALYSIS MORE_EXPERIMENTS_PENDING...
USE_CODE_AT_OWN_RISK