Simple-XSS is a multi-platform cross-site scripting (XSS) vulnerability exploitation tool for pentesting.
Problems solved by Simple-XSS:
- Easy creatable payloads & hooks
- Support of several transport services (HTTP, Websocket)
- Support of several tunneling services (to deliver payload even without white IP)
Disclaimer: This program is provided for educational and research purposes only. The creator of this program does not condone or support any illegal or malicious activity, and will not be held responsible for any such actions taken by others who may use this program. By downloading or using this program, you acknowledge that you are solely responsible for any consequences that may result from the use of this program.
See docs
V0.0.3 - released
In favor of ease of use and expanded capabilities, we had to sacrifice backward compatibility between versions 0.2 and 0.0.3. The features of the previous version are retained and expanded, but older versions of hook & payload will not work.
Note: make sure you have installed Python 3.12 or higher.
First you need to clone the repository:
git clone https://github.com/CrazyProger1/Simple-XSS
Then go to the folder & install the requirements:
For Window:
cd Simple-XSS
pip install -r requirements/windows.txt
For Linux:
cd Simple-XSS
pip install -r requirements/linux.txt
And finally you can launch it:
python simplexss
Simple-XSS is released under the MIT License. See the bundled LICENSE file for details.