|
|
CyberSoft, Inc.'s Cryptographic
Integrity Tool is part of the VFind Security ToolKit.
An MD5 signature (i.e., a cryptographic hash code) is
generated for each file and compared to a previous signature
for that file stored in a database (by default, cit.db;
this can be overridden with the -db option).
A list of new and modified files is written to standard output.
A report of new, modified and deleted files is placed in
cit.rpt (by default; again, see the -db option).
OPTIONS
-
-c, --copyright
-
Display copyright information and then exit. All
other options will be ignored.
-
-h, -?, --help
-
Display usage message and then exit. All other
options will be ignored.
-
-v, --version
-
Display version information and then exit. All
other options will be ignored.
-
--cleanup
-
Totally remove all CIT work and database files.
Suitable for use when you want a totally new
database or want to release the disk resources that
CIT is using. Use with caution!
-
-db databasename,
--database-name databasename
-
Use databasename as the base name for the database.
The database itself would be named databasename.db,
the report file, databasename.rpt
-
--dbpath databasepath
-
Use databasepath as the directory in which the database
is located. Default: Current directory.
-
-nb, --no-backup
-
Don't retain the old database after the run
(typically kept in cit.db0).
-
-nr, --no-report
-
Do not generate the cit.rpt report file.
-
-nu, --no-update
-
Report changes in the file system, but don't update
the database.
-
-fc, --file-changed
- Hash the file and compare the hash value with the value found in the CIT database. Report whether the file has changed or not.
-
-dc, --dupcontents
-
Reports (usually in Cit.rpt) all of the files that have
duplicate hash values.
-
-df, --dangerfile
-
Reports (usually in Cit.rpt) all of the files/hashes that
are found in the Danger file database.
-
-S, --stdin
Display the MD5 hash of standard input on standard
output.
|
|