image 41 - cPanel information disclosure via env.cgi file

cPanel information disclosure via env.cgi file

CGI Environment Variables are used to display information when debugging applications or to pass that information to another script. If you search google for “env.cgi” you will find thousands of files that disclose sensitive information...

image 23 - UID MOVE: IMAP session state is inconsistent, please relogin.

UID MOVE: IMAP session state is inconsistent, please relogin.

On cPanel emails are stored by default in Maildir format where each email is stored as a separate file in the /home/user/mail/domain/email//cur directory. On older systems and even cPanel in the past used Mbox format as the default where many emails...

image 16 - DadaMail Error: SQL Server Connection

DadaMail Error: SQL Server Connection

After installing DadaMail via Softaculous auto-installer on cPanel the application is not accessible: DadaMail application error log file can be found at as discussed here grep errors.txt cgi-bin/APPLICATION_FOLDER/DADA/Config.pm Inside that error...

drupal - How to check Drupal version from the terminal

How to check Drupal version from the terminal

First go into your application folder and check the following files:

Drupal 8 & Drupal 9

grep VERSION core/lib/Drupal.php

Drupal 7

grep VERSION includes/bootstrap.inc

Drupal 6 and older

grep VERSION modules/system/system.module