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.136.236.39
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 /
xml /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
CREDITS
51
B
-rw-r--r--
compat.c
22.19
KB
-rw-r--r--
config.m4
937
B
-rw-r--r--
config.w32
706
B
-rw-r--r--
expat_compat.h
6.13
KB
-rw-r--r--
php_xml.h
1.53
KB
-rw-r--r--
xml.c
42.92
KB
-rw-r--r--
xml.stub.php
2.2
KB
-rw-r--r--
xml_arginfo.h
6.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : xml.stub.php
<?php /** @generate-class-entries */ function xml_parser_create(?string $encoding = null): XMLParser {} function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {} function xml_set_object(XMLParser $parser, object $object): bool {} /** * @param callable $start_handler * @param callable $end_handler */ function xml_set_element_handler(XMLParser $parser, $start_handler, $end_handler): bool {} /** @param callable $handler */ function xml_set_character_data_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_processing_instruction_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_default_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_unparsed_entity_decl_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_notation_decl_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_external_entity_ref_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_start_namespace_decl_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_end_namespace_decl_handler(XMLParser $parser, $handler): bool {} function xml_parse(XMLParser $parser, string $data, bool $is_final = false): int {} /** * @param array $values * @param array $index */ function xml_parse_into_struct(XMLParser $parser, string $data, &$values, &$index = null): int {} function xml_get_error_code(XMLParser $parser): int {} /** @refcount 1 */ function xml_error_string(int $error_code): ?string {} function xml_get_current_line_number(XMLParser $parser): int {} function xml_get_current_column_number(XMLParser $parser): int {} function xml_get_current_byte_index(XMLParser $parser): int {} function xml_parser_free(XMLParser $parser): bool {} /** @param string|int $value */ function xml_parser_set_option(XMLParser $parser, int $option, $value): bool {} /** @refcount 1 */ function xml_parser_get_option(XMLParser $parser, int $option): string|int {} /** * @strict-properties * @not-serializable */ final class XMLParser { }
Close