1. Detecting Script Tag Injection in User Comments
Web DeveloperBackground
A developer is building a blog comment system and needs to ensure user comments do not contain malicious scripts.
Problem
Suspect that some comments might include <script> tags or event handlers like onclick.
How to use
Paste the comment text into the tool, enable 'Check Script Tags' and 'Check Event Handlers', then run the analysis.
Outcome
The tool identifies a <script>alert('XSS')</script> pattern and flags it as HIGH risk, allowing the developer to sanitize the input.