/python-reflected-xss-exploit

Little Python script for reflected XSS exploit targeting web applications.

Primary LanguagePythonMIT LicenseMIT

Info

I created this Python script for penetration testing web application to detect XSS vulnerabilities on web target.

Usage

python3 main.py -u <target URL>

Screenshot

image

Demo

asciicast

Library

Note

The exploit doesn't always work on some target web applications because there's still a lot of code that needs to be written.