从 BlackBerry 读取 Cookie
有没有办法将 cookie 下载到我的桌面,以便我可以读取它们?
现在我正在使用 OS 5.0.0 BlackBerry 9520 的 mds-standalone 模拟器,保存 cookie 后,我进入模拟器的目录,在其中提取转储文件,即
Research In Motion\BlackBerry Smartphone Simulators 5.0.0\5.0.0.741 (9520)\9520-fs.dmp
然后使用二进制编辑器我可以查看 cookie 内容(用户、密码等)。
有没有更简单的方法来做到这一点?
Is there a way to download the cookies to my desktop, so I can read them?
Right now I am using an mds-stand alone simulator with OS 5.0.0 BlackBerry 9520, and after the cookies are saved, I go to simulator's directory where I pull dump file, i.e.
Research In Motion\BlackBerry Smartphone Simulators 5.0.0\5.0.0.741 (9520)\9520-fs.dmp
Then with a binary editor I can view the cookies content (user, password etc).
Is there a simpler way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现 wireshark 对于加速此类事情很有用,只需查看 cookie 内容和任何其他 API 信息即可数据包到达时的跟踪。
如果您使用 HTTPS,那么您仍然可以使用 charles proxy 等软件查看数据包信息。
I find wireshark is useful for speeding up this sort of thing, simply view the cookie contents and any other API information in the packet trace as it arrives.
In case you are using HTTPS then you can still view the packet information using software like charles proxy.
如果您不使用 https,那么您可以使用一些网络嗅探器来监视模拟器进程的 http 活动。例如,看一下 HttpAnalyzer。
If you are not using https, then you can use some network sniffer to monitor http activity of the simulator process. For instance, take a look at stand-alone edition of HttpAnalyzer.