Cyber-sec-CTF-writeups
My running collection of DFIR investigations and CTF write-ups. Not just flags — full reconstructions. Memory forensics, pcap analysis, AD attack chains. Methodology documented for every challenge I've solved.
Tools I built, mostly because something was annoying me.
My running collection of DFIR investigations and CTF write-ups. Not just flags — full reconstructions. Memory forensics, pcap analysis, AD attack chains. Methodology documented for every challenge I've solved.
Webcam feed → hand landmark extraction → CNN inference → text output. Recognizes all 26 ASL letters in real time. Includes a word suggestion engine and text-to-speech.
Control your cursor with your hand. No extra hardware. MediaPipe tracks 21 hand landmarks — thumb maps to cursor position, thumb-index pinch triggers a click, two fingers pointing down scrolls.
A Python quiz game built as a clean OOP reference. Multiple question types, scoring, and persistent high scores via file I/O. Useful if you're learning how to structure Python projects properly.