docs/man/sigtool.1
a0faaedf
 .\" Manual page created by Tomasz Kojm, 20020629
5311e212
 .TH "sigtool" "1" "December 19, 2004" "Tomasz Kojm" "Clam AntiVirus"
468b9e48
 .SH "NAME"
 .LP 
94da957a
 sigtool \- signature and database management tool
468b9e48
 .SH "SYNOPSIS"
 .LP 
 sigtool [options]
 .SH "DESCRIPTION"
 .LP 
94da957a
 sigtool can be used to generate MD5 checksums, convert data 
f852d214
 into hexadecimal format, and build/unpack CVD databases. It's  also to verify digital signatures of databases and list virus signature names.
468b9e48
 .SH "OPTIONS"
 .LP 
 
 .TP 
 \fB\-h, \-\-help\fR
 Output help information and exit.
 .TP 
 \fB\-V, \-\-version\fR
a0faaedf
 Print version number and exit.
468b9e48
 .TP 
 \fB\-\-quiet\fR
 Be quiet \- output only error messages.
 .TP 
 \fB\-\-stdout\fR
67fb82ad
 Write all messages (except for libclamav output) to the standard output (stdout).
468b9e48
 .TP 
 \fB\-\-hex\-dump\fR
 Read data from stdin and write hex string to stdout.
 .TP 
25133aef
 \fB\-\-md5 [FILES]\fR
 Generate MD5 checksum from stdin or MD5 sigs for FILES.
a0faaedf
 .TP 
f852d214
 \fB\-\-html\-normalise=FILE\fR
 Create normalised HTML files comment.html, nocomment.html, and script.html in current working directory.
 .TP 
5311e212
 \fB\-\-vba=FILE\fR
 Extract VBA/Word6 macros from given MS Office document.
 .TP 
 \fB\-\-vba\-hex=FILE\fR
 Extract Word6 macros from given MS Office document, and
 display the corresponding hex values.
 .TP 
a0faaedf
 \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.
a0231a19
 .TP 
 \fB\-l, \-\-list\-sigs\fR
 List signature names.
468b9e48
 .SH "EXAMPLES"
 .LP 
 .TP 
94da957a
 Generate hex string from testfile and save it to testfile.hex:
468b9e48
 
 \fBcat testfile | sigtool \-\-hex\-dump > testfile.hex\fR
 .SH "CREDITS"
 Please check the full documentation for credits.
 .SH "AUTHOR"
 .LP 
a0faaedf
 Tomasz Kojm <tkojm@clamav.net>
468b9e48
 .SH "SEE ALSO"
 .LP 
09b431f0
 clamd(8), clamdscan(1), clamscan(1), freshclam(1), clamd.conf(5), clamav\-milter(8)