Labs / Input Validation 0x01
Can you bypass the check?
- Enter your XXS payload.
- Select the type of filtering you want to use.
- Click Test.
Regex examples:
Remove opening and closing script tags: <script>|<\/script>
Remove HTML element event handlers: on\w+=
Remove all HTML tags: <[^>]+>
Remove iframes: <iframe>|<\/iframe>