Firefox history file
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Category:SQLite based file formats) |  (→Links:  Updating Forensics Wiki links) | ||
| Line 15: | Line 15: | ||
| == 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] | ||
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.

