XSStrike 09-01-2017, 03:45 PM
#1
XSStrike is a python script designed to detect and exploit XSS vulnerabilites. Visit XSStrike's project site for more info.
A list of features XSStrike has to offer:
Fuzzes a parameter and builds a suitable payload
Bruteforces paramteres with payloads
Has an inbuilt crawler like functionality
Can reverse engineer the rules of a WAF/Filter
Detects and tries to bypass WAFs
Both GET and POST support
Most of the payloads are hand crafted
Negligible number of false positives
Opens the POC in a browser window
Installing XSStrike
Use the following command to download it
Code:
git clone https://github.com/UltimateHackers/XSStrike/After downloading, navigate to XSStrike directory with the following command
cd XSStrike
Now install the required modules with the following command
Code:
pip install -r requirements.txtNow you are good to go! Run XSStrike with the following command
Code:
python xsstrike![[Image: Vs4P58c.png]](https://i.imgur.com/Vs4P58c.png)






![[+]](https://sinister.li/images/modern/collapse_collapsed.png)