CrossInjector is a Python tool to scan a list of URLs for Cross-Site Scripting (XSS) vulnerabilities. It uses Selenium WebDriver and ChromeDriver to execute JavaScript code and identify if a given URL is vulnerable to XSS attacks.
To use CrossInjector, you need to have the following installed:
- Python 3
- Google Chrome browser
- ChromeDriver
- Selenium Python bindings
- webdriver_manager
- termcolor
You can install the required Python packages by running:
pip install -r requirements.txt
Usage
To use CrossInjector, run the following command:
python CrossInjector.py -p <path-to-payloads-file> -u <path-to-urls-file>
Replace <path-to-payloads-file> with the path to a file containing XSS payloads, and <path-to-urls-file> with the path to a file containing a list of URLs to scan.
Shoot my DM : @FR13ND0x7F
Lots of online resources.
There are none so far.
Give me a Star in the repository or follow me @FR13ND0x7F , thats enough for me :P
CrossInjector is licensed under the MIT License.
Free Software, Hell Yeah!