Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.52
Cant Read [ /etc/named.conf ]
8.1.31
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 /
17212 /
etc /
rc4.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