/ projects

Projects Matrix

Seven distinct builds across blue-team tooling, exploit research, and systems engineering — each shipped with source and, where applicable, a live demo.

Network Traffic Monitor

01 / 07
PythonFlaskScapy

Browser-based packet sniffing dashboard capturing real-time packet data, tracking protocol analysis, and implementing live port-to-service mapping for 20+ common ports. Includes a smart fallback simulation mode when tracking permissions are insufficient.

Buffer Overflow Exploitation

02 / 07
Pythonpwntoolsx64dbg

Automated framework computing EIP offsets via cyclic patterns, performing shellcode injection, and documenting ASLR, DEP, and stack canary bypasses for security research.

Log Analyzer

03 / 07
PythonCLIWeb Dashboard

Advanced server log parsing tool engineered to process 38 operational system edge cases gracefully. Tracks status codes, request counts, traffic by hour, anomaly flags, and malformed lines.

KadEdit Text Editor

04 / 07
C++HTML

Feature-rich code and text editor with a VS Code-inspired dark browser GUI. Implements dynamic text line storage via vector strings, recent file queues, and stack-based undo/redo history trackers.

Infix Engine

05 / 07
C++

High-performance expression parsing, verification, evaluation, and structural algorithm optimization component for computer science coursework.

Chrome Dino Game

06 / 07
C++

Desktop recreation of the iconic browser endless runner. Optimizes geometric bounding shapes and asset collision engine loops for smooth gameplay.

Mine Sweeper Game

07 / 07
C++

Grid-based console game built with structural arrays and file handling. Features dynamic difficulty scaling, a custom flagging system, high-score tracking files, and an automated recursive reveal algorithm. Developed with Ayesha Arif.