Blind XSS workflowEMBEDDED

Track payloads that do not run immediately but execute later in admin consoles, notifications, log viewers, or CRMs.

HTML payload check

This scenario tests how user input is rendered into HTML / DOM, not iframe sandbox behavior.

  • Apply the same rendering policy to user, admin, operator, mail, and log surfaces
  • Do not include secrets in callbacks; record only execution time and surface
  • Treat stored XSS as a delayed-surface test case

Payload

Payload to copy

Replace with a callback endpoint you own during authorized testing.

Paste into

An editor, comment, profile, or HTML-rendering input in a dev/staging surface you are authorized to test

Result rule

Execution is a warning sign. Expected defenses render the code as text or remove the executable parts.

Preview

The preview intentionally performs unsafe rendering for learning. In a real service, this payload should be escaped as text or removed.

Log

// no logs

Explanation