Files
XSStrike/README.md

37 lines
2.1 KiB
Markdown
Raw Normal View History

2018-06-13 12:08:47 +05:30
# XSStrike [![python](https://img.shields.io/badge/Python-3-green.svg?style=style=flat-square)](https://www.python.org/downloads/) [![license](https://img.shields.io/badge/License-MIT-orange.svg?style=style=flat-square)](https://github.com/UltimateHacke/XSStrike/blob/master/license.txt) [![version](https://img.shields.io/badge/Version-Beta-blue.svg?style=style=flat-square)](https://twitter.com/s0md3v)
2018-01-20 18:38:04 +05:30
2018-06-05 00:54:11 +05:30
![banner](https://image.ibb.co/dSSbF8/68747470733a2f2f692e696d6775722e636f6d2f4a3237756f52492e706e67.png)
2018-01-20 18:38:04 +05:30
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.
2018-06-05 00:54:11 +05:30
Made with ![heart](https://cloud.githubusercontent.com/assets/4301109/16754758/82e3a63c-4813-11e6-9430-6015d98aeaab.png) by [Somdev Sangwan](https://twitter.com/s0md3v)
2018-01-20 18:38:04 +05:30
## Features
2018-02-28 21:26:39 +05:30
- Powerful fuzzing engine
- Context breaking technology
- Intelligent payload generation
2018-01-20 18:38:04 +05:30
- GET & POST method support
- Cookie Support
- WAF Fingerprinting
- Hand crafted payloads for filter and WAF evasion
2018-02-28 21:26:39 +05:30
- Hidden parameter discovery
2018-06-05 00:54:11 +05:30
- Accurate results via [levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) algorithm
2018-01-20 18:39:14 +05:30
2018-06-05 00:54:11 +05:30
To know more visit [xsstrike.tk](http://xsstrike.tk)
2018-01-20 18:38:04 +05:30
2018-06-14 19:21:48 +05:30
**Note:** XSStrike isn't compatible with Python2 anymore, please use `python3 xsstrike` to run it.\
[Changelog](https://github.com/s0md3v/XSStrike/blob/master/CHANGELOG.md) contains the changes made to XSStrike after the XSStrike v2.0 pre-beta release.
2018-01-20 18:38:04 +05:30
### Screenshots
2018-06-05 00:54:11 +05:30
![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)
2018-01-20 18:38:04 +05:30
2018-06-05 00:47:32 +05:30
#### License
2018-06-13 12:08:47 +05:30
XSStrike is licensed under [MIT license](https://github.com/s0md3v/XSStrike/blob/master/LICENSE).