mac下Fiddler的安装-启动

Posted ShuiChe’s Blog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac下Fiddler的安装-启动相关的知识,希望对你有一定的参考价值。

使用教程参考:http://www.cnblogs.com/TankXiao/archive/2012/02/06/2337728.html#request

环境安装

Mono安装

首先,Mac下需要使用.Net编译后的程序,需要用到跨平台的方案Mono(现阶段微软已推出跨平台的方案.Net Core,不过暂时只支持控制台程序)。安装程序可以从http://www.mono-project.com/download地址下载。

安装完后,在Terminal里执行以下命令:

/Library/Frameworks/Mono.framework/Versions/<Mono Version>/bin/mozroots --import --sync

  此步是为了从Mozilla LXR上下载所有受信任的root证书,存于Mono的证书库里。root证书能用于请求https地址。

Fiddler的安装

从Fiddler官网https://www.telerik.com/download/fiddler下载fiddler-mac.zip的压缩包。解压到非中文字符的路径下。

Fiddler运行

打开Terminal,进入到刚才解压的Fiddler路径,执行命令运行:

mono Fiddler.exe

提醒:

  1. 启动时报错,类似下面

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

  解决方案: https://hk.saowen.com/a/8a726de5a45fb20a2591440689eb0509115eccdfd2d8de01072d3f11f4f21652

mono --arch=32 Fiddler.exe

  2. 启动的时候时间会比较久,大概2分钟左右,多等一会儿

 

 

 

以上是关于mac下Fiddler的安装-启动的主要内容,如果未能解决你的问题,请参考以下文章

python爬虫 mac下安装使用Fiddler

Mac 下使用 Fiddler

Mac下安装Fiddler抓包工具(别试了,会报错,没办法使用)

mac下使用mono运行Fiddler!!

mac如何安装抓包工具Fiddler

python 一个终端代码片段,在mac上生成可启动的usb live CD,以运行类似ubuntu或debian的内容。