:: Buy Now

:: Key Features
  • Header Identification
  • Batch Processing
  • MD5 Hashing
  • Template Based
  • Filename Analysis
  • Table Analysis
  • Field Analysis
  • Folder Recurse
  • Custom Output
  • Supports 16 Date Time Formats
  • Username identification
  • Password identification
  • Unicode Processing
  • Time Saving
  • Simple to use
  • Easy to setup
  • Process Whole Case
  • Share Templates
  • Inexpensive
  • HTML Reports
  • CSV Reports

:: More features
A few examples SQlite Forensic Reporter will process:
  • Android Footprints
  • Android SMS
  • Cyberlink Power Producer
  • Drop Box Config
  • eBuddy Messenger
  • Elisa Media
  • Flixster
  • Google Analytics
  • Google Search History
  • iPhone Emails
  • iPhone Photos
  • iPhone Notes
  • iTranslate2
  • iTunes Library
  • Mozilla Cache
  • Mozilla Downloads
  • Mozilla Searchs
  • Mozilla Form History
  • Nimbuzz Messenger
  • Peer Guardian
  • PhotoBox
  • Picasa Explorer
  • Realplayer (android)
  • Safari Cache
  • Skype
  • Streetcar
  • Truphone
  • Vopium Phone
  • WhatsApp Messenger
And any other SQlite database...



:: Demo
Please contact us

:: Training

:: Guides

:: Mailing List
News and updates:

Subscribe here


:: Contact

Contact Us


Email: info@filesig.co.uk

Post: Filesig Software,
PO Box 678,
York,
YO26 0FU





[Valid RSS]



SQLITE FORENSIC REPORTER COMMAND LINE OPTIONS

This is an overview showing how to quickly identify and process SQLite database files. Starting from SQLite Forensic Reporter v1.7 the following command line options are available:

sqlreport /c <input folder> <output folder> /options

Options

/c this option is required to enable SQLite FR to work from the command line.

/norecurse disable recurse sub-folders during the identification process (by default this is enabled).

/nopasswords disable auto identification of username and password fields (by default this is enabled).

/collatedt save all date/time fields into a single text file (by default this is disabled).

/labelempty add a note to the filename where any tables are found to contain no data, this is to speed up end user review time.

/unattended once identification is completed the processing and extraction starts automatically.

/md5 md5 hashes of all processed files are performed.

/nodefaultdump the default dump of all sqlite database files is disabled (only files identified against a template will be exported during processing).

/templates <folder> alternate path containing an alternate set of templates will be used during processing, these can be templates that have been developed in-house or are currently in the process of being developed.

Examples

From the Windows Command Prompt (cmd.exe), some examples:

sqlreport /c "c:\input folder\" "d:\output folder\"

The above example will search the folder "input folder" and save output to "d:\output folder". Note that file paths need to be enclosed in quotes. When this command is run SQLite Forensic Reporter will start, any sqlite database files identified in the input folder will be listed for review.

sqlreport /c "c:\input folder\" "d:\output folder\" /norecurse

The above example will search the folder "input folder" and save output to "output folder". Folders will not be recursed within the input folder.

sqlreport /c "c:\input folder\" "d:\output folder\" /norecurse /nopasswords

The above example will search the folder "input folder" and save output to "output folder". Folders will not be recursed within the input folder. A separate search for usernames and password will not be performed.

sqlreport /c "c:\input folder\" d:\output folder\" /nodefaultdump

The above example will search the folder "input folder" and save output to "output folder". The default dump of all identified SQLite databases will be disabled.

sqlreport /c "c:\input folder\" "d:\output folder\" /templates "c:\phone templates\"

The above example will search the folder "input folder" and save output to "output folder". SQLite FR templates present within the "phone templates" will be used during the identification process.

sqlreport /c "c:\input folder\" "d:\output folder\" /md5 /unattended /templates "c:\personal templates\"

The above example will search the folder "input folder" and save output to "output folder". SQLite FR will identify all sqlite database files, perform md5 hash of each identified file and commence extraction of SQLite database files to the "output folder". Only templates present in the "personal folder" will be used for template comparison.