项目作者: Nhoya

项目描述 :
Powerful checksum generator!
高级语言: Shell
项目地址: git://github.com/Nhoya/gensum.git
创建时间: 2015-03-13T10:01:45Z
项目社区:https://github.com/Nhoya/gensum

开源协议:GNU General Public License v3.0

下载


gensum

Powerful checksum generation helper!

Gensum is a bash script created with the intent to speed up the work of any forensic Analyst.
It recursively generates checksums starting from archives (and its contents), folders, files and even strings, and these hashes can be saved inside a file with the following format

  1. hash filename

Additional dependencies: unar

Usage

  1. Copyright(C) 2015 sten_gun, Nhoya
  2. Usage: gensum.sh [options] file(s)
  3. Available Options:
  4. -m Uses MD5 checksum
  5. -s [1| 224| 256| 384| 512 |all] Uses SHA1|SHA224|SHA256|SHA384|SHA512 or all.
  6. -c <file> Specifies a file for checksum check.
  7. -k Uses CRC checksum.
  8. -d <directory> Calculate checksum for files inside a directory.
  9. -H Includes hidden dofiles when descending directories.
  10. -x Extract archives if using -d.
  11. -z <archive> Calculate checksum for an archive and its contents.
  12. -t <string> Calculate checksum for strings instead of files.
  13. -o <outfile> Writes output to outfile."
  14. -v Display script version
  15. -h Display this page