2 个稳定版本
使用旧 Rust 2015
1.0.1 | 2018年3月23日 |
---|---|
1.0.0 | 2018年3月22日 |
#16 in #缩略图
62KB
181 行
包含 (MSI 安装程序,51KB) assets/Thumbs.db
ThumbsDBkit
thumbsdbkit
是一个用于分析 Microsoft Thumbs.db 文件的取证命令行工具;
安装
使用 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
命令
$ 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
命令
$ 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
许可证
依赖关系
~3MB
~27K SLoC