Vuln-XSS is a tool designed for identifying Cross-Site Scripting (XSS) vulnerabilities in web applications. It helps to automate the testing process by using a variety of XSS payloads to detect potential security issues.
This software is provided "as is" and should only be used in compliance with applicable laws and regulations. The authors are not responsible for any misuse or legal consequences resulting from its use. Use it responsibly and at your own risk.
Windows
To get started, clone the repository using Git:
git clone https://github.com/perviz19/VulnXSS.git
cd VulnXSS
Navigate to the project directory and install the required Python packages:
pip install -r requirements.txt
Run the tool with the following command to see the available options:
python Vuln-XSS.py -h
To run a basic scan, use:
python Vuln-XSS.py --url url.txt --threads 10 --payload payloads/best_payload(1500).txt
Contributions are welcome! Please submit a pull request or open an issue if you have suggestions or improvements.
This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE v3.0 - see the LICENSE file for details.