Linux 74-214-172-243.cprapid.com 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64
Apache
: 74.214.172.243 | : 216.73.216.140
18 Domain
8.2.31
cardrly
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 /
logrotate.d /
[ HOME SHELL ]
Name
Size
Permission
Action
apache
195
B
-rw-r-----
btmp
130
B
-rw-r--r--
chrony
160
B
-rw-r--r--
comet_backup
140
B
-rw-r--r--
comet_backup_jobs_helper
251
B
-rw-r--r--
dnf
88
B
-rw-r--r--
dpkg
112
B
-rw-r--r--
ea-php82-php-fpm
257
B
-rw-r--r--
ea-php83-php-fpm
257
B
-rw-r--r--
exim
405
B
-rw-r--r--
imunify-core
2.01
KB
-rw-r--r--
imunify360-antivirus
1.06
KB
-rw-r--r--
kvm_stat
162
B
-rw-r--r--
mariadb
1.82
KB
-rw-r--r--
modsecurity_logs
277
B
-rw-r--r--
named
514
B
-rw-r-----
nscd_logs
180
B
-rw-r--r--
sssd
289
B
-rw-r--r--
sw-engine
114
B
-rw-r--r--
syslog
226
B
-rw-r--r--
wp-toolkit
163
B
-rw-r--r--
wp-toolkit-action-logs
0
B
-rw-r--r--
wtmp
145
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : imunify360-antivirus
# Logrotate configuration for logs managed by imunify-antivirus package. # This file is installed by the imunify-antivirus package. /var/log/imunify360/aibolit_actions.log /var/log/imunify360/mds_actions.log { # Rotate daily, or sooner if size exceeds 50MB (checked when logrotate runs) daily maxsize 50M # Keep rotated files for 3 days maxage 3 # Add datetime to rotated filename # Note: CentOS 7 logrotate doesn't support %H%M%S, using %s (unix timestamp) for uniqueness # Rotated files will have following names: aibolit_actions.log-20260107-1767805468.gz dateext dateformat -%Y%m%d-%s # Don't error if log file is missing missingok # Don't rotate empty files notifempty # Copy and truncate instead of moving the log file # This allows the service to keep writing without restart copytruncate # Compress rotated files with gzip. # I would prefer to use zst when it is available, # but this requires conditional compression and postrotate # script, what makes config more complex. compress }
Close