监控来自非浏览器的 ssl http 请求

发布于 2024-11-03 15:23:42 字数 80 浏览 3 评论 0原文

你好 我想监视 exe 生成的 SSL http 请求。有什么工具可以帮助我吗?

我尝试提琴手,但它无法提供有关标头字段等的信息。

Hi
I want to monitor SSL http request generated out of a exe. Is there any tool that can help me?

I trying fiddler but it cannt give information about header fields and etc.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

屋檐 2024-11-10 15:23:42

您可以尝试查尔斯:http://www.charlesproxy.com/
(您必须接受中间 SSL 证书)

You can try Charles : http://www.charlesproxy.com/
(you will have to accept the intermediate SSL certificat)

慕烟庭风 2024-11-10 15:23:42

Fiddler 和 Charles 是代理服务器。因此,您的 exe 必须配置为使用代理服务器才能监控它。

如果您不想或无法更改 exe 设置,则可以使用 HTTP 调试器,它适用于网络级别并监视来自计算机的所有输入/输出 http 流量,包括桌面应用程序和网络服务。

Fiddler and Charles are proxy servers. So your exe must be configured to use proxy-server in order to monitor it.

If you don't want or can't change your exe settings, then you can use HTTP Debugger, which works on network level and monitors all in/out http traffic from your computer, including desktop applications and network services.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文