当前位置:网站首页>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
边栏推荐
- How to ensure the consistency of database and cache data?
- 限制字符绕过
- DNS解析过程【访问网站】
- 47. 【Pointers and Arrays】
- Summary of the stock problem of state machine dynamic programming
- leetcode:127. Word Solitaire
- Homework: iptables prevent nmap scan and binlog
- Manually set transaction commit in mysql
- 消息队列存储消息数据的MySQL表设计
- MPI简谈
猜你喜欢

asser利用蚁剑登录

jira是什么

joiplay模拟器如何使用

@requestmapping注解的作用及用法

Android security optimization - APP reinforcement

An easy-to-use interface testing tools - the Postman

uniapp folding box secondary loop

uniapp develops WeChat applet - soft exam brushing applet

45.【list链表的应用】

How to import game archives in joiplay emulator
随机推荐
The first level must project independently
Linux 部署mysql 5.7全程跟踪 完整步骤 django部署
神经网络(ANN)
Manually set transaction commit in mysql
How to open the payment channel interface?
MySQL数据库的truncate与delete区别
Mysql体系化之JOIN运算实例分析
Gabor滤波器学习笔记
jira是什么
A Brief Talk About MPI
从两个易错的笔试题深入理解自增运算符
2D转换模块&&媒体查询
二叉查找树的定义,查找,插入,删除
IOT跨平台组件设计方案
Shell programming conditional statement test command Integer value, string comparison Logical test File test
background对float的子元素无效
(五)fastai应用
How to solve the error of joiplay simulator
Encapsulate and obtain system user information, roles and permission control
【VisDrone数据集】YOLOV3训练VisDrone数据集步骤与结果