Skip to content
forked from s0md3v/XSStrike

XSStrike is an advanced XSS detection and exploitation suite.

Notifications You must be signed in to change notification settings

kkadosh/XSStrike

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 

Repository files navigation

XSStrike python version license

banner

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 by Somdev Sangwan

Features

  • Powerful fuzzing engine
  • Context breaking technology
  • Intelligent payload generation
  • GET & POST method support
  • Cookie Support
  • WAF Fingerprinting
  • Hand crafted payloads for filter and WAF evasion
  • Hidden parameter discovery
  • Accurate results via levenshtein distance algorithm

To know more visit xsstrike.tk

Installation

XSStrike is compatible with all *nix based operating systems running Python 2.7. Why not windows? My life, my rules. My code, my tools. Just kidding, it will run on windows as well but you will see some weird codes instead of color. First of all clone the repo by entering the following command in terminal

git clone https://github.com/UltimateHackers/XSStrike

Now naviagte to XSStrike directory

cd XSStrike

Now install the requirements with the following command

pip install -r requirements.txt

Now you can run XSStrike

python xsstrike

Screenshots

ss1 ss2 ss3 ss4

Contribution, License & Sponsorship

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.
Want to contribute? What are you waiting for? Fork it and hit up with a pull request.

Want to sponsor? Mail me at s0md3v@gmail.com

About

XSStrike is an advanced XSS detection and exploitation suite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%