Skip to content

Commit aa3d243

Browse files
author
runshell
committed
modified: "content/post/\347\275\221\347\273\234\345\256\211\345\205\250/Burp\344\270\255\345\214\271\351\205\215\344\270\255\346\226\207.md"
modified: "content/post/\347\275\221\347\273\234\345\256\211\345\205\250/burp suite\344\270\255\347\232\204dnslog.md" new file: "content/post/\347\275\221\347\273\234\345\256\211\345\205\250/centos stream9\345\256\211\350\243\205arkime.md"
1 parent 5ad8dd8 commit aa3d243

File tree

3 files changed

+278
-144
lines changed

3 files changed

+278
-144
lines changed
Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
---
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: ["网络安全"] # 文章分类
99
image: "/images/image1.png"
1010
---
1111

12-
13-
14-
**问题:**Burp中有很多地方可以进行正则匹配,比如Instruder模块中筛选响应包,proxy模块中匹并配替换字符串。中文在匹配的时候,添加进匹配列表就变身了,关键是与数据包内的相应字符不能匹配。
12+
**问题:**Burp 中有很多地方可以进行正则匹配,比如 Instruder 模块中筛选响应包,proxy 模块中匹并配替换字符串。中文在匹配的时候,添加进匹配列表就变身了,关键是与数据包内的相应字符不能匹配。
1513

1614
**解决办法:**
1715

18-
1. 在user option中设置字符集(character sets)为显示原始字节流(Display as raw bytes);
16+
1. 在 user option 中设置字符集(character sets)为显示原始字节流(Display as raw bytes);
1917

2018
![image1](..//images/image1.png)
2119

2220
2. 在响应包中复制要匹配的中文,显示的是乱码;
2321

2422
![image2](..//images/image2.png)
2523

26-
27-
2824
3. 将复制的乱码粘贴到添加匹配字符串的地方。
2925

30-
![image3](..//images/image3.png)
26+
![image3](..//images/image3.png)

0 commit comments

Comments
 (0)