Fiddler 抓包淘宝小程序(Android)
时间:2020-10-16 10:39:07
收藏:0
阅读:48
手机抓包:安卓用fiddler,ios用charles
一、环境配置
- 在PC上安装Fiddler
- 手机和电脑连同一Wifi
二、Fiddler设置
- 打开Fiddler->Tools->Options
- 在HTTPSl栏勾选Capture HTTPS CONNECTs
- 勾选Decrypt HTTPS traffic,选择...from remote clients only
- 点击Actions->Export Root...,双击安装证书
- 切换到Connetions,填写端口号(默认为8888)
- 勾选Allow remote computers to connect
三、查看电脑IP地址
- Win+R->cmd打开窗口
- 输入ipconfig,记下IPv4地址:10.10.0.0
四、手机配置WLAN
- 打开网络连接,设置手动代理
- 服务器主机名填写电脑的IP地址:10.10.0.0
- 服务器端口写Fiddler配置的端口号:8889
- 保存
五、手机安装证书(非必须)
- 打开手机浏览器,输入地址:http://10.10.0.0:8889
- 点击FillerRoot certificate 并安装
六、开始抓取
- 电脑Fiddler点击左下角,开启Capturing
- 手机访问淘宝小程序
评论(0)