
Hacking a hospital
The hospital's IT guy bet my dad dinner that I couldn't hack their system. I took the challenge and found a way into their medical imaging system.

Security writeups and build logs, with code and the problems I ran into along the way.

The hospital's IT guy bet my dad dinner that I couldn't hack their system. I took the challenge and found a way into their medical imaging system.

Three weeks and 1,739 lines of Java to beat other bots at a board game. How I built ChokerJoker and made it search the endgame before the clock ran out.

Buy me a beer and I'll drink it on camera for you. Building ilia.beer involved learning PHP, fighting video compression, and hosting the backend on a Raspberry Pi.

All I needed to get into someone's housing account was their email address. Here's the login bug I found in my student housing portal.

What does it take to load and run an EXE yourself? I wrote a small PE loader in C, from reading the file headers to jumping into its code.