// projects
work & research
A selection of tools, experiments, and ongoing research. Some are public, some are private, all are intentional.
PhantomScan
activeA modular network reconnaissance tool built in Go. Combines passive OSINT with active scanning and outputs structured JSON for downstream pipeline consumption. Designed for red team engagements where noise matters.
ShadowHook
activeA Python framework for building custom API hooks and traffic interceptors for security testing. Useful for analyzing mobile app backends and proprietary protocols without full proxy support.
Vaultbreak
ongoingCTF challenge writeup collection and toolset. Covers web, pwn, crypto, and reverse engineering categories across major competitions including HackTheBox, picoCTF, and DEF CON qualifiers.
NoiseMachine
completeBrowser-based audio visualizer that reacts to microphone input or audio file playback. Built as a creative coding experiment — canvas-based rendering with FFT analysis and customizable color palettes.
OwlShell
privateA minimal post-exploitation shell written in Rust with encrypted C2 communication. Built for internal red team use. Supports file transfer, command execution, and persistence mechanisms.
LogDrift
activeLightweight log analysis CLI that detects anomalous authentication patterns using statistical baselines. Originally built to hunt for lateral movement in enterprise environments.