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 | : 3.133.113.101
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 /
80 /
src /
ext /
curl /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
CREDITS
21
B
-rw-r--r--
config.m4
2.14
KB
-rw-r--r--
config.w32
1.4
KB
-rw-r--r--
curl.stub.php
2.49
KB
-rw-r--r--
curl_arginfo.h
8.8
KB
-rw-r--r--
curl_file.c
4.2
KB
-rw-r--r--
curl_file.stub.php
538
B
-rw-r--r--
curl_file_arginfo.h
1.74
KB
-rw-r--r--
curl_private.h
4.59
KB
-rw-r--r--
interface.c
107.38
KB
-rw-r--r--
multi.c
15.35
KB
-rw-r--r--
php_curl.h
1.7
KB
-rw-r--r--
share.c
4.81
KB
-rw-r--r--
sync-constants.php
7.64
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : curl.stub.php
<?php /** @generate-function-entries */ final class CurlHandle { } final class CurlMultiHandle { } final class CurlShareHandle { } function curl_close(CurlHandle $handle): void {} function curl_copy_handle(CurlHandle $handle): CurlHandle|false {} function curl_errno(CurlHandle $handle): int {} function curl_error(CurlHandle $handle): string {} #if LIBCURL_VERSION_NUM >= 0x070f04 /* 7.15.4 */ function curl_escape(CurlHandle $handle, string $string): string|false {} function curl_unescape(CurlHandle $handle, string $string): string|false {} function curl_multi_setopt(CurlMultiHandle $multi_handle, int $option, mixed $value): bool {} #endif function curl_exec(CurlHandle $handle): string|bool {} function curl_file_create(string $filename, ?string $mime_type = null, ?string $posted_filename = null): CURLFile {} function curl_getinfo(CurlHandle $handle, ?int $option = null): mixed {} function curl_init(?string $url = null): CurlHandle|false {} function curl_multi_add_handle(CurlMultiHandle $multi_handle, CurlHandle $handle): int {} function curl_multi_close(CurlMultiHandle $multi_handle): void {} function curl_multi_errno(CurlMultiHandle $multi_handle): int {} /** @param int $still_running */ function curl_multi_exec(CurlMultiHandle $multi_handle, &$still_running): int {} function curl_multi_getcontent(CurlHandle $handle): ?string {} /** @param int $queued_messages */ function curl_multi_info_read(CurlMultiHandle $multi_handle, &$queued_messages = null): array|false {} function curl_multi_init(): CurlMultiHandle {} function curl_multi_remove_handle(CurlMultiHandle $multi_handle, CurlHandle $handle): int {} function curl_multi_select(CurlMultiHandle $multi_handle, float $timeout = 1.0): int {} function curl_multi_strerror(int $error_code): ?string {} #if LIBCURL_VERSION_NUM >= 0x071200 /* 7.18.0 */ function curl_pause(CurlHandle $handle, int $flags): int {} #endif function curl_reset(CurlHandle $handle): void {} function curl_setopt_array(CurlHandle $handle, array $options): bool {} function curl_setopt(CurlHandle $handle, int $option, mixed $value): bool {} function curl_share_close(CurlShareHandle $share_handle): void {} function curl_share_errno(CurlShareHandle $share_handle): int {} function curl_share_init(): CurlShareHandle {} function curl_share_setopt(CurlShareHandle $share_handle, int $option, mixed $value): bool {} function curl_share_strerror(int $error_code): ?string {} function curl_strerror(int $error_code): ?string {} function curl_version(): array|false {}
Close