Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zema1 authored Jun 20, 2019
1 parent c60c21a commit 05f2774
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ mitm 的配置项主要用于被动扫描模式下的代理的配置。
mitm:
ca_cert: ./ca.crt
ca_key: ./ca.key
includes: "*"
excludes: ""
includes:
- "*"
excludes:
- "*google*"
```

配置项中的前两项: `ca_cert``ca_key` 用于指定中间人的根证书路径。和 burp 类似,抓取 https 流量需要信任一个根证书,这个根证书可以自行生成,也可用下列自带的命令生成:
Expand Down

0 comments on commit 05f2774

Please sign in to comment.