zblacklist.1 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .\" generated with Ronn/v0.7.3
  2. .\" http://github.com/rtomayko/ronn/tree/0.7.3
  3. .
  4. .TH "ZBLACKLIST" "1" "June 2015" "zmap v2.1.0" "zmap"
  5. .
  6. .SH "SYNOPSIS"
  7. zblacklist [ \-b <blacklist> ] [ \-w <whitelist> ] [ OPTIONS\.\.\. ]
  8. .
  9. .SH "DESCRIPTION"
  10. \fIZBlacklist\fR is a network tool for limiting and deduplicating a list of IP addresses using a blacklist or whitelist\.
  11. .
  12. .SH "OPTIONS"
  13. .
  14. .SS "BASIC OPTIONS"
  15. .
  16. .TP
  17. \fB\-b\fR, \fB\-\-blacklist\-file=path\fR
  18. 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 blacklist file \fBblacklist\.conf\fR for this purpose\.
  19. .
  20. .TP
  21. \fB\-w\fR, \fB\-\-whitelist\-file=name\fR
  22. File of subnets to include, in CIDR notation, one\-per line\. All other subnets will be excluded\.
  23. .
  24. .TP
  25. \fB\-l\fR, \fB\-\-log\-file=name\fR
  26. File to log to\.
  27. .
  28. .TP
  29. \fB\-v\fR, \fB\-\-verbosity\fR
  30. Level of log detail (0\-5, default=3)
  31. .
  32. .TP
  33. \fB\-\-no\-duplicate\-checking\fR
  34. Don\'t deduplicate input addresses\. Default is false\.
  35. .
  36. .TP
  37. \fB\-\-ignore\-blacklist\-errors\fR
  38. Ignore invalid entries in the blacklist\. Default is false\.