解密 jabber 请求
我有一个小型测试网络设置,其中有一个 jabberd 服务器和两个连接到它的 IM 客户端。我想尝试使用wireshark 嗅探来自发送方的数据并分析正在发送的xml。
我只对“发送”文件方的“请求”感兴趣。我能够使用wireshark上的jabber.request过滤器来查看请求;然而,它看起来是加密的。测试服务器是我的,所以我相信我也应该能够解密它。
有人可以就我如何做到这一点提供一些指导吗?
[编辑] 我刚刚注意到我在我的机器上禁用了 SSL/TLS;因此该消息无法加密 - 但仍然采用奇怪的格式。请查收附件,截图。
[编辑2] 发送的数据是
“请求:\027\003\001\000 t:\202UZ\367\354\360\307\aT,\211\a\241\346\a\223YYe9\005\023\204U\377\376\323\002\322\322"
I'm having some with a small test network setup with a jabberd server and two IM clients connected to it. I wanna try and use wireshark to sniff data from the sender side and analyze the xml being sent.
Im only interested in the "requests" of the side "sending" the file. Im able to use the jabber.request filter on wireshark to look at the request; however, it looks encrypted. The test server is mine, so I believe that I should be able to decrypt it too.
Could someone offer some guidance on how I could go about doing that?
[EDIT]
I just noticed that I have disabled SSL/TLS on my machine; hence the message could not be encrypted - but is still in a weird format. Please find attached, a screenshot.
[EDIT 2]
The data being sent is
"Request: \027\003\001\000 t:\202UZ\367\354\360\307\aT,\211\a\241\346\a\223YYe9\005\023\204U\377\376\323\002\322\322"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 Spark 并按 F-12 启用 Smack 调试窗口。它将在一个独立的窗口中向您显示所有传入和传出的数据包。您可以以表格格式或原始 XML 格式查看它们。
Try using Spark and press F-12 to enable the Smack debug window. It will show you all incoming and outgoing packets in a self contained window. You can view them in a table format or raw XML.