-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
FAQ
Because it is.
To see what is being worked on, check the development board of XSStrike. XSStrike will get the following updates in near future:
- Dynamic JS parsing for better DOM XSS scanning
- A dedicated filter bypassing engine
- Enhanced WAF evasion capabilities by WAF reversing
- Blind XSS support
- Proxy support
- Verbose output toggle
Because it knows what it is doing. It crafts payloads itself based on the context of the reflection, then it injects a payload only if the characters included in the payload are not being escaped. After injecting the payload, it compares the reflected string with the injected string using levenshtein algorithm.
When XSStrike outputs a payload, it also prints it's two properties:
- Efficiency: The similarity between reflected and injected string
0%-100%
- Confidence: Confidence of developer on the payload,
0-10
If a payload has confidence 10
and it's efficiency is 100%. It will work for sure.
Yes, it can have false negatives. For example, srcdoc
or href
specific injections aren't supported at all.
Please use that other tool.
XSStrike v3 doesn't have a license atm and according to the international guidelines, using code from a software without license is illegal.
Nope, still illegal.
You can mail me [email protected] to buy a license.