1ZTEE(1) ztee ZTEE(1)
2
3
4
6 ztee - output buffer and splitter
7
9 ztee [ OPTIONS... ] [ FILE... ]
10
12 ZTee is an output buffer and splitter for use with ZMap output data.
13 ZTee should be used whenever ZMap is piped into an application scanner,
14 placed between ZMap and the application scanner. ZTee writes the transā
15 formed output to stdout, and writes the original output to FILE.
16
17 See --help for examples.
18
20 BASIC OPTIONS
21 -r, --raw
22 Ignore input formatting and pass through raw input. This causes
23 ztee to behavior identical to tee, except with buffering.
24
25 -m, --monitor
26 Print monitor output to stderr
27
28 -u, --status-updates-file
29 Write status updates (monitor data) to a file in CSV format
30
31 -l, --log-file=name
32 File to log to.
33
34 ADDITIONAL OPTIONS
35 -h, --help
36 Display help
37
38 -v, --version
39 Display version
40
41
42
43
44zmap v2.1.1 September 2015 ZTEE(1)