Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


XSStrike filter_list
Author
Message
XSStrike #1
[Image: 68747470733a2f2f692e696d6775722e636f6d2f...4a2e706e67]

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


[Image: 68747470733a2f2f692e696d6775722e636f6d2f...732e706e67]

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.txt

Now you are good to go! Run XSStrike with the following command
Code:
python xsstrike

[Image: Vs4P58c.png]

Reply