Skip to content

CrazyProger1/Simple-XSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-XSS

Simple-XSS logo

GitHub all releases GitHub GitHub release (latest by date)

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.

Documentation

See docs

Status

V0.0.3 - released

Interface

Graphical

v0.0.3

Warning

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.

Installation

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

License

Simple-XSS is released under the MIT License. See the bundled LICENSE file for details.