Files
XSStrike/README.md

96 lines
4.9 KiB
Markdown
Raw Normal View History

2018-10-27 18:59:47 +05:30
<h1 align="center">
<br>
<a href="https://github.com/s0md3v/XSStrike"><img src="https://image.ibb.co/cpuYoA/xsstrike-logo.png" alt="XSStrike"></a>
<br>
XSStrike
<br>
</h1>
<h4 align="center">Advanced XSS Detection Suite</h4>
<p align="center">
<a href="https://github.com/s0md3v/XSStrike/releases">
<img src="https://img.shields.io/github/release/s0md3v/XSStrike.svg">
</a>
<a href="https://travis-ci.com/s0md3v/XSStrike">
<img src="https://img.shields.io/travis/com/s0md3v/XSStrike.svg">
</a>
<a href="https://github.com/s0md3v/XSStrike/issues?q=is%3Aissue+is%3Aclosed">
<img src="https://img.shields.io/github/issues-closed-raw/s0md3v/XSStrike.svg">
</a>
</p>
2018-10-27 19:08:11 +05:30
![multi xss](https://image.ibb.co/gR1ToA/Screenshot-2018-10-27-11-18-43.png)
<p align="center">
<a href="https://github.com/s0md3v/XSStrike/wiki">XSStrike Wiki</a>
2018-10-27 19:18:02 +05:30
<a href="https://github.com/s0md3v/XSStrike/wiki/Usage">Usage</a>
2018-10-31 12:59:54 +05:30
<a href="https://github.com/s0md3v/XSStrike/wiki/FAQ">FAQ</a>
2018-11-12 04:37:46 +05:30
<a href="https://github.com/s0md3v/XSStrike/wiki/For-Developers">For Developers</a>
2018-10-27 19:08:11 +05:30
<a href="https://github.com/s0md3v/XSStrike/wiki/Compatibility-&-Dependencies">Compatibility</a>
<a href="https://github.com/s0md3v/XSStrike#gallery">Gallery</a>
</p>
2018-10-30 10:06:43 +05:30
XSStrike is a Cross Site Scripting detection suite equipped with four hand written parsers, an intelligent payload generator, a powerful fuzzing engine and an incredibly fast crawler.
2018-11-10 18:52:36 +05:30
Instead of injecting payloads and checking it works like all the other tools do, XSStrike analyses the response with multiple parsers and then crafts payloads that are guaranteed to work by context analysis integrated with a fuzzing engine.
2018-10-27 18:59:47 +05:30
Here are some examples of the payloads generated by XSStrike:
```
}]};(confirm)()//\
<A%0aONMouseOvER%0d=%0d[8].find(confirm)>z
</tiTlE/><a%0donpOintErentER%0d=%0d(prompt)``>z
</SCRiPT/><DETAILs/+/onpoINTERenTEr%0a=%0aa=prompt,a()//
```
2018-10-30 10:06:43 +05:30
Apart from that, XSStrike has crawling, fuzzing, parameter discovery, WAF detection capabilities as well. It also scans for DOM XSS vulnerabilities.
2018-10-27 18:59:47 +05:30
### Main Features
2018-11-13 22:28:09 +05:30
- Reflected and DOM XSS scanning
2018-10-30 10:10:44 +05:30
- Multi-threaded crawling
2018-10-27 18:59:47 +05:30
- Context analysis
2018-11-13 22:28:09 +05:30
- Configurable core
2018-10-27 18:59:47 +05:30
- WAF detection & evasion
2018-11-13 22:28:09 +05:30
- Intelligent payload generator
2018-10-27 18:59:47 +05:30
- Handmade HTML & JavaScript parser
- Powerful fuzzing engine
2018-11-13 22:28:09 +05:30
- Blind XSS support
- Highly researched work-flow
- Complete HTTP support
2018-11-12 21:23:29 +05:30
- Bruteforce payloads from a file
2018-10-27 18:59:47 +05:30
- Powered by [Photon](https://github.com/s0md3v/Photon), [Zetanize](https://github.com/s0md3v/zetanize) and [Arjun](https://github.com/s0md3v/Arjun)
2018-11-13 16:48:11 +05:30
- Payload Encoding
2018-10-27 18:59:47 +05:30
2018-10-30 10:06:43 +05:30
### Documentation
- [Usage](https://github.com/s0md3v/XSStrike/wiki/Usage)
2018-10-30 10:10:44 +05:30
- [Compatibility & Dependencies](https://github.com/s0md3v/XSStrike/wiki/Compatibility-&-Dependencies)
2018-10-30 10:06:43 +05:30
2018-10-31 12:59:54 +05:30
### FAQ
2018-11-12 10:00:56 +05:30
- [It says fuzzywuzzy isn't installed but it is.](https://github.com/s0md3v/XSStrike/wiki/FAQ#it-says-fuzzywuzzy-is-not-installed-but-its)
2018-10-31 12:59:54 +05:30
- [Why XSStrike boasts that it is the most advanced XSS detection suite?](https://github.com/s0md3v/XSStrike/wiki/FAQ#why-xsstrike-boasts-that-it-is-the-most-advanced-xss-detection-suite)
2018-11-10 18:52:36 +05:30
- [I like the project, what enhancements and features I can expect in future?](https://github.com/s0md3v/XSStrike/wiki/FAQ#i-like-the-project-what-enhancements-and-features-i-can-expect-in-future)
2018-10-31 12:59:54 +05:30
- [How does XSStrike decide if the injection was successful without a browser engine?](https://github.com/s0md3v/XSStrike/wiki/FAQ#how-does-xsstrike-decide-if-the-injection-was-successful-without-a-browser-engine)
- [Does that mean it doesn't have false negatives or false positives?](https://github.com/s0md3v/XSStrike/wiki/FAQ#does-that-mean-it-doesnt-have-false-negatives-or-false-positives)
- [Tool xyz works against the target, while XSStrike doesn't!](https://github.com/s0md3v/XSStrike/wiki/FAQ#tool-xyz-works-against-the-target-while-xsstrike-doesnt)
- [Can I copy it's code?](https://github.com/s0md3v/XSStrike/wiki/FAQ#can-i-copy-its-code)
- [What if I want to embed it into a proprietary software?](https://github.com/s0md3v/XSStrike/wiki/FAQ#what-if-i-want-to-embed-it-into-a-proprietary-software)
2018-10-27 19:08:11 +05:30
### Gallery
2018-10-27 18:59:47 +05:30
#### DOM XSS
![dom xss](https://image.ibb.co/d1rpvq/Screenshot-2018-10-27-10-59-43.png)
#### Reflected XSS
![multi xss](https://image.ibb.co/gR1ToA/Screenshot-2018-10-27-11-18-43.png)
#### Crawling
![crawling](https://image.ibb.co/iAWNFq/Screenshot-2018-10-27-16-20-36.png)
2018-11-10 18:52:36 +05:30
#### Fuzzing
![fuzzing](https://image.ibb.co/mjqgsq/Screenshot-2018-11-10-18-50-49.png)
2018-11-12 21:23:29 +05:30
#### Bruteforcing payloads from a file
![bruteforcing](https://image.ibb.co/iJJBVA/Screenshot-2018-11-12-21-20-16.png)
2018-10-27 18:59:47 +05:30
#### Interactive HTTP Headers Prompt
![headers](https://image.ibb.co/jw5NgV/Screenshot-2018-10-27-18-45-32.png)
2018-11-12 21:23:29 +05:30
#### Hidden Parameter Discovery
![arjun](https://image.ibb.co/bOAD5q/Screenshot-2018-10-27-18-16-37.png)
2018-10-27 19:18:02 +05:30
### Contribution & License
Useful issues and pull requests are appreciated.
2018-11-11 22:26:33 +01:00
Licensed under the GNU GPLv3, see [LICENSE](LICENSE) for more information.