All Projects

A complete collection of things I've built — tools, security experiments, and everything in between.

🛡️
2024

Password Vault CLI

Terminal-based encrypted password manager using AES-256-GCM and PBKDF2 key derivation. Zero cloud dependency — your secrets stay local.

PythonCryptographyCLI
🌐
2023

Web Vulnerability Scanner

Automated scanner for OWASP Top 10 vulnerabilities including SQLi, XSS, and open redirects. Built for controlled lab use.

PythonOWASPWeb Security
📡
2023

Packet Sniffer Dashboard

Real-time network packet visualiser with protocol breakdown charts. Python + Flask backend serving a live web dashboard.

PythonFlaskWireshark
🔑
2023

SSH Brute-Force Honeypot

A fake SSH server that logs credential attempts, geolocation, and timing patterns of automated bots and human attackers.

PythonParamikoHoneypot