使用fiddler进行genymotion安卓虚拟机手机抓包

1.首先先下载fiddler,这个直接百度就有啦。

2.打开fiddler ,可以看到这个界面还是挺帅的:

使用fiddler进行genymotion安卓虚拟机手机抓包_第1张图片
3.选择Tools - Fiddler Options -Https选项卡
将配置设置为如下:

使用fiddler进行genymotion安卓虚拟机手机抓包_第2张图片
4.将Connections 设置为如下:

使用fiddler进行genymotion安卓虚拟机手机抓包_第3张图片
5.现在就是设置手机的时候了,老外教程 以下内容摘自此:
我使用的是genymotion:
Go to Android settings menu
In Wireless & Networks section, select Wi-Fi
Press and hold for 2 seconds WiredSSID network in the list
Choose Modify Network
Check Show advanced options
Select Manual for Proxy settings menu entry
Now enter the proxy settings provided by your network administrator
Ip: 10.0.3.2 (this is a special ip that Genymotion uses to connect back to the host)
Port: 8888
Finally press the Save button

使用fiddler进行genymotion安卓虚拟机手机抓包_第4张图片

上面已经说的很清楚了,所以我就不再重复了。

接下来看看Fiddler吧,刷刷刷,出现了一堆抓到的包:

使用fiddler进行genymotion安卓虚拟机手机抓包_第5张图片

就这样 JSON什么的都可以看到
Fiddler比Wireshark简单好多有木有,至少对于我这种菜鸟来说是这样的 :-D

android自带的浏览器访问https的时候老是弹窗security warning信息

setting -> privacy & security -> show security warnings 去掉打钩就不再弹窗了

你可能感兴趣的:(使用fiddler进行genymotion安卓虚拟机手机抓包)