从 BlackBerry 应用程序嗅探数据包

发布于 2024-10-02 07:37:56 字数 53 浏览 2 评论 0原文

我想开发一个可以进行基本数据包嗅探的应用程序。所以,我想知道黑莓手机上的数据包嗅探是否可行。

I want to develop an app that does basic packet sniffing. So, I would like to know if packet sniffing is feasible from a BlackBerry.

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

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

发布评论

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

评论(2

小忆控 2024-10-09 07:37:56

我认为这是不可能的。您最多能做的是跟踪通过无线电发送和接收的数据包数量,但看不到实际内容。请参阅 RadioInfo.getNumberOfPacketsReceived()RadioInfo.getNumberOfPacketsSent()

I don't think this is possible. The most you can do is keep track of the number of packets sent and received over the radio, but not see the actual contents. See RadioInfo.getNumberOfPacketsReceived() and RadioInfo.getNumberOfPacketsSent().

自找没趣 2024-10-09 07:37:56

这被标记为“黑莓模拟器”,您是在寻找一个应用程序来观察模拟器正在做什么,还是在现实世界模式下寻找一个应用程序?

拦截进出 sim 的东西并不难,特别是如果您充当 bbsim 和 mds-cs sim 之间的某种中间管道。

在设备上嗅探数据包,尽管我认为根本不可能,除非通过 wifi 从旁边的混杂节点笔记本电脑嗅探。

This is tagged "blackberry simulator" are you looking for an app in to observe what the simulator is doing or for an app in real world mode?

Intercepting things going in and out of the sim is not to hard, especially if you acted as some kind of intermediary pipe between the bbsim and the mds-cs sim.

Packet sniffing on device though i do not believe is possible at all, except over wifi from a promiscuous node laptop sniffing next to it.

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