1sigtool(1)                      Clam AntiVirus                      sigtool(1)
2
3
4

NAME

6       sigtool - signature and database management tool
7

SYNOPSIS

9       sigtool [options]
10

DESCRIPTION

12       sigtool  can be used to generate MD5 checksums, convert data into hexa‐
13       decimal format, list virus signatures and build/unpack/test/verify  CVD
14       databases and update scripts.
15

OPTIONS

17       -h, --help
18              Output help information and exit.
19
20       -V, --version
21              Print version number and exit.
22
23       --quiet
24              Be quiet - output only error messages.
25
26       --stdout
27              Write all messages to stdout.
28
29       --hex-dump
30              Read data from stdin and write hex string to stdout.
31
32       --md5 [FILES]
33              Generate MD5 checksum from stdin or MD5 sigs for FILES.
34
35       --mdb [FILES]
36              Generate .mdb signatures for FILES.
37
38       --html-normalise=FILE
39              Create  normalised  HTML files comment.html, nocomment.html, and
40              script.html in current working directory.
41
42       --utf16-decode=FILE
43              Decode UTF16 encoded data.
44
45       --vba=FILE
46              Extract VBA/Word6 macros from given MS Office document.
47
48       --vba-hex=FILE
49              Extract Word6 macros from given MS Office document  and  display
50              the corresponding hex values.
51
52       -i, --info
53              Print a CVD information and verify MD5 and a digital signature.
54
55       -b, --build
56              Build a CVD file. -s, --server is required.
57
58       --server
59              ClamAV  Signing  Service address (for virus database maintainers
60              only).
61
62       --unpack FILE, -u FILE
63              Unpack FILE (CVD) to a current directory.
64
65       --unpack-current
66              Unpack a local CVD file (main or daily) to current directory.
67
68       --diff=OLD NEW, -d OLD NEW
69              Create a diff file for OLD and NEW CVDs/INCDIRs.
70
71       --run-cdiff=FILE, -r FILE
72              Execute update script FILE in current directory.
73
74       --verify-cdiff=FILE, -r FILE
75              Verify DIFF against CVD/INCDIR.
76
77       -l, --list-sigs
78              List signature names.
79

EXAMPLES

81       Generate hex string from testfile and save it to testfile.hex:
82
83              cat testfile | sigtool --hex-dump > testfile.hex
84

CREDITS

86       Please check the full documentation for credits.
87

AUTHOR

89       Tomasz Kojm <tkojm@clamav.net>
90

SEE ALSO

92       clamd(8), clamdscan(1), clamscan(1), freshclam(1), clamd.conf(5),  cla‐
93       mav-milter(8)
94
95
96
97ClamAV 0.92.1                  February 12, 2007                    sigtool(1)
Impressum