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.145.199.240
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 : mdadm
#!/bin/sh # # cron.daily/mdadm -- daily check that MD devices are functional # # Copyright © 2008 Paul Slootman <paul@debian.org> # distributed under the terms of the Artistic Licence 2.0 # As recommended by the manpage, run # mdadm --monitor --scan --oneshot # every day to ensure that any degraded MD devices don't go unnoticed. # Email will go to the address specified in /etc/mdadm/mdadm.conf . # set -eu MDADM=/sbin/mdadm [ -x $MDADM ] || exit 0 # package may be removed but not purged exec $MDADM --monitor --scan --oneshot
Close