xss小游戏及常用绕过方法

下载链接:https://pan.baidu.com/s/143vKmX0mfmseIFK-iQesYg

参考链接:https://www.secpulse.com/archives/44299.html

                  https://xz.aliyun.com/t/1206

----------------------------------------------------------------------------------------------------------------------

less-1 -->less-4

使用鼠标点击事件加"/'绕过即可

less-5------------------

<!DOCTYPE html><!--STATUS OK--><html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<script>
window.alert = function()  
{     
confirm("完成的不错!");
 window.location.href="level6.php?keyword=break it out!"; 
}
</script>
<title>欢迎来到level5<

版权声明:本文为qq_34449006原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。