Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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
/
usr /
share /
dracut /
modules.d /
99base /
[ HOME SHELL ]
Name
Size
Permission
Action
check
53
B
-rwxr-xr-x
dracut-lib.sh
10.76
KB
-rwxr-xr-x
init
8.78
KB
-rwxr-xr-x
initqueue
637
B
-rwxr-xr-x
install
1.07
KB
-rwxr-xr-x
loginit
301
B
-rwxr-xr-x
parse-blacklist.sh
179
B
-rwxr-xr-x
parse-hostname.sh
270
B
-rwxr-xr-x
parse-root-opts.sh
253
B
-rwxr-xr-x
selinux-loadpolicy.sh
1.98
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : install
#!/bin/bash dracut_install mount mknod mkdir modprobe pidof sleep chroot \ sed ls flock cp mv dmesg rm ln rmmod mkfifo poweroff reboot dracut_install -o less if [ ! -e "${initdir}/bin/sh" ]; then dracut_install bash (ln -s bash "${initdir}/bin/sh" || :) fi { echo 'alias reboot="reboot -f"' echo 'alias poweroff="poweroff -f"' } >> "${initdir}/etc/profile" # install our scripts and hooks inst "$moddir/init" "/init" inst "$moddir/initqueue" "/sbin/initqueue" inst "$moddir/loginit" "/sbin/loginit" # Bail out if switch_root does not exist if which switch_root >/dev/null 2>&1; then dracut_install switch_root else inst "$moddir/switch_root" "/sbin/switch_root" \ || derror "Failed to install switch_root" fi inst "$moddir/dracut-lib.sh" "/lib/dracut-lib.sh" inst_hook cmdline 01 "$moddir/parse-hostname.sh" inst_hook cmdline 10 "$moddir/parse-root-opts.sh" inst_hook cmdline 20 "$moddir/parse-blacklist.sh" if [ -x "/usr/sbin/load_policy" -o -x "/sbin/load_policy" ]; then inst_hook pre-pivot 50 "$moddir/selinux-loadpolicy.sh" fi mkdir -p "${initdir}/var/run"
Close