Apple Safari
From Forensics Wiki
Revision as of 08:24, 3 November 2011 by Joachim Metz (Talk | contribs)
|
Please help to improve this article by expanding it.
|
Apple Safari is the default web browser included with Mac OS X. The support files for this browser are stored in the user's home directory in /Users/[username]/Library/Safari/.
Contents |
History
The Safari browser history is stored in an plist file named History.plist in the user directory.
On MacOS-X
/Users/$USER/Library/Safari/History.plist
Cache
The Safari cache is stored in Cache.db. This file uses the SQLite database format.
On MacOS-X
/Users/$USER/Library/Caches/com.apple.Safari/Cache.db
Also See
Apple Safari History File Format
External Links
- Official website
- Safari Cache Revisited by Sean Cavanaugh