## https://sploitus.com/exploit?id=62E8E319-DFA0-5646-A6A2-93D78211CA82
PoC exploit for XSS Vulnerability Scanner. This tool is designed to scan for Cross-Site Scripting (XSS) vulnerabilities in web applications. It uses a list of predefined payloads to test for reflected and stored XSS attacks. The tool also includes a feature to check for Broken Access Control (BAC) vulnerabilities, which allow unauthorized access to sensitive paths. The scanner can be run against a target URL, and it will return a list of results indicating whether the payloads were reflected or not. The tool is built using Flask and utilizes the requests library for making HTTP requests. It can be run from the command line by invoking the run_scanner function with a target URL. Preconditions for running the scanner include a valid target URL, and the tool does not require authentication. The expected impact of the scanner is to identify potential XSS and BAC vulnerabilities in web applications.