Projects
A selection of things I've built, mostly security-focused.
ODIN — Passive Network Threat Detection
Real-time threat detection for one-way-mirrored network traffic, built for Smart India Hackathon.
- Python
- Zeek
- Kafka
- Flask
- React
- Docker
PhishGuard — Web Vulnerability Scanner
Chrome extension + Django backend running 9 client-side security checks per page.
- Python
- Django
- JavaScript
- Chrome Extension APIs
- Docker
Endpoint Application Firewall
Host-based firewall that maps every outgoing connection to its originating process.
- Python
- Flask
- Linux
- iptables
- NFQUEUE
Kernel-Level Endpoint Security
In-kernel packet classification and per-process network access control via eBPF/XDP.
- C
- eBPF
- XDP
- BPF-LSM
Phishing URL Detector — Rajasthan Police Hackathon
ML-based phishing URL classifier with a Flask front end and VirusTotal API cross-checks.
- Python
- Flask
- scikit-learn
- VirusTotal API
Secure Data Exchange Using Cryptographic Techniques
End-to-end secure client-server data exchange built with AES, RSA, SHA-256, PKI, and SSL/TLS.
- OpenSSL
- Kali Linux
- SSL/TLS
- PKI
E-Commerce Platform
Full-stack MERN e-commerce app with a separate storefront and admin panel.
- React
- Node.js
- Express
- MongoDB
- JWT