Labs / Input Validation 0x01

Can you bypass the check?

  1. Enter your XXS payload.
  2. Select the type of filtering you want to use.
  3. 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>