Projects

Tools, exploits, and things I've built.

Argus — Autonomous Pentesting Agent

completed

Graph-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.

pentestaiagentgraphnetworkxnvdcvssmitre-attack
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

completed

Manifest V3 browser extension that extracts HTML, CSS, and JavaScript comments from live pages for security reconnaissance and information disclosure assessments.

chrome-extensionjavascriptreconsecuritymanifest-v3
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

completed

3D-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.

roboticscppesp32mqttembeddedoop
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

active

CTF writeups, reverse shells, enumeration scripts, and privilege escalation checklists — documented methodologies and payloads from various competitions and labs.

ctfwriteupspayloadspentestenumeration
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...