To figure out of such situation you can disable cphulkd protection :
login via ssh and disable cphulkd using the command below.
root@PUSHKAR [~]# /usr/local/cpanel/etc/init/stopcphulkd
This should allow you to login to WHM and double check your cphulk settings.
You can view IP addresses that have been blocked via the WHM interface: WHM -> Security -> Security Center -> cPHulk Brute Force Protection in the Brutes table. On that screen, you can also customize brute force protection settings.
Then log into your WHM >> Security Center >> cPHulk Brute Force Protection >> Flush DB
Make Sure to restart cphulkd protection from SSH, simply fire the following command
root@PUSHKAR [~]# /usr/local/cpanel/etc/init/startcphulkd
Well the other way to this is to remove the IP’s blocked by cPHulk from its database .
ssh to the server login as root and type the following at the prompt
[root@server:] mysql
mysql> use cphulkd;
mysql>BACKUP TABLE brutes TO ‘/path/to/backup/directory’;
mysql> SELECT * FROM brutes WHERE `IP`=’xxx.xxx.xxx.xxx’;
mysql> DELETE FROM brutes WHERE `IP`=’xxx.xxx.xxx.xxx’;
mysql>quit
Go_GrEen^ThiNk_GReeN~LoVE_GreEn - Pushkar
No comments:
Post a Comment