Difference between pages "LinEn" and "Apple Safari"
From Forensics Wiki
(Difference between pages)
m |
Joachim Metz (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | {{Expand}} | |
| + | Apple Safari is the default [[Web Browser|web browser]] included with [[Mac OS X]]. The support files for this browser are stored in the user's home directory in <tt>/Users/[username]/Library/Safari/</tt>. | ||
| + | == History == | ||
| + | The Safari browser history is stored in an plist file named '''History.plist''' in the user directory. | ||
| − | + | On MacOS-X | |
| + | <pre> | ||
| + | /Users/$USER/Library/Safari/History.plist | ||
| + | </pre> | ||
| − | == | + | == Cache == |
| + | The Safari cache is stored in '''Cache.db'''. This file uses the [[SQLite database format]]. | ||
| − | + | On MacOS-X | |
| + | <pre> | ||
| + | /Users/$USER/Library/Caches/com.apple.Safari/Cache.db | ||
| + | </pre> | ||
| − | == | + | == Also See == |
| + | [[Apple Safari History File Format]] | ||
| − | + | == External Links == | |
| − | + | * [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 | ||
| − | + | [[Category:Applications]] | |
| − | + | [[Category:Web Browsers]] | |
| − | + | [[Category:Mac OS X]] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | [[Category: | + | |
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