#thumbnail #forensics #command-line #parser #command-line-tool #thumbsdb

app thumbsdbkit

A simple forensic command line tool for analyzing and extracting thumbnails from Microsoft Thumbs.db files

2 stable releases

Uses old Rust 2015

1.0.1 Mar 23, 2018
1.0.0 Mar 22, 2018

#16 in #thumbnail

WTFPL license

62KB
181 lines

Contains (MSI installer, 51KB) assets/Thumbs.db

ThumbsDBkit

thumbsdbkit is a forensic command line tool for analyzing Microsoft Thumbs.db files;

Installation

Using cargo:

cargo install thumbsdbkit

Usage

$ thumbsdbkit --help
ThumbsDBkit 1.0.1


USAGE:
    thumbsdbkit [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    extract    Extract thumbnails
    help       Prints this message or the help of the given subcommand(s)
    ls         List thumbnails

How to list thumbnails: ls command

$ thumbsdbkit help ls
thumbsdbkit-ls
List thumbnails

USAGE:
    thumbsdbkit ls [FLAGS] <FILE>

FLAGS:
        --color      colorize the output
    -d, --details    print more details for each entry
    -h, --help       Prints help information
    -i, --idirid     print the index number of each file
    -V, --version    Prints version information

ARGS:
    <FILE>    Thumbs.db to analyze

How to extract thumbnails: extract command

$ thumbsdbkit help extract
thumbsdbkit-extract
Extract thumbnails

USAGE:
    thumbsdbkit extract <FILE> --out <OUTDIR>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -o, --out <OUTDIR>    Output directory where extracted thumbnails will be stored

ARGS:
    <FILE>    Thumbs.db to analyze

License

http://www.wtfpl.net/about/

Dependencies

~2.5MB
~27K SLoC