Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.216.177
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
cron.daily /
Delete
Unzip
Name
Size
Permission
Date
Action
.placeholder
102
B
-rw-r--r--
2025-08-05 17:14
apache2
539
B
-rwxr-xr-x
2024-03-18 11:41
apport
376
B
-rwxr-xr-x
2025-07-08 14:50
apt-compat
1.44
KB
-rwxr-xr-x
2024-03-22 10:11
dpkg
123
B
-rwxr-xr-x
2024-02-05 02:31
logrotate
377
B
-rwxr-xr-x
2025-08-05 17:14
man-db
1.36
KB
-rwxr-xr-x
2025-08-05 17:14
plocate
652
B
-rwxr-xr-x
2023-07-31 20:04
sysstat
518
B
-rwxr-xr-x
2025-08-05 17:14
Save
Rename
#!/bin/sh -e # clean all crash reports which are older than a week. [ -d /var/crash ] || exit 0 find /var/crash/. ! -name . -prune -type f \( \( -size 0 -a \! -name '*.upload*' -a \! -name '*.drkonqi*' \) -o -mtime +7 \) -exec rm -f -- '{}' \; find /var/crash/. ! -name . -prune -type d -regextype posix-extended -regex '.*/[0-9]{12}$' \( -mtime +7 \) -exec rm -Rf -- '{}' \;