linux下如何安装charles

charles是很好的抓包工具。

如何安装呢?

可以去官网下载:http://www.charlesproxy.com/download/

如果是Debian系列的,可以直接用apt-get 安装

http://www.charlesproxy.com/documentation/installation/apt-repository/

wget -q -O - http://www.charlesproxy.com/packages/apt/PublicKey | sudo apt-key add -
vi /etc/apt/sources.list.d/charles.list 
添加一行代码: deb http://www.charlesproxy.com/packages/apt/ charles-proxy main
sudo apt-get update
sudo apt-get install charles-proxy

 

posted @ 2015-05-03 23:18  KoMiles  阅读(8061)  评论(0编辑  收藏  举报