TraXSS – Automated XSS Vulnerability Scanner
- Automated Vulnerability Scanner for XSS
- Written in Python3
Traxss is an automated framework to scan URLs and webpages for XSS Vulnerabilities. It includes over 575 Payloads to test with and multiple options for robustness of tests.
is an automated framework to scan URLs and webpages for XSS Vulnerabilities. It includes over 575 Payloads to test with and multiple options for robustness of tests.
Getting Started Traxss
Prerequisites
Traxss depends on Chromedriver. On MacOS this can be installed with the homebrew command:
brew install cask chromedriver
Alternatively, find a version for other operating systems
here:Â https://sites.google.com/a/chromium.org/chromedriver/downloads
here:Â https://sites.google.com/a/chromium.org/chromedriver/downloads
Installation
Run the command:
pip3 install -r requirements.txt