XSSPurify
Requirements
- context-parser
- css-js
- cssfilter
- nodejs
What Is XSSPurify?
XSSPurify is a super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG.
XSS Examples: Examples
Input And Output
Input:
<output onclick="alert(1)"><b>Click Me</b></output>
Click Me
Output:
<b>Click Me</b>
Click Me