Difference between revisions of "Apple Safari History File Format"
From Forensics Wiki
(New page: The Safari History file, '''History.plist''', is stored in each user's home directory: <pre>/Users/[username]/Library/Safari/History.plist</pre> This file can be viewed directly in [[OS ...) |
|||
| Line 1: | Line 1: | ||
| + | {{expand}} | ||
| + | |||
The Safari History file, '''History.plist''', is stored in each user's home directory: | The Safari History file, '''History.plist''', is stored in each user's home directory: | ||
| Line 4: | Line 6: | ||
This file can be viewed directly in [[OS X]] by double-clicking on it and opening the [[Property List Editor]] program. For each web site, the program records the URL visited, the date and time of the last visit, and the number of times the site has been visited. | This file can be viewed directly in [[OS X]] by double-clicking on it and opening the [[Property List Editor]] program. For each web site, the program records the URL visited, the date and time of the last visit, and the number of times the site has been visited. | ||
| + | |||
| + | [[Category:File Formats]] | ||
Revision as of 08:56, 21 September 2008
|
Please help to improve this article by expanding it.
|
The Safari History file, History.plist, is stored in each user's home directory:
/Users/[username]/Library/Safari/History.plist
This file can be viewed directly in OS X by double-clicking on it and opening the Property List Editor program. For each web site, the program records the URL visited, the date and time of the last visit, and the number of times the site has been visited.