zoukankan      html  css  js  c++  java
  • BurpSuite与浏览器添加认证证书

    1. 在浏览器上挂上代理;并设置端口号;

     

    2. Burpsuite工具中设置代理选项;

    3. 在浏览器中输入http://burp

     

    4. 下载证书;

     

    5. 导入证书

    Burpsuite中导入证书;

     

    在浏览器中导入证书

    (浏览器中选项——搜索框中输入证书——导入证书——勾选出来的两项内容(由于我的已经安装过,不显示)——选择之前下载好的证书导入)

     

     

    6. 信任证书;

    尝试用挂上代理的浏览器去访问https://www.baidu.com 的页面,Burpsuite开启拦截功能(intercept is on);

    如果此时可以拦截客户端到百度服务器的包,就证明整个环境搭建好了;

     

     这样就配置好啦

  • 相关阅读:
    python 爬虫 urllib模块 url编码处理
    python 爬虫 urllib模块 目录
    python 爬虫 urllib模块介绍
    python 爬虫 目录
    爬虫 介绍
    POJ 2533
    POJ 2531
    POJ 2524
    POJ 2505
    POJ 2521
  • 原文地址:https://www.cnblogs.com/qiantan/p/11510841.html
Copyright © 2011-2022 走看看