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

Posted 快乐存储

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用fiddler进行genymotion安卓虚拟机手机抓包相关的知识,希望对你有一定的参考价值。

1.首先先下载fiddler,打开fiddler ,可以看到这个界面:


3.选择Tools - Fiddler Options -Https选项卡
将配置设置为如下:


4.将Connections 设置为如下:


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吧,刷刷刷,出现了一堆抓到的包:

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

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

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

以上是关于使用fiddler进行genymotion安卓虚拟机手机抓包的主要内容,如果未能解决你的问题,请参考以下文章

使用Genymotion安卓apk报错解决方法

Hyper-v 与Oracle VM VirtualBox 之间的冲突问题

centos7安装安卓模拟器Genymotion提示没有virtualbox,但是我已经安装并可以打开

Android-模拟器genymotion的安装与配置

安卓开发中使用Genymotion模拟器

Genymotion 的那些事