This project aims to scan a website (or a list of web pages) and search for possible XSS vulnerabilities. Once the tests are finished, a downloadable report is generated with all the specifics of the attacks. If a scanned site is vulnerable to testing, the INFO page specifies methods to try to fix those problems.
- Search for and scan a website to check if it contains an XSS vulnerability
- Support input text or input file (.txt only)
- Drag and Drop input file (.txt only)
- Convert report to PDF
- Download report (.PDF)
- INFO page with specifications on terms of service, minimize vulnerability and attack tested
- Responsive layout
- Mobile friendly
- Automatic dark mode (based on device settings)
- Node.js - Javascript runtime
- Express - Web Framework
- Puppeteer - Provides API to control Chromium over the DevTools Protocol
- wkhtmltopdf - Command line tools to render HTML into PDF
- MIT License
- Apache-2.0 License
- GNU LESSER GENERAL PUBLIC LICENSE