题库来源于xss.haozi.me,题目的终极目标在于想方设法让浏览器渲染出JavaScript代码alert(1)并成功弹窗

#0x00

题目:

alert(1) to xss.haozi.me with 0x00

alert(1) to xss.haozi.me with 0x00

这道题对于input输入没有过滤措施,且直接将用户输入渲染至div中,那么我们直接在input中输入script代码即可,作为第一道题,快速清晰地让我们了解xss的简单攻击手段:

alert(1) to xss.haozi.me with 0x00

成功**:

alert(1) to xss.haozi.me with 0x00

 

相关文章:

  • 2021-09-17
  • 2022-01-27
  • 2021-05-28
  • 2021-11-16
  • 2022-02-04
  • 2021-10-25
  • 2021-12-12
  • 2022-01-11
猜你喜欢
  • 2021-06-03
  • 2021-12-25
  • 2021-10-24
  • 2021-11-19
  • 2021-07-17
  • 2021-05-26
  • 2021-07-01
相关资源
相似解决方案