// projects

work & research

A selection of tools, experiments, and ongoing research. Some are public, some are private, all are intentional.

PhantomScan

active

A 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.

GonmapShodan APIJSON
#security#open source

ShadowHook

active

A 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.

PythonasynciomitmproxyBurp Suite
#security#tooling

Vaultbreak

ongoing

CTF challenge writeup collection and toolset. Covers web, pwn, crypto, and reverse engineering categories across major competitions including HackTheBox, picoCTF, and DEF CON qualifiers.

Pythonpwntoolsz3Ghidra
#security#ctf

NoiseMachine

complete

Browser-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.

TypeScriptWeb Audio APICanvasVite
#creative#music

OwlShell

private

A 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.

RustAES-256TCPtokio
#security#red team
private repo

LogDrift

active

Lightweight log analysis CLI that detects anomalous authentication patterns using statistical baselines. Originally built to hunt for lateral movement in enterprise environments.

Pythonpandasscikit-learnRich
#security#blue team