thumbsdbkit

Crates.iothumbsdbkit
lib.rsthumbsdbkit
version1.0.1
sourcesrc
created_at2018-03-22 17:09:58.113489
updated_at2018-03-23 00:37:31.939018
descriptionA simple forensic command line tool for analyzing and extracting thumbnails from Microsoft Thumbs.db files
homepagehttps://github.com/zadlg/thumbsdbkit
repositoryhttps://github.com/zadlg/thumbsdbkit.git
max_upload_size
id56918
size61,898
zadig (zadlg)

documentation

README

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/

Commit count: 0

cargo fmt