img 标签 GET 请求 CSRFEMBEDDED

检查是否可通过 img.src 请求外部状态变更 GET endpoint,并自动携带 cookie。

按 sandbox 策略的行为
策略预期结果
无 sandbox通过
sandbox="allow-scripts"通过
sandbox="" (最严)通过
Embed 代码

此代码使用专用嵌入页面。粘贴到您的服务后检查渲染或拦截行为。

<iframe src="https://xss-playground.com/embed/csrf-image?lang=zh" title="XSS Playground - img 标签 GET 请求 CSRF" width="600" height="420" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe>

执行

// 无日志

说明