education
🏫
- Boston University
-
B.A. in Computer Science
Varsity Esports Player 2022-2024
certifications
📜
- 📶
Practical Network Penetration
Tester (PNPT)
🔒TCM Security🔒
projects














-
Facial
Recognition Graph Search
-
"Relationship Graph Based Attack" is an open source intelligence (OSINT) tool designed to help users uncover information about individuals captured in photos.
Using facial recognition, the app creates a graph centered on the initial individual, with others in photos as first-degree nodes.
The graph shows connections to others in the images, allowing you to explore relationships, gather context, and learn more about the individual.
💻 Technologies used: VPS deployment with LAMP stack (Linux, Apache, MySQL, Python), Gunicorn, Flask, Nginx. -
Game Tourney Tool
Website
CLI
Version
-
To streamline data collection for Overwatch 2 teams competing in Start.gg tournaments, I developed this RankTool, a serverless web app built with AWS Lambda. The tool integrates several APIs and leverages Python scripts with a JavaScript display for efficient data handling.
My goal was to save time and provide comprehensive team insights, including official tournament information, without the need for manual data gathering. As a result, it significantly improved the efficiency of compiling competitive team statistics.
Note: The first search may timeout while the Lambda function warms up. Subsequent searches will be faster. The CLI version has no spinup time. -
Windows C2 Framework
Repo
-
To deepen understanding of Windows internals and security, developed a command and control (C2) server to simulate real-world security scenarios.
Implemented secure, encrypted client-server communication using C++ with Windows cryptography and networking APIs, ensuring robust data protection.
Designed and integrated a REST API with a Flask web server for centralized command execution and data retrieval.
Created detailed UML diagrams to document system architecture, data flow, and interaction between components, ensuring clarity and scalability for future development.
Authored comprehensive technical documentation to assist users and developers in deploying, maintaining, and extending the C2 server functionality.