Description
Vinetto project is a forensics tool to examine Thumbs.db files. The project is a command line python script that works on Linux, Mac OS X and Cygwin(win32).
Usage: vinetto [OPTIONS] [-s] [-U] [-o DIR] file
options:
--version show program's version number and exit
-h, --help show this help message and exit
-o DIR write thumbnails to DIR
-H write html report to DIR
-U use utf8 encodings
-s create symlink of the image realname to the numbered name in
DIR/.thumbs
Metadata list will be written on standard output.
Requirements:
· Python-2.3 or later
· PIL (Python Imaging Library) 1.1.5 or later. PIL is used to attempt correct reconstitution of the Type 1 thumbnails.
What's New in This Release:
· Added utf8 support and symlinks from real filenames to numbered filenames. Thanks to Kfir Lavi for these patches.
User Reviews for Vinetto FOR LINUX 1
-
Vinetto FOR LINUX is a powerful forensics tool for Thumbs.db files. Command line python script with useful options for metadata extraction.