📄 ssdeep.1
字号:
.TH SSDEEP "1" "v1.1 \- 14 Aug 2006" "ManTech CFIA" "ManTech CFIA".SH NAMEssdeep - Computes context triggered piecewise hashes.SH SYNOPSIS.B ssdeep [-V|h] [-m <file>] [-vrpdsbl] [FILES].SH DESCRIPTION.PPComputes a checksum based on context triggered piecewise hashesfor each input file. If requested, the program matches those checksums againsta file of known checksums and reports any possible matches. Outputis written to standard out and errors to standard error.Input from standard input is not supported..TP\fB\-v\fRVerbose mode. The name of each file is printed to standard erroras it is being hashed..TP\fB\-m <file>\fRLoad the file of known hashes to be used for matching. This file mustbe a previous output of the program and have the correct header. Displaysonly those files that match a known file and what file they matchedagainst..TP\fB\-r\fREnables recursive mode. All subdirectories are traversed.Please note that recursive mode cannot be used to examine allfiles of a given file extension. For example, invoking the program with\fB\-r *.txt\fR will examine all files in directories that end in .txt. If you want to process all files in a directory tree with the .txt suffix,try using the \fBfind(1)\fR command..TP\fB\-p\fRPretty matching mode. Computes signatures for all input filesand then display all matches between files. That is, if file A matchesfile B, displays "A matches B" and "B matches A" but not "A matches A".Each file's information is grouped and separated by newlines. This flag may be used with the \fB\-m\fR flag, but not the \fB\-d\fR mode..TP\fB\-d\fREnables directory mode. In this mode, all of the FILES are examinedand a signature is computed for each. If the signature for any filesmatches any of the previously computed signatures, a match is displayedjust like the \fB\-d\fR mode. This flag may also be used in conjunctionwith the \fB\-m\fR mode, but with the \fB\-p\fR mode..TP\fB\-s\fRSilent mode. All error messages are suppressed..TP\fB\-b\fREnables bare mode. Strips any leading directory information from displayed filenames. This flag may not be used in conjunction with the \fB\-l\fR flag..TP\fB\-l\fREnables relative file paths. Instead of printing the absolute path foreach file, displays the relative file path as indicated on the command line. This flag may not be used in conjunction with the \fB\-b\fR flag..TP\fB\-h\fRShow a help screen and exit..TP\fB\-V\fRShow the version number and exit..SH RETURN VALUEReturns 0 on success, 1 if there is a problem.Read errors, permission denied, and encountering directories whilenot in recursive mode are still considered successes. Problems arethings like being unable to load the matching file, specifyingboth bare and relative paths, etc..SH AUTHORssdeep was written by Jesse Kornblum, ManTech CFIA..brjesse.kornblum [at] mantech [dot] com..PP.SH COPYRIGHTThis program is (C) Copyright 2006 ManTech CFIA and is licensed underthe terms of the General Public License. See the file COPYING fordetails..SH SEE ALSOThis program is based on SpamSum by Dr. Andrews Tridgell..brhttp://www.samba.org/ftp/unpacked/junkcode/spamsum/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -