summaryrefslogtreecommitdiff
path: root/rdns_scan/zmap4rdns/src/ziterate.1
diff options
context:
space:
mode:
Diffstat (limited to 'rdns_scan/zmap4rdns/src/ziterate.1')
-rw-r--r--rdns_scan/zmap4rdns/src/ziterate.170
1 files changed, 70 insertions, 0 deletions
diff --git a/rdns_scan/zmap4rdns/src/ziterate.1 b/rdns_scan/zmap4rdns/src/ziterate.1
new file mode 100644
index 0000000..78ca761
--- /dev/null
+++ b/rdns_scan/zmap4rdns/src/ziterate.1
@@ -0,0 +1,70 @@
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.
+.TH "ZITERATE" "1" "June 2017" "ZMap" "ziterate"
+.
+.SH "NAME"
+\fBziterate\fR \- ZMap IP permutation generation file
+.
+.SH "SYNOPSIS"
+ziterate [ \-b <blocklist> ] [ \-w <allowlist> ] [ OPTIONS\.\.\. ]
+.
+.SH "DESCRIPTION"
+\fIZIterate\fR is a network tool that will produce IPv4 addresses in a psuedorandom order similar to how ZMap generates random addresses to be scanned\.
+.
+.SH "OPTIONS"
+.
+.SS "BASIC OPTIONS"
+.
+.TP
+\fB\-b\fR, \fB\-\-blocklist\-file=path\fR
+File of subnets to exclude, in CIDR notation, 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 blocklist file \fBblacklist\.conf\fR for this purpose\.
+.
+.TP
+\fB\-w\fR, \fB\-\-allowlist\-file=name\fR
+File of subnets to include, in CIDR notation, one\-per line\. All other subnets will be excluded\.
+.
+.TP
+\fB\-l\fR, \fB\-\-log\-file=name\fR
+File to log to\.
+.
+.TP
+\fB\-\-disable\-syslog\fR
+Disable logging messages to syslog\.
+.
+.TP
+\fB\-v\fR, \fB\-\-verbosity\fR
+Level of log detail (0\-5, default=3)
+.
+.TP
+\fB\-\-ignore\-blocklist\-errors\fR
+Ignore invalid entries in the blocklist\. Default is false\.
+.
+.TP
+\fB\-\-seed=n\fR
+Seed used to select address permutation\.
+.
+.TP
+\fB\-n\fR, \fB\-\-max\-targets=n\fR
+Cap number of IPs to generate (as a number or a percentage of the address space)
+.
+.SS "SHARDING"
+.
+.TP
+\fB\-\-shards=n\fR
+Total number of shards\.
+.
+.TP
+\fB\-\-shard=n\fR
+Shard this scan is targeting\. Zero indexed\.
+.
+.SS "ADDITIONAL OPTIONS"
+.
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Print help text and exit\.
+.
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print version and exit\.
+