#----------------------------------------------------------------------------\ Safari Forensic Tools v1.1.1 (for Windows) http://jafat.sourceforge.net Copyright 2007 - Jake Cunningham #----------------------------------------------------------------------------\ SFT for Windows: ================ SFT v1.1.1 has been compiled for Windows! For more info see http://jafat.sourceforge.net Contents: ========= pref_parser.exe - General plist file parser safari_bm.exe - Bookmarks.plist parser safari_cookies.exe - Coolkies.plist parser safari_downloads.exe - Downloads.plist parser safari_hist.exe - History.plist parser safari_icon.exe - Safari Icon.db parser (compiled PERL) safari_icon.pl - Safari Icon.db parser (PERL source code) safari_wincache.exe - Safari Cache.db parser (compiled PERL) safari_wincache.pl - Safari Cache.db parser (PERL source code) Supports: ========= - Binary plist files from Safari 2.x, 3.x on OSX - XML plist files from Safari 3.x on Windows. Installing: =========== - Unpack the contents of the .zip file into the directory of your choice. Usage: ====== Example (from the cmd line): c:\SFT\safari_hist.exe History.plist > History.csv Errata: ======= - The dlls need to be included in the same directory as the SFT executables, or in a path searched by all executables. -The Resources directory needs to be located in the same directory as the SFT executables. If it is not, when parsing XML plist files, the SFT tools cannot find the Apple PLIST DTD, it will download it from Apple's web site, and place a copy in the current directory. If you are not connected to the Internet, and a tool attempts to download the DTD, you will receive an error message from Windows saying "An error has occurred". - You may receive the following message when parsing XML property list files. It appears to be a bug in GNUstep and does not affect the operation of the SFT tools. "200X-XX-XX HH:MM:SS toolname[PID] File NSUserDefaults.m:562. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found" License: ======== SFT for Windows is distributed with libraries (DLLs) from the GNUStep project http://www.gnustep.org, and libxml2 from the GNOME project http://xmlsoft.org/ libxml2 is licensed under the MIT License http://www.opensource.org/licenses/mit-license.html GnuStep is licensed under the GNU Lesser Publice License http://www.gnu.org/copyleft/lesser.html Safari Forensic Tools (SFT) is licensed under the GNU GPL. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #----------------------------------------------------------------------------\