Update man page to include fields
and also update file paths
This commit is contained in:
parent
2198295c71
commit
6c74ce6837
15
src/zmap.1
15
src/zmap.1
@ -24,7 +24,7 @@ File of subnets to exclude, in CIDR notation (e.g. 192.168.0.0/16),
|
|||||||
one-per line. It is recommended you use this to exclude RFC 1918
|
one-per line. It is recommended you use this to exclude RFC 1918
|
||||||
addresses, multicast, IANA reserved space, and other IANA
|
addresses, multicast, IANA reserved space, and other IANA
|
||||||
special-purpose addresses. An example blacklist file is provided in
|
special-purpose addresses. An example blacklist file is provided in
|
||||||
.B conf/blacklist.example
|
.B conf/blacklist.conf
|
||||||
for this purpose.
|
for this purpose.
|
||||||
.TP
|
.TP
|
||||||
.B -w, --whitelist-file=path
|
.B -w, --whitelist-file=path
|
||||||
@ -98,6 +98,11 @@ Select probe module (default=tcp_synscan)
|
|||||||
.TP
|
.TP
|
||||||
.B \-O, --output-module=name
|
.B \-O, --output-module=name
|
||||||
Select output module (default=simple_file)
|
Select output module (default=simple_file)
|
||||||
|
.TP
|
||||||
|
.B \-f, --output-fields=fields
|
||||||
|
Fields that should be output in result set; see
|
||||||
|
.B --list-output-fields
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B --probe-args=args
|
.B --probe-args=args
|
||||||
Arguments to pass to probe module
|
Arguments to pass to probe module
|
||||||
@ -110,12 +115,18 @@ List available output modules
|
|||||||
.TP
|
.TP
|
||||||
.B --list-probe-modules
|
.B --list-probe-modules
|
||||||
List available probe modules
|
List available probe modules
|
||||||
|
.TP
|
||||||
|
.B --list-output-fields
|
||||||
|
List all fields that can be output (using
|
||||||
|
.B --output-fields
|
||||||
|
)
|
||||||
|
by selected probe module
|
||||||
|
|
||||||
.SS "Additional options"
|
.SS "Additional options"
|
||||||
.TP
|
.TP
|
||||||
.B \-C, --config=filename
|
.B \-C, --config=filename
|
||||||
Read a configuration file, which can specify
|
Read a configuration file, which can specify
|
||||||
any of these options (default=zmap.conf)
|
any of these options (default=/etc/zmap/zmap.conf)
|
||||||
.TP
|
.TP
|
||||||
.B \-q, --quiet
|
.B \-q, --quiet
|
||||||
Do not print status updates
|
Do not print status updates
|
||||||
|
Loading…
Reference in New Issue
Block a user