Open Source
Projects
Security tools, AI integrations, and machine learning research. Building useful tools and exploring new technologies.
• AI Project Collaboration
Looking to collaborate on cutting-edge AI projects? I'm actively exploring partnerships in AI security research, automation tooling, and innovative applications of machine learning in offensive security.
Cybersecurity MCP Servers
These projects explore how AI agents can be extended with real world capabilities for offensive and defensive security workflows.
frida-game-hacking-mcp
A MCP implementation of Frida that seeks to emulate Cheat Engine functionality to allow for seamless Game Hacking by AI agents. Enables LLMs to interact with game memory, scan for values, and manipulate game state.
Pcap-Analysis-MCP
MCP implementation of PCAP file analysis tools to bring functionality to SOC and DFIR AI agents. Allows LLMs to parse, analyze, and extract insights from network packet captures.
Windows-Memory-Forensics-MCP
MCP server for Windows memory forensics. Provides AI agents with 33 tools for analyzing memory dumps using Volatility 3, MemProcFS, and CLR/SOS backends. Includes process analysis, malware detection, staged payload reconstruction, and YARA scanning.
ICS-Exploitation-MCP
MCP server with 56 tools that extends AI agent capabilities into ICS exploitation. Supports OPC-UA, S7comm (Siemens), BACnet, Modbus, and EtherNet/IP protocols for authorized security assessments of industrial control systems.
ML Research & Learning
Machine learning projects from Hack The Box Academy courses
Network Anomaly Detection
AI model to predict if network traffic is abnormal based on Random Forests, trained on the NSL-KDD dataset. Built for Hack The Box Academy ML course.
Movie Review Sentiment Analysis
Machine learning implementation to classify movie review sentiment as positive or negative. Jupyter notebook exploring NLP and classification techniques.
Spam Classification
Spam classification using Naive Bayes algorithm trained on the SMS Spam Collection dataset. Explores text classification and probabilistic models.