ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.35k stars 177 forks source link

When proxyman captures Android packets, can it forward traffic through VPN like the httptoolkit mode? #2004

Open ThinkerT opened 2 months ago

ThinkerT commented 2 months ago

Description

When proxyman captures Android data packets, can it add the function of forwarding traffic through VPN like httptoolkit mode?

Why this feature/change is important?

This can solve the scenario where the official version of apps captures https traffic without having to add AndroidManifest.xml.

NghiaTranUIT commented 2 months ago

Can you share with me the Docs of the VPN feature from HTTPToolkit ?

This can solve the scenario where the official version of apps captures https traffic without having to add AndroidManifest.xml.

I'm not sure if if the VPN solution is possible because Android requires the AndroidManifest.xml in order to decrypt HTTPS traffic.

ThinkerT commented 2 months ago

https://httptoolkit.com/docs/guides/android/

Its usage process requires installing its own app on the Android side, and the traffic should be sent to the httptoolkit on the PC side through the app.

您能与我分享 HTTPToolkit 中 VPN 功能的文档吗?

这样可以解决正式版应用捕获https流量的场景,无需添加AndroidManifest.xml。

我不确定 VPN 解决方案是否可行,因为 Android 需要 VPN 解决方案AndroidManifest.xml才能解密 HTTPS 流量。