XSStrike icon indicating copy to clipboard operation
XSStrike copied to clipboard

Most advanced XSS scanner.

Results 89 XSStrike issues
Sort by recently updated
recently updated
newest added

#### What does it implement/fix? Explain your changes. Currently, the DOM-based XSS checker doesn't consider request parameters as an input source. This change allows the DOM-based XSS checker to detect...

Hello. I am using the "XSStrike" tool on the "xss" test site. The "XSStrike" tool failed at the following attack points. Hmm,, what's the reason? Thanks. ``` root@oldesec:~/XSStrike# python3 xsstrike.py...

special case

#### What does it implement/fix? Explain your changes. #### Where has this been tested? Python Version:\ Operating System: #### Does this close any currently open issues? #### Does this add...

- Detect whether single quote or double quote as XSS vector and display only relevant result payload- I have seen irrelevant single quote XSS vectors being displayed as output where...

**Is your feature request related to a problem? Please describe.** cant scan applications running on localhost:xxxx , it seems to be only urls can be scanned. **Describe the solution you'd...

It seems that it is not possible to combine parameters **--params**, **--blind** and **--crawl**. I'm running an application on localhost and would like to test it for possible XSS vulnerabilites...

Scenario: XSStrike is generating paylod for alert() as: /dvwa/vulnerabilities/xss_d/?default=%3Cscript%3Ealert%28%29%3C%2Fscript%3E But dvwa in backend javascript uses decodeURI() which decodes above payload to: http://192.168.43.53/dvwa/vulnerabilities/xss_d/?default=alert() and thus show wrong result. But if in...

Add back browser engine emulation back on version 3.1.4

Great tool, but I have one problem using it with certain URLs: It seems it expects URLs to must-include a URL parameter like: http://example.com/search.php?q=querystring What is not supported currently are...

enhancement
new feature
low