shell bypass 403

GrazzMean Shell

Uname: Linux premium264.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.3.22 [ PHP INFO ] PHP os: Linux
Server Ip: 69.57.162.13
Your Ip: 216.73.216.219
User: workvvfb (1129) | Group: workvvfb (1084)
Safe Mode: OFF
Disable Function:
NONE

name : client_003.phpt
--TEST--
[CLIENT] Persistent and non-persistent connections (UNIX socket)

--SKIPIF--
<?php
require_once 'testsuite_skipif.inc';

if (!file_exists(REDIS_UNIX_SOCKET)) {
    die('skip Cannot find UNIX domain socket file at ' . REDIS_UNIX_SOCKET);
}

--FILE--
<?php
require_once 'testsuite_utilities.inc';

create_phpiredis_connection(REDIS_UNIX_SOCKET, 9999);
create_phpiredis_connection(REDIS_UNIX_SOCKET, NULL);
create_phpiredis_connection(REDIS_UNIX_SOCKET, NULL, TRUE);

echo "OK" . PHP_EOL;

--EXPECT--
OK
© 2025 GrazzMean