shell bypass 403

GrazzMean Shell

Uname: Linux server.thebazaar99.com 5.14.0-687.17.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 22 07:21:26 EDT 2026 x86_64
Software: Apache
PHP version: 8.3.32 [ PHP INFO ] PHP os: Linux
Server Ip: 163.227.92.254
Your Ip: 216.73.217.24
User: gutlooks (1003) | Group: gutlooks (1005)
Safe Mode: OFF
Disable Function:
exec,passthru,shell_exec,system

name : composer.json
{
    "name": "kreait/firebase-tokens",
    "description": "A library to work with Firebase tokens",
    "type": "library",
    "keywords": ["firebase", "google", "token", "authentication", "auth"],
    "homepage": "https://github.com/kreait/firebase-token-php",
    "license": "MIT",
    "authors": [
        {
            "name": "Jérôme Gamez",
            "homepage": "https://github.com/jeromegamez"
        }
    ],
    "require": {
        "php": "^7.0|~8.0.0",
        "ext-json": "*",
        "ext-openssl": "*",
        "fig/http-message-util": "^1.1",
        "guzzlehttp/guzzle": "^6.3.1|^7.0",
        "kreait/clock": "^1.0.1",
        "lcobucci/jwt": "^3.4.1|^4.0",
        "psr/cache": "^1.0",
        "psr/simple-cache": "^1.0"
    },
    "suggest": {
        "firebase/php-jwt": "^5.0 can be used to create and parse tokens",
        "guzzlehttp/guzzle": "^6.2.1|^7.0 can be used as an HTTP handler",
        "lcobucci/jwt": "^3.2 can be used to create and parse tokens",
        "psr/cache-implementation": "to cache fetched remote public keys",
        "psr/simple-cache-implementation": "to cache fetched remote public keys"
    },
    "require-dev": {
        "firebase/php-jwt": "^5.0",
        "phpstan/phpstan-phpunit": "^0.9.4|^0.12",
        "symfony/cache": "^3.4.26|^4.4|^5.0",
        "symfony/var-dumper": "^3.4|^4.4|^5.0",
        "yoast/phpunit-polyfills": "^0.2.0"
    },
    "autoload": {
        "psr-4": {
            "Kreait\\Firebase\\JWT\\":"src/JWT",
            "Firebase\\Auth\\Token\\": "src/Firebase/Auth/Token"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Firebase\\Auth\\Token\\Tests\\": "tests/Firebase/Auth/Token",
            "Kreait\\Firebase\\JWT\\Tests\\": "tests/JWT"
        }
    },
    "config": {
        "sort-packages": true
    },
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/jeromegamez"
        }
    ]
}
© 2026 GrazzMean