I'm a computer science student at VIT Bhopal, specializing in cybersecurity and digital forensics. I spend a lot of my free time learning, playing CTFs, and running things on my own Linux servers. Lately I've also been building small AI agents that can use security tools on their own.

Projects

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, Rich

Homelab

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 Administration

Automated 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

Writings

CTF writeups, notes on what I'm learning, and the occasional article.

Read the writings →