Crates.io | thumbsdbkit |
lib.rs | thumbsdbkit |
version | 1.0.1 |
source | src |
created_at | 2018-03-22 17:09:58.113489 |
updated_at | 2018-03-23 00:37:31.939018 |
description | A simple forensic command line tool for analyzing and extracting thumbnails from Microsoft Thumbs.db files |
homepage | https://github.com/zadlg/thumbsdbkit |
repository | https://github.com/zadlg/thumbsdbkit.git |
max_upload_size | |
id | 56918 |
size | 61,898 |
thumbsdbkit
is a forensic command line tool for analyzing Microsoft Thumbs.db files;
Using cargo:
cargo install thumbsdbkit
$ 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
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
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