Back to project archive
Security-Focused Web Application
Vulnerability Detection Tool
A Python-based application focused on identifying common web security issues such as weak credentials, unsafe uploads, and injection risks.
Project Overview
What this project demonstrates
Represents an early security-oriented build with practical detection use cases and defensive product thinking.
Engineering Highlights
- + Focused on common application vulnerabilities with practical detection checks.
- + Used Flask and MySQL to structure backend functionality and persistence.
- + Presented security concepts through an accessible web interface.
Why it matters
I use projects like this to sharpen the same skills I rely on in production work: clear workflows, maintainable implementation, thoughtful UI, and backend choices that can grow with the product.