Skip to content

Latest commit

Β 

History

History
26 lines (19 loc) Β· 857 Bytes

File metadata and controls

26 lines (19 loc) Β· 857 Bytes

Web Vulnerability Scanner πŸ”

A browser-based security tool to scan websites for common vulnerabilities, download PDF reports, save history, and generate QR codes for mobile access.

πŸš€ Features

  • 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

🧩 Technologies Used

  • Vanilla JavaScript (ES6 modules)
  • IndexedDB for browser storage
  • jsPDF – PDF generation
  • QRCode.js – QR code generation
  • HTML5 + CSS3 (dark mode, responsive design)

πŸ› οΈ Getting Started

  1. Clone the repo
    git clone https://github.com/AvantikaI/web-vulnerability-scanner.git
    cd web-vulnerability-scanner