简体   繁体   English

如何在Android上拦截移动流量?

[英]How to intercept mobile traffic on Android?

I have a device (videocamera) with Android inside. 我有一个装有Android的设备(摄像机)。 I have root access via ADB to the OS of the videocamera. 我可以通过ADB对摄像机的操作系统进行root访问。

The camera sends data to the internet using a SIM card. 相机使用SIM卡将数据发送到互联网。 Is there a way to redirect the mobile traffic to a proxy, so that I could research it? 有没有一种方法可以将移动流量重定向到代理,以便我可以对其进行研究?

1) Seems that an apk like ProxyDroid may help, but it lacks the command line interface. 1)似乎像ProxyDroid这样的apk可能会有所帮助,但它缺少命令行界面。 2) I tried redirecting the traffic using Access Point Name (APN), but is did not help. 2)我尝试使用访问点名称(APN)重定向流量,但没有帮助。

常用的工具是Charles Proxy,但是您需要能够在主机设备上安装证书。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM