cPHulk Brute Force Protection in cPanel

How to Disable cPHulk Brute Force Protection? 1) connect your VPS with cPanel via SSH. 2) Run the following command to disable cPHulk for 5 minutes /usr/local/cpanel/etc/init/stopcphulkd 3) cPHulkD will stop until chksrvd starts it back up again within 8 minutes. 4)  Enable before chksrvd starts its back up, run the following command /usr/local/cpanel/etc/init/startcphulkd cPHulk Brute […]

See More

How to stop syn attack on linux server

The SYN (TCP connection request) attack is a common denial of service (DoS) technique. A SYN flood is a form of denial-of-service attack in which an attacker sends a succession ofSYN requests to a target’s system When a client attempts to start a TCP connection to a server, the client and server exchange a series […]

See More