Projects
A collection of things I've built — from AI systems to drones to backend tools.
#Claude Android Reverse
A Claude Code plugin for pentesting Android apps on a rooted device. It gives the agent hands on a phone — it reads the screen, taps and types, intercepts traffic, and decompiles the APK, working through an app looking for vulnerabilities while you watch. In one session it autonomously reverse-engineered Subway Surfers, hooked the coin logic, and bypassed the anti-cheat. Got 2M+ views on the demo and 50K+ visits on the blog. Watch the demo · Read the thread.
#Kage
A Claude Code plugin that runs a full pentest engagement from inside your coding agent. Point it at a target and it works through recon, deep testing, exploit verification, chain-building, and judging, then writes a consolidated audit report. Every tool runs inside a per-engagement Kali Docker container, so each engagement stays isolated and nothing pentest-related touches your host. Read the write-up.
#AI-Live Streamer
An AI-powered live streamer designed to answer science-related questions for children in the style of Albert Einstein, Elon Musk, and other science figures. Uses a custom-trained LLaMA model, custom AI voice TTS, EmoTalk for lip-sync, and a Unity 3D avatar. AI voice models on HuggingFace.
User input → Custom Trained LLaMA → TTS (custom voice model) → EmoTalk → Unity 3D Model
#TTS-RVC-API
Text-to-speech framework combining Coqui TTS with RVC (Retrieval-Based Voice Conversion) for voice cloning. Train a model with just 2–3 minutes of audio using Hubert for fast fine-tuning.
#OpenCV with DJI Drones
Use OpenCV with any DJI drone to access the real-time camera feed for live streaming, analysis, aerial photography, surveying, and drone-based monitoring.
#WhisCall
A framework for AI WhatsApp calls using Whisper, Coqui TTS, GPT-3.5 Turbo, Virtual Audio Cable, and the WhatsApp Desktop App.
#ESP-32 AI Drone
One of the most challenging projects — an ESP-32 based AI drone built on the crazyflie firmware, with modified IMU and barometer sensors and OpenCV integration for onboard computer vision.
#Raspi VTX System
A Raspberry Pi–based VTX system using packet injection, designed for FPV applications and managing drones, planes, and other UAVs. Demonstrated for military applications.
#Stratospheric Weather Data
A Teensy-based telemetry system using BMI270 (IMU), BMP180/BMP280 sensors, and ELRS for long-range communication. Collected temperature, altitude, pressure, and humidity data. Successfully tested to 20 km altitude. Demonstrated for military applications.