Featured Projects
A collection of my academic and personal projects in cybersecurity, network analysis and software development. Each project represents practical application of skills gained through my Information Security & Forensics studies.
Packet Analyzer Tool
Developed a custom packet analyzer in Python using Scapy to capture and analyze network traffic in real-time. Features include filtering for TCP, UDP and ICMP protocols, extraction of key metadata such as IPs, ports and payloads, and statistical analysis with per-protocol packet counts and bandwidth metrics. Validated accuracy against known network streams in a controlled lab environment.
Link Vulnerability Scanner
A Python-based website vulnerability scanner with a Tkinter GUI, featuring HTML/JavaScript code analysis, SQL Injection and XSS payload testing, and VirusTotal API integration. Successfully detected potential vulnerabilities in simulated test environments.
Data Extractor & Backup Tool
A Python-based automation tool to streamline data extraction and secure file backups. Features include error handling, logging, and verification to maintain data integrity. Optimized for flexible use across multiple file types with emphasis on reliability and scalability.
Network Security Assessment
Comprehensive network security assessment using Nmap for port scanning, Wireshark for traffic analysis, and custom Python scripts for vulnerability detection. Identified and documented security weaknesses in simulated enterprise network environments.
Digital Forensics Toolkit
A collection of Python utilities for digital forensics investigation including file recovery tools, metadata extractors, and timeline analysis scripts. Designed for educational purposes in forensic investigation procedures.