ios - app抓包遇到反抓包
高洛峰
高洛峰 2017-04-18 09:17:55
0
5
840

在Mac下用Charles对iOS app进行抓包,发现一个app很诡异,不设置代理的时候能够正常运行,一旦设置代理就获取不到服务器的数据,自然也就无法抓包,请问该如何解决?

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(5)
小葫芦

I guess it’s a problem with the https certificate. A proxy was used, which caused the verification to fail and the request to fail

黄舟

Capture packets directly at the network interface, or use wireshark+winpcap to capture packets. Generally, this software operates at the bottom of the hardware and is not easily detected.

小葫芦

You can try to use the tcpdump command to capture packets

You can refer to the textbook: http://www.jianshu.com/p/a62ed1bb5b20

刘奇

Certificate issue. No match

黄舟

This is the first time I heard about anti-packet capture

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template