Research Projects
Experimental projects, custom frameworks, open-source static evaluation tools, and specialized security research engines conducted outside of formal academic publications.
Hall Dining Management System
Architected a full-stack Django web app for meal tracking and financial reconciliation, serving a residential hall. Designed secure RBAC, JWT-based REST APIs, and real-time deduction logic; ensured XSS/CSRF protection and accessibility (WCAG 2.1).
NestLedger
Built a shared expense manager for roommates featuring automated debt settlement, loan request handling, and real-time notification badges. Implemented secure user authentication with remember-me functionality and an intuitive dashboard for transaction history.
x86-64 Assembly Web Server
Engineered a fully functional HTTP server in pure assembly, parsing GET/POST requests and handling concurrent clients via fork() and direct Linux syscalls, demonstrating low-level socket and memory management expertise.
[HYDRA_FUZZ] - Distributed Fuzzer
Hydra is a scalable, multi-architecture fuzzer designed for identifying race conditions in low-latency network stacks.
Open Source Contributions
PayloadsAllTheThings
3 pull requests (1 merged) documenting emerging attack vectors: Web LLM exploitation and HTTP Host Header attacks, strengthening a leading security knowledge base.
Interested in custom exploitation engines?
Most of my side tools, memory analysis templates, and fuzzing payloads are hosted publicly. Feel free to clone repositories or open merge requests.
code Visit GitHub Profile