Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.222.106.93
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
snap /
core /
16928 /
etc /
rcS.d /
[ HOME SHELL ]
Name
Size
Permission
Action
README
447
B
-rw-r--r--
S01console-setup
1.31
KB
-rwxr-xr-x
S02apparmor
6.08
KB
-rwxr-xr-x
S02hostname.sh
1.39
KB
-rwxr-xr-x
S02mountkernfs.sh
1.53
KB
-rwxr-xr-x
S02pppd-dns
612
B
-rwxr-xr-x
S02resolvconf
4.05
KB
-rwxr-xr-x
S03udev
5.94
KB
-rwxr-xr-x
S04keyboard-setup
1.76
KB
-rwxr-xr-x
S05mountdevsubfs.sh
1.43
KB
-rwxr-xr-x
S05procps
1.16
KB
-rwxr-xr-x
S06hwclock.sh
3.72
KB
-rwxr-xr-x
S07checkroot.sh
9.13
KB
-rwxr-xr-x
S08checkfs.sh
3.72
KB
-rwxr-xr-x
S09checkroot-bootclean.sh
1.07
KB
-rwxr-xr-x
S09kmod
2.04
KB
-rwxr-xr-x
S09urandom
3.04
KB
-rwxr-xr-x
S10mountall.sh
2.25
KB
-rwxr-xr-x
S10networking
4.66
KB
-rwxr-xr-x
S11mountall-bootclean.sh
703
B
-rwxr-xr-x
S11mountnfs.sh
2.4
KB
-rwxr-xr-x
S12mountnfs-bootclean.sh
711
B
-rwxr-xr-x
S13bootmisc.sh
1.25
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : S12mountnfs-bootclean.sh
#! /bin/sh ### BEGIN INIT INFO # Provides: mountnfs-bootclean # Required-Start: $local_fs mountnfs # Required-Stop: # Default-Start: S # Default-Stop: # X-Start-Before: bootmisc # Short-Description: bootclean after mountnfs. # Description: Clean temporary filesystems after # network filesystems have been mounted. ### END INIT INFO . /lib/lsb/init-functions . /lib/init/bootclean.sh case "$1" in start|"") # Clean /tmp, /var/lock, /var/run clean_all exit $? ;; restart|reload|force-reload) echo "Error: argument '$1' not supported" >&2 exit 3 ;; stop|status) # No-op ;; *) echo "Usage: mountnfs-bootclean.sh [start|stop]" >&2 exit 3 ;; esac :
Close