File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,3 +2,19 @@ bulkdnsblcheck
22==============
33
44A parallel DNSBL checker using bash and GNU Parallel utilities
5+
6+ ## Usage
7+ ```
8+ #./rbl.sh
9+ Usage:
10+ /opt/zabbix/rbl5.sh listcheck - Verify that all DNSBLS in the list are responding within a reasonable time (online)
11+ /opt/zabbix/rbl5.sh details [ip1] [...] - Fetch details for all RBL entries for one or many IP addresses
12+ /opt/zabbix/rbl5.sh count [ip1] [...] - Fetch a total count of RBL entries for many IP addresses
13+
14+ IP address can be either a single address or network in CIDR form
15+ ```
16+
17+ ## Prerequisites
18+ - GNU Parallel
19+ - prips
20+ - bind-utils (dig)
Original file line number Diff line number Diff line change 7474 echo " $0 listcheck - Verify that all DNSBLS in the list are responding within a reasonable time (online)"
7575 echo " $0 details [ip1] [...] - Fetch details for all RBL entries for one or many IP addresses"
7676 echo " $0 count [ip1] [...] - Fetch a total count of RBL entries for many IP addresses"
77+ echo " "
78+ echo " IP address can be either a single address or network in CIDR form"
7779fi
You can’t perform that action at this time.
0 commit comments