Linux 上的 Firefox cookie

发布于 2024-08-18 03:34:57 字数 109 浏览 2 评论 0原文

我现在使用 Firefox 3。我发现 cookie 存储在名为 cookies.sqlite 的数据库文件中

有什么方法可以让我的 Firefox 将 cookie 保存在 txt 中?

Im using Firefox 3 now. I found out that cookies are stored inside a database file called cookies.sqlite

Is there any way that I can make my Firefox saves it cookies inside a txt ?

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

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

发布评论

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

评论(1

总攻大人 2024-08-25 03:34:57

假设2年后你仍然遇到这个问题..

你可以在Python中使用sqlite3从cookies.sqlite中检索数据。 Firefox的当前版本是15.0.1,自Firefox 3以来数据库的格式发生了一些变化。您没有说您是在Windows还是Linux上,但是您是否想查看cookie中的内容。 SQLite Expert Personal 3.4.31.2253 或更高版本的 sqlite 文件将向您显示其中的内容。这是一个仅限 Windows 的应用程序,但有许多基于 Linux 的 SQlite 浏览器可用。请注意,SourceForge 上的 SQLite 浏览器使用的 SQLite 包版本太旧,无法读取当前的 Firefox 文件。

Assuming you still have this problem 2 years later..

You can use sqlite3 in Python to retrieve the data from cookies.sqlite. The current version of Firefox is 15.0.1 and there have been a few changes to the format of the database since Firefox 3. You didn't say whether you are on Windows or Linux, but if you want to see what's in the cookies.sqlite file with SQLite Expert Personal 3.4.31.2253 or later will show you what is there. That is a Windows only application, but there are many Linux based SQlite browsers available. Just beware that SQLite Browser on SourceForge uses a version of the SQLite package that is too old to read the current Firefox files..

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