Projects
A collection of cybersecurity projects demonstrating practical skills in penetration testing, secure coding, and security analysis
Network Vulnerability Scanner
Automated tool for scanning networks to identify security vulnerabilities, open ports, and potential attack vectors. Built with Python and Nmap integration.
PythonNmapNetwork Security
Web Application Security Auditor
Comprehensive security testing suite for web applications that detects OWASP Top 10 vulnerabilities including SQL injection, XSS, and CSRF attacks.
PythonWeb SecurityOWASP
Password Strength Analyzer
Educational tool demonstrating password security concepts, including strength analysis and common hash cracking techniques using dictionary attacks.
PythonCryptographySecurity