
Web Vulnerability Scanner
Overview
The Web Vulnerability Scanner is a Python-based application designed to scan websites for common web vulnerabilities, including SQL Injection, Cross-Site Scripting (XSS), Cross-Site Request Forgery (CSRF), and Directory Traversal. It provides a minimalistic interface using PyQt5, real-time progress updates, and detailed vulnerability reports, which can be exported as PDF.
An .exe version of this can be downloaded from my repository here
- PLATFORMDesktop
- STACKPython 3.9, PyQt5, Requests, BeautifulSoup4
- GITHUBhttps://github.com/AbdullahAhmedH/Web_vulnerability_scanner

