Tactical development logs and architectural research. These records document the transition from automated exploitation to custom engine design.
TIMELINE: June 2026 – Present
LANG: Bash
EnumSMB is a weaponized, standalone wrapper written in Bash to automate the SMB file share auditing lifecycle. Moving beyond generic script execution, it abstracts away complex structural formatting constraints to...
Bash
SMB
smbclient
Windows
TIMELINE: May 2026 – Present
LANG: Bash / SQL
EnumMSSQL is a weaponized, standalone post-exploitation wrapper engineered in Bash to automate the entire MSSQL enumeration and lateral movement lifecycle. Moving far beyond generic script execution, it abstracts away complex...
Bash
MSSQL
T-SQL
mssqlclient
TIMELINE: Dec 2025 – Present
LANG: Rust / LLVM
Revenant is a high-performance Dynamic Binary Translation (DBT) framework engineered in Rust. It specializes in the automated deobfuscation of polymorphic and metamorphic malware by lifting opaque binary blobs into LLVM...
Rust
LLVM
Compiler Internals
DBT
AArch64
x86_64
TIMELINE: Apr 2025 – Present
LANG: Zig
Developing a high-performance, deterministic solver engine in Zig, challenging standard heuristic approaches (like Alpha-Beta pruning) via novel state-space reduction.
Zig
SIMD
State-Space Reduction
Retrograde Analysis
Bitboards
TIMELINE: Aug 2023 – Dec 2023
LANG: C++, ASM, PowerShell
Designed and implemented a custom Command & Control (C2) infrastructure to simulate sophisticated adversary behavior in controlled environments.
C++
C2
Malware Dev
EDR Evasion
Windows Internals
TIMELINE: Jan 2023 – March 2023
LANG: Python
A custom exploitation tool written in Python to automate the detection and exploitation of x86 stack-based buffer overflows. This framework was developed at age 15, establishing my foundation in low-level...
Python
x86
ROP Chains
WinDbg
Fuzzing