From 6c74ce683733c1398677ca8a77edb90d80498189 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 3 Sep 2013 16:02:27 -0400 Subject: [PATCH] Update man page to include fields and also update file paths --- src/zmap.1 | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/zmap.1 b/src/zmap.1 index 0ab49af..3582c07 100644 --- a/src/zmap.1 +++ b/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 addresses, multicast, IANA reserved space, and other IANA special-purpose addresses. An example blacklist file is provided in -.B conf/blacklist.example +.B conf/blacklist.conf for this purpose. .TP .B -w, --whitelist-file=path @@ -98,6 +98,11 @@ Select probe module (default=tcp_synscan) .TP .B \-O, --output-module=name 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 .B --probe-args=args Arguments to pass to probe module @@ -110,12 +115,18 @@ List available output modules .TP .B --list-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" .TP .B \-C, --config=filename Read a configuration file, which can specify -any of these options (default=zmap.conf) +any of these options (default=/etc/zmap/zmap.conf) .TP .B \-q, --quiet Do not print status updates