chrome DZMflbXKid - Use AbuseIPDB API to block bad IP's on ConfigServer Firewall

Use AbuseIPDB API to block bad IP’s on ConfigServer Firewall

AbuseIPDB has a free API plan that will allow you to get a list of up to 10.000 blacklisted IP addresses that are currently reported for malicious activity. On a Linux server, we can use this data to automatically block that bad IP traffic from our...

what is cpanel - Disable greylisting on all cPanel accounts

Disable greylisting on all cPanel accounts

Here is a simple one-liner that will disable the greylisting feature for all cPanel accounts on the server:

for i in $(\ls /var/cpanel/users) ; do uapi --user=$i cPGreyList disable_all_domains ; done

image 16 - CWP Login to SSH error: This account is currently not available

CWP Login to SSH error: This account is currently not available

The SSH login error This account is currently not available indicates that the user does not have a proper shell set. SSH error: This account is currently not available First, check if your CWP user has access to the terminal: Add SSH access to CWP...

image 17 - OWASP Disabled rules for Magento2

OWASP Disabled rules for Magento2

Here is a list of all OWASP rules that should be disabled for the MAgento2 admin to work properly: SecRuleRemoveById 981248 SecRuleRemoveById 973336 SecRuleRemoveById 958051 SecRuleRemoveById 958039 SecRuleRemoveById 973302 SecRuleRemoveById 973306...

image 2 - Install Redis daemon and Redis PHP extension in cPanel

Install Redis daemon and Redis PHP extension in cPanel

Here is how to install Redis daemon on a cPanel/WHM server and add the Redis PHP extension to each EasyApache PHP version. Step 1. Install Redis daemon: rpm -ivh rpm -ivh yum -y install redis --enablerepo=remi --disableplugin=priorities systemctl...