This page lets you test IAST taint tracking from specific sources (URL query, hash, cookie, storage, window.name, textarea) into various DOM sinks (innerHTML, outerHTML, insertAdjacentHTML, document.write, DOM mutations, inline event handlers).
Active source type:
The IAST engine should show which source was used in each finding, e.g.
hash:param:payload, query:param:payload,
cookie:iast_payload, etc. Use this page to verify that your taint tracking
correctly attributes each DOM sink to the selected source type.
For each sink, click a button to inject the currently selected source value into that sink. The IAST engine should show which source and sink were used.
Opens a new document.write with the payload in this window.