zoukankan      html  css  js  c++  java
  • HTTP监视器charles入门使用教程分享---http/s packet monitors---ubuntu installation

    charles --usage

    http://www.cnblogs.com/chenlogin/p/5849471.html

    按照Charles的提示,PC打开 chls.pro/ssl
    下载得到一个 charles-proxy-ssl-proxying-certificate.pem 证书
    传送到手机(姿势自选)
    设置 > 更多设置(系统和设备) > 系统安全 > 从存储设备安装

    APT repository

    Charles has an APT repository for Debian-based Linux distributions.

    NB: The keys for the repo changed on 26 July 2016, to utilise a larger key size and stronger digests. Existing users of the APT repository will need to import the new public key. The new public key is at the same URL as the old public key, therefore repeat the apt-key add step below to add it. Finally, run apt-get update to use the new key.

    First install the GPG public key for the repository so you can verify that the packages are correctly signed. The current public key id is 1AD28806 and its fingerprint is 4BA7 DB85 7B57 0089 7420  96E1 5F16 B97C 1AD2 8806:

    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
    

    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'

    Then update your sources and install Charles:

    sudo apt-get update
    sudo apt-get install charles-proxy
    

    The package creates a "charles" command in /usr/bin, and adds Charles in your application menus in your window manager.

    You may also install the beta track of Charles which is called charles-proxy-beta.

    Charles 3

    To install Charles 3, use the package charles-proxy3. You can have both Charles 4 and Charles 3 installed at the same time.

    The package creates a "charles3" command in /usr/bin, and adds Charles in your application menues in your window manager.

    https://yq.aliyun.com/ziliao/27424

    HTTP监视器charles入门使用教程分享

  • 相关阅读:
    .NET 压缩解压库发布,支持进度查看
    WPF 蒙罩层 LoadingPage
    WPF如何用TreeView制作好友列表、播放列表
    WPF多线程UI更新——两种方法
    .NET责任链模式(混合单例模式,模板方法模式)-----制作与扩展能力验证
    .NET单例模式-------各种写法&&验证
    迭代器模式和组合模式混用
    正确理解DTO、值对象和POCO
    理解POCO
    VM
  • 原文地址:https://www.cnblogs.com/SZLLQ2000/p/7501476.html
Copyright © 2011-2022 走看看