Webcourse/15-前端综合/网络抓包和代理工具:Whistle.md

45 lines
561 B
JavaScript
Raw Normal View History

2020-04-20 10:16:01 +08:00
## Whistle 官网
- Whistle 官网<https://wproxy.org/whistle/>
- Whistle GitHub<https://github.com/avwo/whistle>
2020-04-20 23:05:48 +08:00
## Whistle 安装启动
### 1Whistle 安装
2020-04-20 10:16:01 +08:00
1通过 npm 安装 Whistle
2020-04-20 23:05:48 +08:00
### 2启动 whistle
```bash
w2 start
```
然后在浏览器输入`http://127.0.0.1:8899/` 即可打开代理配置的页面
### 3配置代理
**chrome浏览器配置代理**
暂略
**Firefox浏览器配置代理**
![](../img/20200420_1357.png)
### 4安装证书并添加信任
2020-04-20 10:16:01 +08:00
![](../img/20200420_0922.png)
2020-04-20 23:05:48 +08:00