问题表现:某个APP的HTTPS流量抓取不到,Fiddler报错,但可以正常抓取其它的HTTPS流量

可能原因:

1.Flutter应用,解决方案:https://www.cnblogs.com/lulianqi/p/11380794.html(未验证是否可行)

 

2.APP自带证书,解决方案:

Android安装JustTrustMe插件(已验证可行,雷电模拟器,安卓5.1,需要ROOT)

IOS安装ssl-kill-switch2插件(已验证可行,需要越狱

 

具体参考链接:

(Android)https://blog.csdn.net/qq_29027865/article/details/83755574,插件地址:https://github.com/Fuzion24/JustTrustMe/releases

(IOS)        https://testerhome.com/articles/17249,插件地址:https://github.com/nabla-c0d3/ssl-kill-switch2/releases记得打开插件开关

相关文章:

  • 2022-12-23
  • 2021-05-24
  • 2021-07-27
  • 2022-01-12
  • 2021-08-28
  • 2022-01-30
  • 2021-12-31
  • 2021-10-29
猜你喜欢
  • 2021-04-20
  • 2021-11-21
  • 2022-01-13
  • 2021-08-28
  • 2021-08-18
  • 2021-04-27
  • 2021-09-12
相关资源
相似解决方案