Subsribe to our RSS Feed
Featured Sites
test DiggThis
2nd

Jul.

Comments:

Disabled

SSH Brute Force Blocker

This is just a small script I wrote to parse the secure log for authentication failures. If an authentication failure is found it will load the the IP of the failure into iptables and block all input from that source. Please keep in mind this is more for those who use ssh keys vs password authentication. In addition make sure you use the "check" option prior to actually running the Ban option to verify that your IP is not in the list, other wise you are going to ban yourself from your own server.

* written for redhat based servers * | Download Link


20th

May

Comments:

Disabled

FTP Brute Force Blocker

I wrote this script as more of a project than anything, because I was unable to find any scripts/utilities available on the internet that would do this specifically for FTP, most of these are for SSH.

The script is setup to be ran as a cron job on a user specified interval. Please keep in mind that this script is tested, however still âtaâ* written for redhat based servers * | Download Link



4th

Feb.

Comments:

Disabled

Apache Virtual Host Setup Script

I wrote this a while back just to make life easier to setup virtual hosts. Please keep in mind that there is no error checking in this script, and I highly recommend learning how to manually setup virtual hosts before using this script so that you can troubleshoot any issues that may arise in your configuration. Additionally feel free to modify this script to fit your needs, as this obviously will not suit all situations.

* written for redhat based servers * | Download Link