从 BlackBerry 应用程序嗅探数据包
我想开发一个可以进行基本数据包嗅探的应用程序。所以,我想知道黑莓手机上的数据包嗅探是否可行。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为这是不可能的。您最多能做的是跟踪通过无线电发送和接收的数据包数量,但看不到实际内容。请参阅 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().
这被标记为“黑莓模拟器”,您是在寻找一个应用程序来观察模拟器正在做什么,还是在现实世界模式下寻找一个应用程序?
拦截进出 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.