Charles抓取HTTPS数据包方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Charles抓取HTTPS数据包方法相关的知识,希望对你有一定的参考价值。

破解之后进行设置

  1. 设置代理端口8888
    技术图片
  2. ssl代理设置
    技术图片
  3. 允许所有地址连接
    技术图片
  4. 手机获取证书之前,先在电脑安装证书,需要信任。
    help-->ssl-proxying-->Install Charles Root Certificate
    技术图片
  5. help-->ssl-proxying-->Install Charles Root Certificate on Mobile Device or Remote Browser...
    技术图片
  6. 手机访问:chls.pro/ssl
    若出现如下错误:
    Charles Error Report
    Name lookup failed for remote host Charles failed to resolve the name of the remote host into an IP address. Check that the URL is correct.
    The actual exception reported was: java.net.UnknownHostException: http: unknown error Charles Proxy, http://www.charlesproxy.com/
    需要在电脑上加上DNS:114.114.114.114
    然后访问,下载证书,证书是pem格式,需要把后缀改成crt。

也可以选择导入证书。下载证书要保证手机和电脑是互通的。可以关掉防火墙,杀软等。

以上是关于Charles抓取HTTPS数据包方法的主要内容,如果未能解决你的问题,请参考以下文章

Charles 如何抓取https数据包

抓包工具(如Charles)抓取Https数据包

charles抓取PC端http与https协议数据包

Python爬虫编程思想(117):抓取移动App数据--使用Charles监听HTTPS数据包

抓包工具--charles

Python爬虫编程思想(115):抓取移动App数据--使用Charles抓取HTTP数据包