1
locoz Jul 9, 2019
https://i.loli.net/2019/07/09/5d244e3a6345b79168.png
随手丢进 Jadx 搜了一下,目测是混淆导致的 JustTrustMe 失效,可以看看我的这篇文章: https://zhuanlan.zhihu.com/p/63028507 |
2
foxyier OP @locoz 大佬,通过你的方法已经不会出现开启代理后没有网络的情况了,但是用 fiddler 抓包的时候接口依然是锁头状态无法获取接口参数及数据,请问有什么办法呢
|
3
locoz Jul 10, 2019
界面上有什么提示吗?有的话反编译搜一下提示内容
|
4
foxyier OP @locoz
这个就是提示的内容: 这是 response 的 headers: HTTP/1.1 200 Connection Established FiddlerGateway: Direct StartTime: 15:54:25.412 Connection: close 这是返回的文本: Encrypted HTTPS traffic flows through this CONNECT tunnel. HTTPS Decryption is enabled in Fiddler, so decrypted sessions running in this tunnel will be shown in the Web Sessions list. Secure Protocol: Tls12 Cipher: Aes128 128bits Hash Algorithm: Sha256 256bits Key Exchange: ECDHE_RSA (0xae06) 256bits == Server Certificate ========== [Subject] CN=*.itouchtv.cn, S=广东省, L=广州市, O=广州荔枝网络有限公司, C=CN [Issuer] CN=WoSign OV SSL CA, O=WoSign CA Limited, C=CN [Serial Number] 12D6A4902E380B52703CF0F6880C617F [Not Before] 2017/10/27 14:34:56 [Not After] 2020/10/25 14:34:56 [Thumbprint] 17A1C052BA4F0B4EC151FA22EBBEF2F122F175BB [SubjectAltNames] *.itouchtv.cn, itouchtv.cn |
8
locoz Jul 11, 2019
@foxyier #6 你抓浏览器 APP 的包能抓到吗?如果没问题的话,有可能是做了代理检测,你试试在解了 ssl pinning 的基础上加个全局代理试试,就是我那个抓包系列文章中的初级篇内容。
|
10
linhua Jul 11, 2019
强制代理或者 vpn 后没有网络 , 说明还是 ssl pinning 导致的问题
|