diff options
Diffstat (limited to 'rdns_scan/zmap4rdns/conf/zmap.conf')
| -rw-r--r-- | rdns_scan/zmap4rdns/conf/zmap.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/rdns_scan/zmap4rdns/conf/zmap.conf b/rdns_scan/zmap4rdns/conf/zmap.conf new file mode 100644 index 0000000..817c184 --- /dev/null +++ b/rdns_scan/zmap4rdns/conf/zmap.conf @@ -0,0 +1,22 @@ +### Probe Module to use +#probe-module tcp_synscan + + +### Destination port to scan +#target-port 443 + +### Scan rate in packets/sec +#rate 10000 + +### Scan rate in bandwidth (bits/sec); overrides `rate` +#bandwidth 1M # 1mbps + + +### Blocklist file to use. We encourage you to exclude +### RFC1918, IANA reserved, and multicast networks, +### in addition to those who have opted out of your +### network scans. +blocklist-file "/etc/zmap/blocklist.conf" + +### Optionally print a summary at the end +#summary |
