Difference between revisions of "Apple Safari"
From Forensics Wiki
Joachim Metz (Talk | contribs) |
Joachim Metz (Talk | contribs) |
||
| Line 10: | Line 10: | ||
</pre> | </pre> | ||
| − | == | + | == Cache == |
The Safari cache is stored in '''Cache.db'''. This file uses the [[SQLite database format]]. | The Safari cache is stored in '''Cache.db'''. This file uses the [[SQLite database format]]. | ||
Revision as of 08:24, 3 November 2011
|
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