反序列化 AmfPhp 消息

发布于 2024-08-12 18:17:40 字数 104 浏览 1 评论 0原文

远程处理时是否可以反序列化 AmfPhp 消息?

它们是二进制的,假设 amfphp 理解它们是什么,我应该能够解码它的内容。

怎样做?这被认为是一个安全问题吗?

Is it possible to deserialize the AmfPhp messages while remoting?

They are in binary, and assuming that amfphp understands what they are I should be able to decode what it s.

How to ? is this considered a security issue?

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

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

发布评论

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

评论(1

甜宝宝 2024-08-19 18:17:40

通过 HTTP 发送的 AMF 数据确实是二进制的,并且可以解码。您可以使用 Charles 之类的调试代理来检查 AMF 的内容,并查看来回经过。

因此,在 HTTP 下,AMF 本身不提供安全性,为了安全的 AMF,您需要使用 HTTPS。

AMF data sent over HTTP is indeed binary, and can be decoded. You can use a debugging proxy like Charles to examine the contents of the AMF, and look at the objects that are passing back and forth.

So, under HTTP AMF provides no security by itself, for secure AMF you need to use HTTPS.

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