2003-11-11 22:10:27 +00:00
|
|
|
.\" Manual page created by Tomasz Kojm, 20020629
|
2004-08-31 11:44:51 +00:00
|
|
|
.TH "sigtool" "1" "August 31, 2004" "Tomasz Kojm" "Clam AntiVirus"
|
2003-07-29 15:37:11 +00:00
|
|
|
.SH "NAME"
|
|
|
|
.LP
|
2004-08-18 15:22:48 +00:00
|
|
|
sigtool \- signature and database management tool
|
2003-07-29 15:37:11 +00:00
|
|
|
.SH "SYNOPSIS"
|
|
|
|
.LP
|
|
|
|
sigtool [options]
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
.LP
|
2004-08-18 15:22:48 +00:00
|
|
|
sigtool can be used to generate MD5 checksums, convert data
|
|
|
|
into hexadecimal format, and build/unpack CVD databases. Also it can verify digital signatures of databases and list virus signature names.
|
2003-07-29 15:37:11 +00:00
|
|
|
.SH "OPTIONS"
|
|
|
|
.LP
|
|
|
|
|
|
|
|
.TP
|
|
|
|
\fB\-h, \-\-help\fR
|
|
|
|
Output help information and exit.
|
|
|
|
.TP
|
|
|
|
\fB\-V, \-\-version\fR
|
2003-11-11 22:10:27 +00:00
|
|
|
Print version number and exit.
|
2003-07-29 15:37:11 +00:00
|
|
|
.TP
|
|
|
|
\fB\-\-quiet\fR
|
|
|
|
Be quiet \- output only error messages.
|
|
|
|
.TP
|
|
|
|
\fB\-\-stdout\fR
|
|
|
|
Write all messages to standard output (stdout), instead of standard error output (stderr).
|
|
|
|
.TP
|
|
|
|
\fB\-\-hex\-dump\fR
|
|
|
|
Read data from stdin and write hex string to stdout.
|
|
|
|
.TP
|
2004-08-31 11:44:51 +00:00
|
|
|
\fB\-\-md5 [FILES]\fR
|
|
|
|
Generate MD5 checksum from stdin or MD5 sigs for FILES.
|
2003-11-11 22:10:27 +00:00
|
|
|
.TP
|
|
|
|
\fB\-i, \-\-info\fR
|
|
|
|
Print a CVD information and verify MD5 and a digital signature.
|
|
|
|
.TP
|
|
|
|
\fB\-b, \-\-build\fR
|
|
|
|
Build a CVD file. \-s, \-\-server is required.
|
|
|
|
.TP
|
|
|
|
\fB\-\-server\fR
|
|
|
|
ClamAV Signing Service address (for virus database developers only).
|
|
|
|
.TP
|
|
|
|
\fB\-\-unpack, \-u\fR
|
|
|
|
Unpack a selected CVD file to a current directory.
|
|
|
|
.TP
|
|
|
|
\fB\-\-unpack\-current\fR
|
|
|
|
Unpack a local CVD file to a current directory.
|
2003-07-29 15:37:11 +00:00
|
|
|
.SH "EXAMPLES"
|
|
|
|
.LP
|
|
|
|
.TP
|
2004-08-18 15:22:48 +00:00
|
|
|
Generate hex string from testfile and save it to testfile.hex:
|
2003-07-29 15:37:11 +00:00
|
|
|
|
|
|
|
\fBcat testfile | sigtool \-\-hex\-dump > testfile.hex\fR
|
|
|
|
.SH "CREDITS"
|
|
|
|
Please check the full documentation for credits.
|
|
|
|
.SH "AUTHOR"
|
|
|
|
.LP
|
2003-11-11 22:10:27 +00:00
|
|
|
Tomasz Kojm <tkojm@clamav.net>
|
2003-07-29 15:37:11 +00:00
|
|
|
.SH "SEE ALSO"
|
|
|
|
.LP
|
2003-11-11 22:10:27 +00:00
|
|
|
clamd(8), clamdscan(1), clamscan(1), freshclam(1), clamav.conf(5), clamav\-milter(8)
|