在Mac下用Charles对iOS app进行抓包,发现一个app很诡异,不设置代理的时候能够正常运行,一旦设置代理就获取不到服务器的数据,自然也就无法抓包,请问该如何解决?
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
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
tcpdump
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
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 packetsYou 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