New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Bash script to test ipv4 subnets for blacklists
Hello,
i have created it a while ago simple and small bash script: https://github.com/bacarrdy/blacklist_checker
So if you need any update for it just ask and ill add it
Comments
A fork has already been mentioned here http://www.lowendtalk.com/discussion/61597/how-often-do-you-check-your-ip-s-against-blacklists
This is a copy of my script, and i already done few updates to it.
i have updated it:
Prompter - in emails there is included delisting links
SMTP - now you can use smtp to send notifications
users - you can use this script send directly to your clients about that ip is blacklisted (requires database query`es modification to work with your system)
i will update it to collect ip statistic and ability to view it (now i`m searching an alternate file type database because i dont want use mysql/mariadb because not everyone use it)