Back in December 2020, cPanel introduced the Welcome panel for new cPanel accounts in the cPanel version 94. This feature by default shows Creating an email and Site Publisher sections. If you have the Site Publisher option disabled globally in WHM...
During a regular anaysis of a WordPress website for a new user I’ve noticed a file named wp-blogs.php in the public_html folder. As an experienced WordPress user, the name itself drew attention, as I do not recall ever seeing a file called wp...
A few weeks ago I was approached by a friend of mine, complaining about high load and CPU usage on one of his shared hosting servers (DELL) running CentOS 7, CloudLinux and cPanel. I was more than happy to take a look, and after a couple of minutes...
WSO (web shell by oRb) is a simple and easy to use tool for any would-be hacker to learn and use. WSO 2.6 Shell This shell allows an attacker to perform the following actions: View detailed server informationFile management (uploading, downloading...
If you have a larger churn rate you probably have multiple user accounts that are not in use. In order to check suspended accounts go to: WHM > List Suspended Accounts or ls /var/cpanel/suspended To suspend an account: /scripts/suspendacct...
SpamCop’s domain name expired and all IP addresses that are checked against bl.spamcop.net now return ‘listed’. Spamcop.net on 31.01.2021 Was the project just abandoned? Or are they deliberately returning “listed” for...
Changes every cPanel password on the server and stores the credentials in ~/newCredentials $newPassword is a randomly generated password with 10 characters #!/bin/bash export ALLOW_PASSWORD_CHANGE=1 ls -la /home | awk '{print $3}' | grep -v root |...
Gridsome is a Vue.js static site generaqtor that requires yarn, nodejs and NPM in order to generate website files. I recommend using two separate devices, one on which you develop the site and another where it will bi published. But, if you for some...
The mail for an individual cPanel account is stored in /home/$username/mail/$domain/$mailbox/, while metadata for the account (mailbox passwords and quotas) is stored in /home/$username/etc/$domain/. For migrating a full domain to another...
For servers where ‘mod_userdir’ module is enabled, you can access your websites via temporary URLs instead of the domain name. The format of this temporary URL is usually ‘; The ‘ipaddress’ used is the server’s...