Started as a small exercise where a model could just read and write files. I built it out so the model can call tools on its own — running commands, hitting the network, processing data — and decide what to do next based on the result. Long term I want to push it toward solving easy CTF challenges by itself.
Python, OpenAI SDK, RichHomelab
I run a few self-hosted services on a free Oracle Cloud server and an old Android phone. Xray handles my VPN, Tailscale connects everything privately, and Syncthing keeps files synced across devices, without exposing anything to the public internet.
Linux, Tailscale, System AdministrationAutomated Vulnerability Scanner
A GUI tool that checks websites for common issues like XSS, SQL injection, and HTML injection. It also does basic recon, finding subdomains and scanning ports, so I don't have to run everything by hand.
Python, PyQt6