This commit is contained in:
Somdev Sangwan
2018-06-05 00:54:11 +05:30
committed by GitHub
parent 0016261201
commit a42bc7f3cd

View File

@@ -1,10 +1,10 @@
# XSStrike [![python](https://img.shields.io/badge/Python-2.7-green.svg?style=style=flat-square)](https://www.python.org/downloads/) [![version](https://img.shields.io/badge/Version-Beta-blue.svg?style=style=flat-square)](https://twitter.com/s0md3v) [![license](https://img.shields.io/badge/License-GPL_3-orange.svg?style=style=flat-square)](https://github.com/UltimateHacke/XSStrike/blob/master/license.txt)
![banner](https://i.imgur.com/J27uoRI.png)
![banner](https://image.ibb.co/dSSbF8/68747470733a2f2f692e696d6775722e636f6d2f4a3237756f52492e706e67.png)
XSStrike is an advanced XSS detection suite. It has a powerful fuzzing engine and provides zero false positive result using fuzzy matching. XSStrike is the first XSS scanner to generate its own payloads. It is intelligent enough to detect and break out of various contexts.
Made with ![heart](https://cloud.githubusercontent.com/assets/4301109/16754758/82e3a63c-4813-11e6-9430-6015d98aeaab.png) by <a href=https://twitter.com/s0md3v>Somdev Sangwan</a>
Made with ![heart](https://cloud.githubusercontent.com/assets/4301109/16754758/82e3a63c-4813-11e6-9430-6015d98aeaab.png) by [Somdev Sangwan](https://twitter.com/s0md3v)
## Features
- Powerful fuzzing engine
@@ -15,9 +15,9 @@ Made with ![heart](https://cloud.githubusercontent.com/assets/4301109/16754758/8
- WAF Fingerprinting
- Hand crafted payloads for filter and WAF evasion
- Hidden parameter discovery
- Accurate results via <a href=https://en.wikipedia.org/wiki/Levenshtein_distance>levenshtein distance</a> algorithm
- Accurate results via [levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) algorithm
To know more visit <a href=https://xsstrike.tk>xsstrike.tk</a>
To know more visit [xsstrike.tk](http://xsstrike.tk)
### Installation
XSStrike is compatible with all \*nix based operating systems running Python 2.7.
@@ -39,10 +39,14 @@ Now you can run XSStrike
python xsstrike
```
### Screenshots
![](https://ibb.co/jaQJTT)
![](https://ibb.co/f1vwF8)
![](https://ibb.co/hzyGF8)
![](https://ibb.co/bTxAa8)
![ss1](https://image.ibb.co/hFAVa8/68747470733a2f2f7873737472696b652e746b2f696d616765732f312e706e67.png)
![ss2](https://image.ibb.co/jA9dTT/68747470733a2f2f7873737472696b652e746b2f696d616765732f322e706e67.png)
![ss3](https://image.ibb.co/cwjqa8/68747470733a2f2f7873737472696b652e746b2f696d616765732f342e706e67.png)
![ss4](https://image.ibb.co/gmf7No/68747470733a2f2f7873737472696b652e746b2f696d616765732f352e706e67.png)
#### License
XSStrike is licensed under MIT license.