File tree Expand file tree Collapse file tree 3 files changed +278
-144
lines changed Expand file tree Collapse file tree 3 files changed +278
-144
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : " Burp中匹配中文" # 文章标题
3
- date : 2018-07-15T14:30:00+08:00 # 文章创建日期
4
- draft : false # 是否为草稿,true 表示草稿,不会在网站上显示
5
- author : " runshell" # 文章作者
6
- description : " Burpsuite匹配中文" # 文章描述
7
- tags : ["网络安全"," Burpsuite"] # 文章标签
8
- categories : ["网络安全"] # 文章分类
2
+ title : " Burp中匹配中文" # 文章标题
3
+ date : 2018-07-15T14:30:00+08:00 # 文章创建日期
4
+ draft : false # 是否为草稿,true 表示草稿,不会在网站上显示
5
+ author : " runshell" # 文章作者
6
+ description : " Burpsuite匹配中文" # 文章描述
7
+ tags : ["Burpsuite"] # 文章标签
8
+ categories : ["网络安全"] # 文章分类
9
9
image : " /images/image1.png"
10
10
---
11
11
12
-
13
-
14
- ** 问题:** Burp中有很多地方可以进行正则匹配,比如Instruder模块中筛选响应包,proxy模块中匹并配替换字符串。中文在匹配的时候,添加进匹配列表就变身了,关键是与数据包内的相应字符不能匹配。
12
+ ** 问题:** Burp 中有很多地方可以进行正则匹配,比如 Instruder 模块中筛选响应包,proxy 模块中匹并配替换字符串。中文在匹配的时候,添加进匹配列表就变身了,关键是与数据包内的相应字符不能匹配。
15
13
16
14
** 解决办法:**
17
15
18
- 1 . 在user option中设置字符集 (character sets)为显示原始字节流(Display as raw bytes);
16
+ 1 . 在 user option 中设置字符集 (character sets)为显示原始字节流(Display as raw bytes);
19
17
20
18
![ image1] ( ..//images/image1.png )
21
19
22
20
2 . 在响应包中复制要匹配的中文,显示的是乱码;
23
21
24
22
![ image2] ( ..//images/image2.png )
25
23
26
-
27
-
28
24
3 . 将复制的乱码粘贴到添加匹配字符串的地方。
29
25
30
- ![ image3] ( ..//images/image3.png )
26
+ ![ image3] ( ..//images/image3.png )
You can’t perform that action at this time.
0 commit comments