Firefox history file
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(→Links: Updating Forensics Wiki links) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
== Firefox 3 == | == Firefox 3 == | ||
− | History files are kept in a [[SQLite]] database, | + | History files are kept in a [[SQLite]] database, '''places.sqlite''', along with [[Firefox bookmarks]]. The format is documented in that article. |
== Links == | == Links == | ||
− | * [ | + | * [{{ForensicsWikiURL|mozilla_firefox_history_file_format}} Forensics Wiki on Firefox history format] |
− | * [ | + | * [{{ForensicsWikiURL|mozilla_firefox_3_history_file_format}} Forensics Wiki on Firefox 3 history format] |
* [https://code.google.com/p/log2timeline/ Log2Timeline utility] | * [https://code.google.com/p/log2timeline/ Log2Timeline utility] | ||
* [http://www.jwz.org/hacks/mork.pl Mork file Perl script] | * [http://www.jwz.org/hacks/mork.pl Mork file Perl script] | ||
Line 22: | Line 22: | ||
[[Category:Mozilla]] | [[Category:Mozilla]] | ||
+ | [[Category:SQLite based file formats]] |
Latest revision as of 17:20, 2 September 2023
Firefox history files track the browsing history of a Firefox user, in the form of a database. The format has changed between versions.[edit] Firefox 2
History files were kept in a Netscape/Mozilla database format called Mork, no longer used. It is text-based but not very human-readable.
[edit] Firefox 3
History files are kept in a SQLite database, places.sqlite, along with Firefox bookmarks. The format is documented in that article.