Skip to content

Check if an IP is listed on the most used RBL

Notifications You must be signed in to change notification settings

zyberzero/check-rbl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

check-rbl

Check if an IP is listed on the most used RBL

Usage of check-rbl.pl

Required parameters:

  • -i,--ip The IP to check
  • -t,--timeout Set timeout for request (Default: 10sec)
  • -q,--quiet Quiet mode
  • -v,--verbose Verbose mode
  • -h,--help Show help

Example:

$ perl check-rbl.pl -i 8.8.8.8
8.8.8.8 isn't listed on any RBL.

Exit code is 0 if not, 1 if listed.

Report bugs or ask for new options: https://github.com/DjinnS/check-rbl

About

Check if an IP is listed on the most used RBL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%