charles抓包工具

1、网页系统抓包,定位是前端问题还是后端问题

2、app请求抓包

3、模拟异常情况,发出去的请求和返回的数据都是可以修改。

4、模拟弱网请求

proxy -throttle setting

 

linux 下安装

1、执行命令

wget -q -O - https://www.charlesproxy.com/packages/apt/PublicKey | sudo apt-key add -

or alternatively:

sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 1AD28806

2、Then add the repository to your sources:

sudo sh -c 'echo deb https://www.charlesproxy.com/packages/apt/ charles-proxy main > /etc/apt/sources.list.d/charles.list'

3、 update your sources and install Charles:

sudo apt-get update
sudo apt-get install charles-proxy
posted @ 2018-03-24 09:56  liuyanerfly  阅读(100)  评论(0编辑  收藏  举报