Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/textalk/websocket/tests/scripts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/textalk/websocket/tests/scripts/server.accept-destruct.json
[
    {
        "function": "stream_socket_accept",
        "params": [
            "@mock-socket"
        ],
        "return": "@mock-stream"
    },
    {
        "function": "stream_socket_get_name",
        "params": [
            "@mock-stream"
        ],
        "return": "127.0.0.1:12345"
    },
    {
        "function": "stream_get_line",
        "params": [
            "@mock-stream",
            1024,
            "\r\n"
        ],
        "return": "GET \/my\/mock\/path HTTP\/1.1"
    },
    {
        "function": "stream_get_meta_data",
        "params": [
            "@mock-stream"
        ],
        "return": {
            "timed_out": false,
            "blocked": true,
            "eof": false,
            "stream_type": "tcp_socket\/ssl",
            "mode": "r+",
            "unread_bytes": 171,
            "seekable": false
        }
    },
    {
        "function": "feof",
        "params": [
            "@mock-stream"
        ],
        "return": false
    },
    {
        "function": "stream_get_line",
        "params": [
            "@mock-stream",
            1024,
            "\r\n"
        ],
        "return": "host: localhost:8000"
    },
    {
        "function": "stream_get_meta_data",
        "params": [
            "@mock-stream"
        ],
        "return": {
            "timed_out": false,
            "blocked": true,
            "eof": false,
            "stream_type": "tcp_socket\/ssl",
            "mode": "r+",
            "unread_bytes": 149,
            "seekable": false
        }
    },
    {
        "function": "feof",
        "params": [
            "@mock-stream"
        ],
        "return": false
    },
    {
        "function": "stream_get_line",
        "params": [
            "@mock-stream",
            1024,
            "\r\n"
        ],
        "return": "user-agent: websocket-client-php"
    },
    {
        "function": "stream_get_meta_data",
        "params": [
            "@mock-stream"
        ],
        "return": {
            "timed_out": false,
            "blocked": true,
            "eof": false,
            "stream_type": "tcp_socket\/ssl",
            "mode": "r+",
            "unread_bytes": 115,
            "seekable": false
        }
    },
    {
        "function": "feof",
        "params": [
            "@mock-stream"
        ],
        "return": false
    },
    {
        "function": "stream_get_line",
        "params": [
            "@mock-stream",
            1024,
            "\r\n"
        ],
        "return": "connection: Upgrade"
    },
    {
        "function": "stream_get_meta_data",
        "params": [
            "@mock-stream"
        ],
        "return": {
            "timed_out": false,
            "blocked": true,
            "eof": false,
            "stream_type": "tcp_socket\/ssl",
            "mode": "r+",
            "unread_bytes": 94,
            "seekable": false
        }
    },
    {
        "function": "feof",
        "params": [
            "@mock-stream"
        ],
        "return": false
    },
    {
        "function": "stream_get_line",
        "params": [
            "@mock-stream",
            1024,
            "\r\n"
        ],
        "return": "upgrade: websocket"
    },
    {
        "function": "stream_get_meta_data",
        "params": [
            "@mock-stream"
        ],
        "return": {
            "timed_out": false,
            "blocked": true,
            "eof": false,
            "stream_type": "tcp_socket\/ssl",
            "mode": "r+",
            "unread_bytes": 74,
            "seekable": false
        }
    },
    {
        "function": "feof",
        "params": [
            "@mock-stream"
        ],
        "return": false
    },
    {
        "function": "stream_get_line",
        "params": [
            "@mock-stream",
            1024,
            "\r\n"
        ],
        "return": "sec-websocket-key: cktLWXhUdDQ2OXF0ZCFqOQ=="
    },
    {
        "function": "stream_get_meta_data",
        "params": [
            "@mock-stream"
        ],
        "return": {
            "timed_out": false,
            "blocked": true,
            "eof": false,
            "stream_type": "tcp_socket\/ssl",
            "mode": "r+",
            "unread_bytes": 29,
            "seekable": false
        }
    },
    {
        "function": "feof",
        "params": [
            "@mock-stream"
        ],
        "return": false
    },
    {
        "function": "stream_get_line",
        "params": [
            "@mock-stream",
            1024,
            "\r\n"
        ],
        "return": "sec-websocket-version: 13"
    },
    {
        "function": "stream_get_meta_data",
        "params": [
            "@mock-stream"
        ],
        "return": {
            "timed_out": false,
            "blocked": true,
            "eof": false,
            "stream_type": "tcp_socket\/ssl",
            "mode": "r+",
            "unread_bytes": 2,
            "seekable": false
        }
    },
    {
        "function": "feof",
        "params": [
            "@mock-stream"
        ],
        "return": false
    }
    ,
    {
        "function": "stream_get_line",
        "params": [
            "@mock-stream",
            1024,
            "\r\n"
        ],
        "return": ""
    },
    {
        "function": "stream_get_meta_data",
        "params": [
            "@mock-stream"
        ],
        "return": {
            "timed_out": false,
            "blocked": true,
            "eof": false,
            "stream_type": "tcp_socket\/ssl",
            "mode": "r+",
            "unread_bytes": 0,
            "seekable": false
        }
    },
    {
        "function": "feof",
        "params": [
            "@mock-stream"
        ],
        "return": false
    },
    {
        "function": "fwrite",
        "params": [
            "@mock-stream",
            "HTTP\/1.1 101 Switching Protocols\r\nUpgrade: websocket\r\nConnection: Upgrade\r\nSec-WebSocket-Accept: YmysboNHNoWzWVeQpduY7xELjgU=\r\n\r\n"
        ],
        "return": 129
    },
    {
        "function": "fread",
        "params": [
            "@mock-stream",
            2
        ],
        "return-op": "chr-array",
        "return": [129, 147]
    },
    {
        "function": "fread",
        "params": [
            "@mock-stream",
            4
        ],
        "return-op": "chr-array",
        "return": [33, 111, 149, 174]
    },
    {
        "function": "fread",
        "params": [
            "@mock-stream",
            19
        ],
        "return-op": "chr-array",
        "return": [115, 10, 246, 203, 72, 25, 252, 192, 70, 79, 244, 142, 76, 10, 230, 221, 64, 8, 240]
    },

    {
        "function": "get_resource_type",
        "params": [
            "@mock-stream"
        ],
        "return": "stream"
    },
    {
        "function": "fclose",
        "params": [
            "@mock-stream"
        ],
        "return": true
    }
]

Spamworldpro Mini