nixjobin / rbl-checker

This script checks the IPs assigned on the server against blacklist. You can configure email notification to receive the alerts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rbl-checker

Prerequisites

The script will work on any Linux Operating system

Commands
  • ifconfig
  • curl

How to Install

cd /etc/cron.hourly && wget https://raw.githubusercontent.com/nixjobin/rbl-checker/master/nixhive-rblchecker.sh -O nixhive-rblchecker.sh && chmod +x nixhive-rblchecker.sh 

Now the script will run every hour on your server.

Email Notification

Replace the below one with your email address on the script.

JMAIL="your-email-id@gmail.com"

About

This script checks the IPs assigned on the server against blacklist. You can configure email notification to receive the alerts.


Languages

Language:Shell 100.0%