Web/00-前端工具/03-网络抓包和代理工具:Whistle.md

110 lines
2.6 KiB
Markdown
Raw Normal View History

2021-11-15 21:53:56 +08:00
---
title: 03-网络抓包和代理工具Whistle
---
<ArticleTopAd></ArticleTopAd>
2021-04-10 11:03:41 +08:00
## Whistle 官网
- Whistle 官网:<https://wproxy.org/whistle/>
- Whistle 的 GitHub<https://github.com/avwo/whistle>
## Whistle 安装启动
### 1、Whistle 安装
1通过 npm 安装 Whistle
### 2、启动 whistle
```bash
w2 start
```
然后在浏览器输入`http://127.0.0.1:8899/` 即可打开代理配置的页面。
### 3、配置代理
**chrome浏览器配置代理**
2021-11-15 21:53:56 +08:00
可参考官方文档。
2021-04-10 11:03:41 +08:00
**Firefox浏览器配置代理**
2021-11-15 21:53:56 +08:00
![](https://img.smyhvae.com/20200420_1357.png)
2021-04-10 11:03:41 +08:00
### 4、安装证书并添加信任
2021-11-15 21:53:56 +08:00
![](https://img.smyhvae.com/20200420_0922.png)
证书下载后双击安装安装目录选择“登录”这个tab。安装完成后记得执行 `w2 restart`重启 whistle。
2021-04-10 11:03:41 +08:00
### 手机设置代理
连接好指定的wifi后点击那个wifi里的设置将「代理」那一项设置为手动然后输入ip电脑上的ip、端口号8899。然后就可以通过电脑上的whistle工具查看手机的网页请求。
注意,要保证手机和电脑在同一个网络下。
2021-11-15 21:53:56 +08:00
另外,还需要在手机的浏览器,地址栏输入`rootca.pro`,给手机安装证书。
2018-04-26 22:36:33 +08:00
## 捕获和拦截https请求
whistle安装证书后可以拦截 https 请求。但是我现在又不想拦截https请求了该怎么卸载证书呢
我发现,证书无法卸载,正确的操作是:
![](http://img.smyhvae.com/20180426_1621.png)
上图中把红框部分去掉勾选就不捕获https了。谢谢azh童鞋。
参考链接:
- [Android 手机如何设置http代理](https://www.zhihu.com/question/21474174)
- [使用 Whistle 对 iOS HTTPS 进行抓包](http://zhuscat.com/2017/09/20/https-proxy-on-ios/)
2018-10-02 22:10:26 +08:00
## 移动端调试神器:eruda
2018-10-02 22:10:26 +08:00
> 手机连接代理时如何看console.log的日志信息?
> 现在代码里有console.log如果是在电脑浏览器上看可以直接在控制台查看console.log的内容。但是如果手机连接代理在手机上打开网页的话要怎么查看console.log的内容呢具体做法如下
1在 whistle中新建一个名叫`Eruda H5`的代理,代理中的内容是:
```
http://xxx.com htmlAppend://{eruda.html}
```
(2)新建一个values里面的内容是
```html
<script src="//cdn.bootcss.com/eruda/1.4.3/eruda.min.js"></script>
<script>
eruda.init()
</script>
```
然后就OK了。
2022-10-09 14:52:10 +08:00
## 赞赏作者
2021-04-10 11:03:41 +08:00
2022-10-09 14:52:10 +08:00
创作不易,你的赞赏和认可,是我更新的最大动力:
![](https://img.smyhvae.com/20220401_1800.jpg)