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