Personal projects and hobby builds. I enjoy creating security tools, platforms, and exploring offensive and defensive techniques hands-on.
SENTINEL : Threat Intelligence Platform
Full-stack TIP aggregating IOCs from 10+ threat feeds with WHOIS/DNS/GeoIP enrichment, weighted threat scoring (0-100), MITRE ATT&CK heatmap, and a real-time SOC dashboard. STIX 2.1 export.
Next.js 14FastAPIPostgreSQLRedisDockerD3.js
AI Financial Fraud Graph Engine
Production-grade fraud detection system using graph analysis to model relationships between financial entities and detect fraud patterns in real-time.
PythonGraph AnalysisMLFull-Stack
Vulnerability Scanner
Non-invasive security scanner with real-time results: port scanning, SSL/TLS analysis, security headers check, server detection, and HTTP method enumeration. Redis-backed job queue.
Next.jsPythonRedisTypeScript
Reconnaissance Lab
Interactive terminal simulator for reconnaissance training. 5-step chain: WHOIS, subfinder, nslookup, nmap, nuclei. MITRE ATT&CK mapped (T1592, T1590, T1595). Dockerized.
PythonFlaskDockerJavaScript
SecureVault Password Manager
NIST SP 800-63B compliant desktop password manager with PBKDF2 (600K iterations), Fernet encryption, passphrase generator, entropy analyzer, and brute-force time calculator.
PythonCryptographyPBKDF2CustomTkinter
PathForge Career Platform
Career guidance platform matching cybersecurity students to best-fit roles with AI-powered salary data, job market trends, and personalized 90-day learning roadmaps.
React 19TypeScriptViteGemini API
AI Phishing Email Detector
ML-powered phishing detection with 97%+ accuracy using logistic regression, TF-IDF vectorization, real-time confidence scoring, and a detailed phishing indicator explanation system.
Pythonscikit-learnNLPTF-IDF
AWS Certificate Generation System
Serverless system automating certificate generation for CTF events and workshops. RESTful API with webhook support, async queue processing, and bulk operations (500+ in under 60s).
AWS LambdaAPI GatewaySQSS3DynamoDB
Phishing Simulation Infrastructure
Full phishing simulation stack with GoPhish + Mailcow on Docker. Deployed on AWS EC2 with SMTP integration and 10 social engineering templates for security awareness training.
GoPhishMailcowDockerAWS EC2
AI Expert System for Cybersecurity Tools
Rule-based expert system helping SMEs select cybersecurity tools using forward-chaining inference. 86% accuracy, 0.45s response time, 8+/10 user satisfaction.
PythonTkinterKnowledge Engineering
CVE-2023-32784 KeePass Exploitation
Security analysis and PoC exploitation of the KeePass memory leakage vulnerability. Demonstrated master password recovery from memory dumps via .NET string handling flaw.
CVE AnalysisMemory ForensicsVMwarePython
Automated Log Analyzer
Python tool automating security log analysis. Regex-based detection of failed login patterns, suspicious IP identification, and visual reporting with Matplotlib bar charts.
PythonRegexMatplotlibTkinter