为什么火谢帕德要杀死火羊?
我推测 firesheep
中存在一个被 fireshepard
利用的错误。
负责的行可能是 facebook 的 cookie 值中那个奇怪的字符串。
I presume there is a bug in the firesheep
which fireshepard
exploits.
The responsible line might be in that weird string in cookie value for facebook.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
刚刚运行了 FireShepard 和 FireSheep,在解析模拟 Facebook cookie 的 JSON 结果时,该“奇怪的字符串”会导致语法错误,因为输入未正确转义。
请参阅 第 88 期
看起来失败的具体位置在 FiresheepWorker.js 中在这部分代码中:
这是来自 Fireshepard 源的 Cookie 值以供参考:
Just ran both FireShepard and FireSheep, that "weird string" causes a syntax error while parsing the JSON result for the mock Facebook cookie because the input is not properly escaped.
see Issue 88
It looks like the specific place it is failing is in FiresheepWorker.js in this portion of the code:
Here is the Cookie value from Fireshepard source for reference :