Apache mod rewrite vulnerability - ⚠️ CVE-2011-3368

⚠️ CVE-2011-3368

The information has been provided by Rodrigo Marcos. A recent Apache vulnerability has been made public whereby an attacker could gain unauthorised access to content in the DMZ network: The mod_proxy module in the Apache HTTP Server 1...

slowloris - 🦥 Slowloris DDoS Attack

🦥 Slowloris DDoS Attack

Slowloris is a denial-of-service attack program that allows an attacker to overwhelm a targeted server by opening and maintaining many simultaneous HTTP connections between the attacker and the target.

wordpress 973439 1920 - 🗡️WordPress DoS attack

🗡️WordPress DoS attack

WordPress DoS attack is possible by exploiting the vulnerability (CVE-2018-6389) in load-scripts.php and load-styles.php files.

perc - How to install PERC/LSI MegaCLI on Dell

How to install PERC/LSI MegaCLI on Dell

Here is how to install PERCS (LSI) MegaCLI utility on a Dell machine: Step 1: Download the latest version of MegaCLI here or use this alternative link. Step 2: Copy the file to your Linux machine. In this case, I will use /var/tmp/ Step 3:...

editor - Disable Gutenberg Editor ✏️ on WordPress

Disable Gutenberg Editor ✏️ on WordPress

Back in 2020, I published the Better Editor WordPress plugin which has a feature to disable the Gutenberg Editor completely. So you can use that plugin’s feature to disable the now default Block (Gutenberg) Editor in WordPress or you can also...

chrome xIkczL3Sv4 - How to fix cpanel user ownership issues serverwide

How to fix cpanel user ownership issues serverwide

Here is a small script from Seemab Saleem that will fix cpanel user ownership issues serverwide # echo -e “Checking ownership of /home/user n” for i in `ls /var/cpanel/users/` do if [ “$i” != “root” ]; then chown ...

image 1 - Generate a random number 🔢 in Unix Shell Script

Generate a random number 🔢 in Unix Shell Script

Here is how to generate a random number in a bash shell script. In the bash shell we have environmental variable $RANDOM that can generate a unique random number each time it is referenced. echo $RANDOM And to assign this value to a variable :...

what is cpanel - Checking Resolvers in cPanel Server

Checking Resolvers in cPanel Server

If you are having DNS problems, ensure that the server has a list of functional resolvers. Resolvers allow the server to find IP addresses corresponding to domain names by communicating with DNS servers. If you need to add resolvers to your server:...