Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.28 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.28 KB

Vuln-XSS

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.

Disclaimer

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.

Platform

Windows

Installation

To get started, clone the repository using Git:

git clone https://github.com/perviz19/VulnXSS.git
cd VulnXSS

Install Dependencies

Navigate to the project directory and install the required Python packages:

pip install -r requirements.txt

Usage

Run the tool with the following command to see the available options:

python Vuln-XSS.py -h

Example

To run a basic scan, use:

python Vuln-XSS.py --url url.txt --threads 10 --payload payloads/best_payload(1500).txt 

Contributing

Contributions are welcome! Please submit a pull request or open an issue if you have suggestions or improvements.

License

This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE v3.0 - see the LICENSE file for details.