链式攻击(钓鱼 + 全屏 + redirect)EMBEDDED

复现假全屏 UI、凭据捕获、top redirect 组合在一起降低用户怀疑的攻击流程。

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

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

当前代码没有 sandbox 限制,仅用于观察行为,不应作为生产环境默认配置。
<iframe src="https://xss-playground.com/embed/chained-attack?lang=zh" title="XSS Playground - 链式攻击(钓鱼 + 全屏 + redirect)" width="600" height="420" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe>

执行

// 无日志

说明