Difference between revisions of "Apple Safari"
From Forensics Wiki
Joachim Metz (Talk | contribs) |
Joachim Metz (Talk | contribs) (→External Links) |
||
| Line 25: | Line 25: | ||
* [http://www.apple.com/macosx/features/safari/ Official website] | * [http://www.apple.com/macosx/features/safari/ Official website] | ||
* [http://www.appleexaminer.com/files/Safari_Cache.db_Revisited.pdf Safari Cache Revisited] by Sean Cavanaugh | * [http://www.appleexaminer.com/files/Safari_Cache.db_Revisited.pdf Safari Cache Revisited] by Sean Cavanaugh | ||
| + | * [http://jafat.sourceforge.net/ J.A.F.A.T. Archive of Forensics Analysis Tools] home of Safari Forensic Tools (SFT) | ||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:Web Browsers]] | [[Category:Web Browsers]] | ||
[[Category:Mac OS X]] | [[Category:Mac OS X]] | ||
Revision as of 00:21, 30 May 2012
|
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
- J.A.F.A.T. Archive of Forensics Analysis Tools home of Safari Forensic Tools (SFT)