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 | : 52.14.238.102
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 /
session /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
CREDITS
42
B
-rw-r--r--
config.m4
1.32
KB
-rw-r--r--
config.w32
393
B
-rw-r--r--
mod_files.bat
1.28
KB
-rw-r--r--
mod_files.c
19.04
KB
-rw-r--r--
mod_files.h
1.13
KB
-rw-r--r--
mod_files.sh
1.98
KB
-rw-r--r--
mod_mm.c
9.66
KB
-rw-r--r--
mod_mm.h
1.2
KB
-rw-r--r--
mod_user.c
5.86
KB
-rw-r--r--
mod_user.h
1.12
KB
-rw-r--r--
mod_user_class.c
4.16
KB
-rw-r--r--
php_session.h
10.66
KB
-rw-r--r--
session.c
89.84
KB
-rw-r--r--
session.stub.php
3.38
KB
-rw-r--r--
session_arginfo.h
11.77
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : session.stub.php
<?php /** @generate-class-entries */ /** @refcount 1 */ function session_name(?string $name = null): string|false {} /** @refcount 1 */ function session_module_name(?string $module = null): string|false {} /** @refcount 1 */ function session_save_path(?string $path = null): string|false {} function session_id(?string $id = null): string|false {} /** @refcount 1 */ function session_create_id(string $prefix = ""): string|false {} function session_regenerate_id(bool $delete_old_session = false): bool {} function session_decode(string $data): bool {} /** @refcount 1 */ function session_encode(): string|false {} function session_destroy(): bool {} function session_unset(): bool {} function session_gc(): int|false {} /** * @return array<string, mixed> * @refcount 1 */ function session_get_cookie_params(): array {} function session_write_close(): bool {} function session_abort(): bool {} function session_reset(): bool {} function session_status(): int {} function session_register_shutdown(): void {} /** @alias session_write_close */ function session_commit(): bool {} /** * @param callable|object $open * @param callable|bool $close */ function session_set_save_handler( $open, $close = UNKNOWN, callable $read = UNKNOWN, callable $write = UNKNOWN, callable $destroy = UNKNOWN, callable $gc = UNKNOWN, callable $create_sid = UNKNOWN, callable $validate_sid = UNKNOWN, callable $update_timestamp = UNKNOWN ): bool {} /** @refcount 1 */ function session_cache_limiter(?string $value = null): string|false {} function session_cache_expire(?int $value = null): int|false {} function session_set_cookie_params(array|int $lifetime_or_options, ?string $path = null, ?string $domain = null, ?bool $secure = null, ?bool $httponly = null): bool {} function session_start(array $options = []): bool {} interface SessionHandlerInterface { /** @tentative-return-type */ public function open(string $path, string $name): bool; /** @tentative-return-type */ public function close(): bool; /** @tentative-return-type */ public function read(string $id): string|false; /** @tentative-return-type */ public function write(string $id, string $data): bool; /** @tentative-return-type */ public function destroy(string $id): bool; /** @tentative-return-type */ public function gc(int $max_lifetime): int|false; } interface SessionIdInterface { /** @tentative-return-type */ public function create_sid(): string; } interface SessionUpdateTimestampHandlerInterface { /** @tentative-return-type */ public function validateId(string $id): bool; /** @tentative-return-type */ public function updateTimestamp(string $id, string $data): bool; } class SessionHandler implements SessionHandlerInterface, SessionIdInterface { /** @tentative-return-type */ public function open(string $path, string $name): bool {} /** @tentative-return-type */ public function close(): bool {} /** @tentative-return-type */ public function read(string $id): string|false {} /** @tentative-return-type */ public function write(string $id, string $data): bool {} /** @tentative-return-type */ public function destroy(string $id): bool {} /** @tentative-return-type */ public function gc(int $max_lifetime): int|false {} /** @tentative-return-type */ public function create_sid(): string {} }
Close