Work
All Projects
A complete collection of things I've built — tools, security experiments, and everything in between.
Network Intrusion Detection System
A lightweight IDS using Python and Scapy that monitors live traffic, flags anomalous packets, and generates real-time alerts. Deployed on a Raspberry Pi as a home-lab sensor.
Password Vault CLI
Terminal-based encrypted password manager using AES-256-GCM and PBKDF2 key derivation. Zero cloud dependency — your secrets stay local.
Web Vulnerability Scanner
Automated scanner for OWASP Top 10 vulnerabilities including SQLi, XSS, and open redirects. Built for controlled lab use.
Packet Sniffer Dashboard
Real-time network packet visualiser with protocol breakdown charts. Python + Flask backend serving a live web dashboard.
SSH Brute-Force Honeypot
A fake SSH server that logs credential attempts, geolocation, and timing patterns of automated bots and human attackers.