当前位置:网站首页>Restricted character bypass
Restricted character bypass
2022-07-31 00:14:00 【Miracle_ze】
Character Short Domain Bypass
I. Bypass method
1.1 rewrite, use short tags
1.2 Multiple characters in Unicode represent single characters
The following special characters will be recognized as single characters by html
- ff expands to
ff
- ℠ expands to
sm
- ㏛ expands to
sr
- st expands to
st
- ㎭ expands to
rad
- ℡ expands to
tel
1.3 entity encoding html
Second, limit the length of short-character short domain name bypass
2.1 xss_clean filter statement
Use the beef tool to start trying xss injection, first use the basic statement to implement the pop-up window
Add result:
It can be seen from the above figure that the injection failed after being filtered by xss_clean.
For this we remove xss_clean to test if it is filtered because of it
The result indicates that xss_clean is filtered because xss_clean
It is worth noting that svg is ignored in the current xss_clean version, for this we can use svg injection
Refresh the page again to display
2.2
When looking at the front-end reference file, I found that jQuery was used
Therefore, you can use to inject, and use the teacher's telsr.co domain, which is shortened to 5 characters.But this website is an external network provided by the teacher. I don't have a VPN, so I chose my own.So modify the character limit in length
Successfully obtained, viewed on beef.
Beef gets successfully bypassed.
Third, kali's beef installation
边栏推荐
- software development design process
- align-content、justify-content、align-items三个属性的作用和效果
- uniapp develops WeChat applet - soft exam brushing applet
- Steven Giesel 最近发布了一个由5部分内容组成的系列,记录了他首次使用 Uno Platform 构建应用程序的经验。
- 2D转换模块&&媒体查询
- background对float的子元素无效
- PHP图片添加文字水印
- How to import game archives in joiplay emulator
- 【VisDrone数据集】YOLOV3训练VisDrone数据集步骤与结果
- 边缘计算与小程序也能结合!智能家居是否能借势上台阶
猜你喜欢
随机推荐
MySQL面试题
How to Repair Word File Corruption
软考总结
封装、获取系统用户信息、角色及权限控制
Machine Learning 1-Regression Model (2)
宽客必备神器-AKShare
How to install joiplay emulator rtp
pytorch的安装注意事项
Linux 部署mysql 5.7全程跟踪 完整步骤 django部署
flex布局父项常见属性flex-wrap
正则表达式密码策略与正则回溯机制绕过
How to ensure the consistency of database and cache data?
leetcode 406. Queue Reconstruction by Height 根据身高重建队列(中等)
Necessary artifacts - AKShare quants
[In-depth and easy-to-follow FPGA learning 15---------- Timing analysis basics]
A Brief Talk About MPI
Encapsulate and obtain system user information, roles and permission control
leetcode:127. 单词接龙
写了多年业务代码,我发现了这11个门道,只有内行才知道
【深入浅出玩转FPGA学习15----------时序分析基础】