ヤミRoot VoidGate
User / IP
:
216.73.216.143
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
itrave
/
php
/
tests
/
SOAP
/
tests
/
Viewing: parser.phpt
--TEST-- SOAP_Parser tests. --FILE-- <?php require_once 'SOAP/Parser.php'; $foo = <<<EOF <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body> <namesp1:echoStringArrayResponse xmlns:namesp1="http://soapinterop.org/"> <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[2]"> <item xsi:type="xsd:string">good</item> <item xsi:type="xsd:string">bad</item> </return> </namesp1:echoStringArrayResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> EOF; $stringArray = <<<EOS <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns4="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body> <ns4:echoStringArrayResponse> <outputStringArray> <item xsi:type="xsd:string">good</item> <item xsi:type="xsd:string">bad</item> </outputStringArray> </ns4:echoStringArrayResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> EOS; $stringArrayOne = <<<EOO <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns4="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body> <ns4:echoStringArrayResponse> <outputStringArray> <item xsi:type="xsd:string">good</item> </outputStringArray> </ns4:echoStringArrayResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> EOO; $parser = new SOAP_Parser($foo); var_dump($parser->getResponse()); $parser = new SOAP_Parser($stringArray); var_dump($parser->getResponse()); $parser = new SOAP_Parser($stringArrayOne); var_dump($parser->getResponse()); ?> --EXPECTREGEX-- object\((soap_value|SOAP_Value)\).+?10\) \{ \["value"\]\=\> array\(1\) \{ \[0\]\=\> object\((soap_value|SOAP_Value)\).+?10\) \{ \["value"\]\=\> array\(2\) \{ \[0\]\=\> object\((soap_value|SOAP_Value)\).+?10\) \{ \["value"\]\=\> string\(4\) "good" \["nqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(4\) "item" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \} \["name"\]\=\> string\(4\) "item" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \["tqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(6\) "string" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(32\) "http:\/\/www.w3.org\/2001\/XMLSchema" \} \["type"\]\=\> string\(6\) "string" \["type_namespace"\]\=\> string\(32\) "http:\/\/www.w3.org\/2001\/XMLSchema" \["arrayType"\]\=\> string\(0\) "" \["attributes"\]\=\> array\(0\) \{ \} \["options"\]\=\> array\(0\) \{ \} \} \[1\]\=\> object\((soap_value|SOAP_Value)\).+?10\) \{ \["value"\]\=\> string\(3\) "bad" \["nqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(4\) "item" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \} \["name"\]\=\> string\(4\) "item" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \["tqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(6\) "string" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(32\) "http:\/\/www.w3.org\/2001\/XMLSchema" \} \["type"\]\=\> string\(6\) "string" \["type_namespace"\]\=\> string\(32\) "http:\/\/www.w3.org\/2001\/XMLSchema" \["arrayType"\]\=\> string\(0\) "" \["attributes"\]\=\> array\(0\) \{ \} \["options"\]\=\> array\(0\) \{ \} \} \} \["nqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(6\) "return" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \} \["name"\]\=\> string\(6\) "return" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \["tqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(5\) "Array" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(41\) "http:\/\/schemas.xmlsoap.org\/soap\/encoding\/" \} \["type"\]\=\> string\(5\) "Array" \["type_namespace"\]\=\> string\(41\) "http:\/\/schemas.xmlsoap.org\/soap\/encoding\/" \["arrayType"\]\=\> string\(6\) "string" \["attributes"\]\=\> array\(0\) \{ \} \["options"\]\=\> array\(0\) \{ \} \} \} \["nqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(23\) "echoStringArrayResponse" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \} \["name"\]\=\> string\(23\) "echoStringArrayResponse" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \["tqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(6\) "Struct" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(0\) "" \} \["type"\]\=\> string\(6\) "Struct" \["type_namespace"\]\=\> string\(0\) "" \["arrayType"\]\=\> string\(0\) "" \["attributes"\]\=\> array\(0\) \{ \} \["options"\]\=\> array\(0\) \{ \} \} object\((soap_value|SOAP_Value)\).+?10\) \{ \["value"\]\=\> array\(1\) \{ \[0\]\=\> object\((soap_value|SOAP_Value)\).+?10\) \{ \["value"\]\=\> array\(2\) \{ \[0\]\=\> object\((soap_value|SOAP_Value)\).+?10\) \{ \["value"\]\=\> string\(4\) "good" \["nqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(4\) "item" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \} \["name"\]\=\> string\(4\) "item" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \["tqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(6\) "string" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(32\) "http:\/\/www.w3.org\/2001\/XMLSchema" \} \["type"\]\=\> string\(6\) "string" \["type_namespace"\]\=\> string\(32\) "http:\/\/www.w3.org\/2001\/XMLSchema" \["arrayType"\]\=\> string\(0\) "" \["attributes"\]\=\> array\(0\) \{ \} \["options"\]\=\> array\(0\) \{ \} \} \[1\]\=\> object\((soap_value|SOAP_Value)\).+?10\) \{ \["value"\]\=\> string\(3\) "bad" \["nqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(4\) "item" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \} \["name"\]\=\> string\(4\) "item" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \["tqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(6\) "string" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(32\) "http:\/\/www.w3.org\/2001\/XMLSchema" \} \["type"\]\=\> string\(6\) "string" \["type_namespace"\]\=\> string\(32\) "http:\/\/www.w3.org\/2001\/XMLSchema" \["arrayType"\]\=\> string\(0\) "" \["attributes"\]\=\> array\(0\) \{ \} \["options"\]\=\> array\(0\) \{ \} \} \} \["nqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(17\) "outputStringArray" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \} \["name"\]\=\> string\(17\) "outputStringArray" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \["tqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(6\) "Struct" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(0\) "" \} \["type"\]\=\> string\(6\) "Struct" \["type_namespace"\]\=\> string\(0\) "" \["arrayType"\]\=\> string\(0\) "" \["attributes"\]\=\> array\(0\) \{ \} \["options"\]\=\> array\(0\) \{ \} \} \} \["nqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(23\) "echoStringArrayResponse" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \} \["name"\]\=\> string\(23\) "echoStringArrayResponse" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \["tqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(6\) "Struct" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(0\) "" \} \["type"\]\=\> string\(6\) "Struct" \["type_namespace"\]\=\> string\(0\) "" \["arrayType"\]\=\> string\(0\) "" \["attributes"\]\=\> array\(0\) \{ \} \["options"\]\=\> array\(0\) \{ \} \} object\((soap_value|SOAP_Value)\).+?10\) \{ \["value"\]\=\> array\(1\) \{ \[0\]\=\> object\((soap_value|SOAP_Value)\).+?10\) \{ \["value"\]\=\> array\(1\) \{ \[0\]\=\> object\((soap_value|SOAP_Value)\).+?10\) \{ \["value"\]\=\> string\(4\) "good" \["nqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(4\) "item" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \} \["name"\]\=\> string\(4\) "item" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \["tqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(6\) "string" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(32\) "http:\/\/www.w3.org\/2001\/XMLSchema" \} \["type"\]\=\> string\(6\) "string" \["type_namespace"\]\=\> string\(32\) "http:\/\/www.w3.org\/2001\/XMLSchema" \["arrayType"\]\=\> string\(0\) "" \["attributes"\]\=\> array\(0\) \{ \} \["options"\]\=\> array\(0\) \{ \} \} \} \["nqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(17\) "outputStringArray" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \} \["name"\]\=\> string\(17\) "outputStringArray" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \["tqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(6\) "Struct" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(0\) "" \} \["type"\]\=\> string\(6\) "Struct" \["type_namespace"\]\=\> string\(0\) "" \["arrayType"\]\=\> string\(0\) "" \["attributes"\]\=\> array\(0\) \{ \} \["options"\]\=\> array\(0\) \{ \} \} \} \["nqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(23\) "echoStringArrayResponse" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \} \["name"\]\=\> string\(23\) "echoStringArrayResponse" \["namespace"\]\=\> string\(23\) "http:\/\/soapinterop.org\/" \["tqn"\]\=\> object\((qname|QName)\).+?3\) \{ \["name"\]\=\> string\(6\) "Struct" \["prefix"\]\=\> string\(0\) "" \["namespace"\]\=\> string\(0\) "" \} \["type"\]\=\> string\(6\) "Struct" \["type_namespace"\]\=\> string\(0\) "" \["arrayType"\]\=\> string\(0\) "" \["attributes"\]\=\> array\(0\) \{ \} \["options"\]\=\> array\(0\) \{ \} \}
Coded With 💗 by
0x6ick