A Simplee UI powered by Flask that scans for web vulnerabilities like open directories, missing headers, JS key leaks, and form misconfigurations — with downloadable reports in 📝 TXT, 📄 PDF, and 🧾 JSON formats.
USE BY VISITING WEB-SCANNER V2.0
- 💣 Real-time scanning of:
- Open Directories
- HTTP Headers
- Clickjacking
- JavaScript Leaks
- Form Security
- 📥 Export scan reports:
scan_report.json
scan_report.txt
scan_report.pdf
- 🐍 Python 3
- ⚗️ Flask
- 💄 TailwindCSS (CDN)
- 📄 xhtml2pdf (for PDF generation)
git clone https://github.com/povzayd/Website-Scanner.git
cd Website-Scanner
pip install -r requirements.txt
python app.py
Made with 🐍