XSS_PrO is a powerful tool designed to detect Cross-Site Scripting (XSS) vulnerabilities in web applications. It provides automated scanning capabilities to identify potential XSS vectors and vulnerabilities across web pages and forms.
- 100% Accurcate Result
- Less number of false possitive
pip install -r requirements.txt
Ensure Chrome Browser is installed on your system. if not, download and install. (Download version 127.0)
- Do wayback on the domain which you want to do xss testing
- Copy all the waybacked url to the urls.txt file
- Add your XSS payloads to payloads.txt
python XSS_PRO.py --payloads payload.txt --urls url.txt
Note: The chrome driver attached is for windows. if you want to run on linux machine replace it with linux chrome driver and change the name in the code also.(line 11)
