cPanel

cPanel is an online Linux-based control panel that simplifies website and server management.

cPanel allows you to publish websites, manage domains, organize web files, create email accounts, and more.

www.cpanel.net

cpanel welcome area - How to disable the Welcome panel in cPanel 94 ✔️

How to disable the Welcome panel in cPanel 94 ✔️

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...

SPADE SHELL - Spade Mini Shell - the easiest to use shell ever ! 😂🤣

Spade Mini Shell – the easiest to use shell ever ! 😂🤣

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...

Screenshot of the Leaf PHP Mailer 2.8

🍃 LeafMailer – Malicious PHP Mailer script

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...

Screenshot of the WSO 2.6 Shell

⚠️ WSO 2.6 Shell 😲

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...

gif - How to suspend / terminate cPanel accounts

How to suspend / terminate cPanel accounts

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 website - SpamCop RBL down - spamcop.net domain expired

SpamCop RBL down – spamcop.net domain expired

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...

what is cpanel - Reset cPanel password for All users

Reset cPanel password for All users

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 |...

chrome 2DFRuxe6qV - How to install Gridsome on cPanel shared hosting

How to install Gridsome on cPanel shared hosting

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...

what is cpanel - cPanel Email Migration

cPanel Email Migration

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...

what is cpanel - mod_userdir - cPanel temporary URL

mod_userdir – cPanel temporary URL

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...