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. View the gif above to see a preview of the fastest type of scan.
Getting Started
Traxss depends on Chromedriver. On MacOS this can be installed with the homebrew command:
brew install cask chromedriver
Also Read – Maryam : Open-source Intelligence(OSINT) Framework
Alternatively, find a version for other operating systems here: https://sites.google.com/a/chromium.org/chromedriver/downloads
Run the command:
pip3 install -r requirements.txt
Traxx can be started with the command:
python3 traxss.py
This will launch an interactive CLI to guide you through the process.
Thank you for your interest! All types of contributions are welcome.
PPLBlade is a powerful Protected Process Dumper designed to capture memory from target processes, hide…
HikPwn: Comprehensive Guide to Scanning Hikvision Devices for Vulnerabilities If you’re searching for an efficient…
What Are Bash Comments? Comments in Bash scripts, are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…