Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe.txt | 2011-05-14 | 1.3 kB | |
autoban.sh.gz | 2011-05-14 | 600 Bytes | |
Totals: 2 Items | 1.9 kB | 0 |
################################################################## # GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 # Script Name: HA CronJob # Author: kelvin Tan (kelvintx3@gmail.com) # Last Update: 13th May 2011 ################################################################## ################################################################## # This bash Script is written by Kelvin Tan Thiam Teck # tested on ubuntu 10.04 LTS Server 64bit # Purpose: timer to unban user every 30mins # leave comment on this page if you require any help. ################################################################## # Well if you wish to see more application for various programming # Language, Start to donate to me, so i can go for courses and # write more programs for the public. ################################################################## # This script is configured to unban users in 30mins time after user # last attempt to bruteforce or authenticate with server # unbanTime=1800 (change this to the time you wish to unban in secs, 60*30=1800) ################################################################## # Installation Guide on Crontab # * * * * * /path to script/unban.sh > /dev/null ##################################################################