Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 391 Bytes

rblscan

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:

  1. git clone https://github.com/rblanchardbell/rblscan
  2. cd rblscan
  3. chmod a+x rblscan
  4. ./rblscan [ip address] <subnet in CIDR>

Enjoy!