My Projects

Mini Red Team Project

Conducted offensive security exercises in TryHackMe labs — reconnaissance, vulnerability analysis & exploitation. Used Nmap for network enumeration across /24 subnet, identifying 50+ live hosts. Exploited misconfigurations on 3 target systems using Metasploit.

Nmap Metasploit TryHackMe Red Team

Secure Login System with SQLi Mitigation

Developed a full-stack web login application with security best practices. Implemented password hashing (bcrypt) and prepared statements, mitigating 100% of SQL Injection and XSS attack vectors — addressing OWASP Top 10 vulnerabilities A1 and A7.

PHP MySQL OWASP SQLi Prevention

Virtual Cyber Lab & OS Hardening

Built a virtual lab with Kali Linux (attacker) and Metasploitable (target) VMs. Applied comprehensive OS hardening — configured iptables firewall rules, enforced strict user permissions, secured SSH by disabling root login, reducing critical attack vectors by 60%.

VirtualBox Kali Linux iptables Hardening

Network Traffic Analysis

Captured and analyzed over 1 GB of network packets to identify normal and malicious traffic patterns, including DNS exfiltration and HTTP-based attacks. Generated 5+ detailed incident reports documenting suspicious activity and IoCs.

Wireshark TCPDump Forensics Incident Response

IoT Scanner Project

Built an IoT-focused scanning workflow to discover exposed devices and services, profile open ports, and identify insecure configurations for faster vulnerability triage in smart-network environments.

IoT Security Network Scanning Python Vulnerability Analysis