I created this Python script for penetration testing web application to detect XSS vulnerabilities on web target.
python3 main.py -u <target URL>
The exploit doesn't always work on some target web applications because there's still a lot of code that needs to be written.