Command line script to scan RBLs to see if an IP is blacklisted.
Requires dig to function.
Built for ISP's, Network Admins, etc. I'll add more blocklists as I need them. If you need me to add one for you, let me know.
How to use:
- git clone https://github.com/rblanchardbell/rblscan
- cd rblscan
- chmod a+x rblscan
- ./rblscan [ip address] <subnet in CIDR>
Enjoy!