当前位置:网站首页>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
边栏推荐
猜你喜欢

会议OA项目待开会议、所有会议功能

封装、获取系统用户信息、角色及权限控制

mysql中关于存储过程无法实现迁移复制表中数据问题

Android security optimization - APP reinforcement

Learn Scope from a Compilation Perspective!

joiplay模拟器如何导入游戏存档

How to adjust Chinese in joiplay simulator

The difference between ?? and ??= and ?. and || in JS

Manually set transaction commit in mysql

【深入浅出玩转FPGA学习15----------时序分析基础】
随机推荐
leetcode 406. Queue Reconstruction by Height
Ukraine's foreign ministry: wu was restored to complete the export of food security
Shell programming conditional statement test command Integer value, string comparison Logical test File test
How to ensure the consistency of database and cache data?
Encapsulate and obtain system user information, roles and permission control
h264和h265解码上的区别
uni-ui installation
After writing business code for many years, I found these 11 doorways, which only experts know
HCIP第十六天笔记
45. [Application of list linked list]
The first level must project independently
XSS相关知识
transition过渡&&animation动画
How to solve the error of joiplay simulator
xss绕过:prompt(1)
Shell编程条件语句 test命令 整数值,字符串比较 逻辑测试 文件测试
uniapp develops WeChat applet - soft exam brushing applet
firewalld
ABC 261 F - Sorting Color Balls(逆序对)
Kotlin特殊类