Projects
Tools, exploits, and things I've built.
Argus — Autonomous Pentesting Agent
completedGraph-driven autonomous pentesting agent built for the AMD Developer Hackathon — weighted attack graphs, NVD/FIRST/CISA KEV enrichment pipeline, Dijkstra/A* pathfinding over exploit frontier, ReAct agent loop with MCP-style LLM-agnostic tool interface.
View →Co-Built for the **AMD Developer Hackathon 2026**. Argus models penetration testing engagements as a weighted attack graph using `networkx`, with hosts, services, vulnerabilities, credentials, and pr...
commentsExtractor — Chrome Extension
completedManifest V3 browser extension that extracts HTML, CSS, and JavaScript comments from live pages for security reconnaissance and information disclosure assessments.
View →A Manifest V3 Chrome extension for security assessments. Extracts HTML/CSS/JS comments from live web pages — useful for recon during penetration tests to uncover sensitive information disclosure, dev...
Quadruped Spider Robot
completed3D-printed quadruped robot in C++ (ESP32) — OOP architecture, MQTT over Wi-Fi remote control, servo kinematics and walking gait algorithms. 2nd-year preparatory-cycle project at ESI-SBA.
View →Co-developed as part of the **2CP Project at ESI-SBA**. A 3D-printed quadruped spider robot built on ESP32 with an object-oriented C++ architecture: `Leg`, `Movement`, and `Spider` classes. Communica...
CTF Writeups & Payloads
activeCTF writeups, reverse shells, enumeration scripts, and privilege escalation checklists — documented methodologies and payloads from various competitions and labs.
View →Public collection of CTF writeups, custom reverse shell one-liners, enumeration scripts, and privilege escalation checklists. Covers Linux and Windows targets across multiple platforms. Serves as bot...