A browser-based security tool to scan websites for common vulnerabilities, download PDF reports, save history, and generate QR codes for mobile access.
- Scan for potential issues: XSS, SQL Injection, Broken Links
- Risk classification: High ๐ด / Medium ๐ก / Low ๐ข
- Downloadable PDF reports with a QR code
- History of scans stored in-browser via IndexedDB
- Dark/light mode toggle, responsive UI
- Vanilla JavaScript (ES6 modules)
- IndexedDB for browser storage
- jsPDF โ PDF generation
- QRCode.js โ QR code generation
- HTML5 + CSS3 (dark mode, responsive design)
- Clone the repo
git clone https://github.com/AvantikaI/web-vulnerability-scanner.git cd web-vulnerability-scanner