DSXS icon indicating copy to clipboard operation
DSXS copied to clipboard

Damn Small XSS Scanner

Results 1 DSXS issues
Sort by recently updated
recently updated
newest added

good project!! but, I find this rule will cause false positives: ``` (r"]*'[^>']*%(chars)s[^>']*'[^>]*>", ('\'',), "\"\", inside the tag, inside single-quotes, %(filtering)s filtering", r"(?s)") ``` egg: demo.php: ``` ``` ![2018-01-09 3...

support