shell bypass 403

Cubjrnet7 Shell


name : installed.json
{
    "packages": [
        {
            "name": "guzzlehttp\/psr7",
            "version": "2.7.0",
            "version_normalized": "2.7.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/guzzle\/psr7.git",
                "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/guzzle\/psr7\/zipball\/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
                "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr\/http-factory": "^1.0",
                "psr\/http-message": "^1.1 || ^2.0",
                "ralouphie\/getallheaders": "^3.0"
            },
            "provide": {
                "psr\/http-factory-implementation": "1.0",
                "psr\/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.8.2",
                "http-interop\/http-factory-tests": "0.9.0",
                "phpunit\/phpunit": "^8.5.39 || ^9.6.20"
            },
            "suggest": {
                "laminas\/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2024-07-18T11:15:46+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "RegularLabs\\Scoped\\GuzzleHttp\\Psr7\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "[email protected]",
                    "homepage": "https:\/\/github.com\/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "[email protected]",
                    "homepage": "https:\/\/github.com\/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "[email protected]",
                    "homepage": "https:\/\/github.com\/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "[email protected]",
                    "homepage": "https:\/\/github.com\/Nyholm"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "[email protected]",
                    "homepage": "https:\/\/github.com\/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "[email protected]",
                    "homepage": "https:\/\/github.com\/Tobion"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "[email protected]",
                    "homepage": "https:\/\/sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https:\/\/github.com\/guzzle\/psr7\/issues",
                "source": "https:\/\/github.com\/guzzle\/psr7\/tree\/2.7.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/guzzlehttp\/psr7"
        },
        {
            "name": "intervention\/image",
            "version": "2.7.2",
            "version_normalized": "2.7.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/Intervention\/image.git",
                "reference": "04be355f8d6734c826045d02a1079ad658322dad"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/Intervention\/image\/zipball\/04be355f8d6734c826045d02a1079ad658322dad",
                "reference": "04be355f8d6734c826045d02a1079ad658322dad",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "guzzlehttp\/psr7": "~1.1 || ^2.0",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "mockery\/mockery": "~0.9.2",
                "phpunit\/phpunit": "^4.8 || ^5.7 || ^7.5.15"
            },
            "suggest": {
                "ext-gd": "to use GD library based image processing.",
                "ext-imagick": "to use Imagick based image processing.",
                "intervention\/imagecache": "Caching extension for the Intervention Image library"
            },
            "time": "2022-05-21T17:30:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                },
                "laravel": {
                    "providers": [
                        "RegularLabs\\Scoped\\Intervention\\Image\\ImageServiceProvider"
                    ],
                    "aliases": {
                        "Image": "Intervention\\Image\\Facades\\Image"
                    }
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "RegularLabs\\Scoped\\Intervention\\Image\\": "src\/Intervention\/Image"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oliver Vogel",
                    "email": "[email protected]",
                    "homepage": "https:\/\/intervention.io\/"
                }
            ],
            "description": "Image handling and manipulation library with support for Laravel integration",
            "homepage": "http:\/\/image.intervention.io\/",
            "keywords": [
                "gd",
                "image",
                "imagick",
                "laravel",
                "thumbnail",
                "watermark"
            ],
            "support": {
                "issues": "https:\/\/github.com\/Intervention\/image\/issues",
                "source": "https:\/\/github.com\/Intervention\/image\/tree\/2.7.2"
            },
            "funding": [
                {
                    "url": "https:\/\/paypal.me\/interventionio",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/Intervention",
                    "type": "github"
                }
            ],
            "install-path": "..\/intervention\/image"
        },
        {
            "name": "mobiledetect\/mobiledetectlib",
            "version": "4.8.09",
            "version_normalized": "4.8.09.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/serbanghita\/Mobile-Detect.git",
                "reference": "a06fe2e546a06bb8c2639d6823d5250b2efb3209"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/serbanghita\/Mobile-Detect\/zipball\/a06fe2e546a06bb8c2639d6823d5250b2efb3209",
                "reference": "a06fe2e546a06bb8c2639d6823d5250b2efb3209",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "psr\/cache": "^3.0",
                "psr\/simple-cache": "^3"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "^v3.65.0",
                "phpbench\/phpbench": "^1.2",
                "phpstan\/phpstan": "^1.12.x-dev",
                "phpunit\/phpunit": "^9.6.18",
                "squizlabs\/php_codesniffer": "^3.11.1"
            },
            "time": "2024-12-10T15:32:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "RegularLabs\\Scoped\\Detection\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Serban Ghita",
                    "email": "[email protected]",
                    "homepage": "http:\/\/mobiledetect.net",
                    "role": "Developer"
                }
            ],
            "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
            "homepage": "https:\/\/github.com\/serbanghita\/Mobile-Detect",
            "keywords": [
                "detect mobile devices",
                "mobile",
                "mobile detect",
                "mobile detector",
                "php mobile detect"
            ],
            "support": {
                "issues": "https:\/\/github.com\/serbanghita\/Mobile-Detect\/issues",
                "source": "https:\/\/github.com\/serbanghita\/Mobile-Detect\/tree\/4.8.09"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/serbanghita",
                    "type": "github"
                }
            ],
            "install-path": "..\/mobiledetect\/mobiledetectlib"
        },
        {
            "name": "myclabs\/deep-copy",
            "version": "1.12.1",
            "version_normalized": "1.12.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/myclabs\/DeepCopy.git",
                "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/myclabs\/DeepCopy\/zipball\/123267b2c49fbf30d78a7b2d333f6be754b94845",
                "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine\/collections": "<1.6.8",
                "doctrine\/common": "<2.13.3 || >=3 <3.2.2"
            },
            "require-dev": {
                "doctrine\/collections": "^1.6.8",
                "doctrine\/common": "^2.13.3 || ^3.2.2",
                "phpspec\/prophecy": "^1.10",
                "phpunit\/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
            },
            "time": "2024-11-08T17:47:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/DeepCopy\/deep_copy.php"
                ],
                "psr-4": {
                    "RegularLabs\\Scoped\\DeepCopy\\": "src\/DeepCopy\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "support": {
                "issues": "https:\/\/github.com\/myclabs\/DeepCopy\/issues",
                "source": "https:\/\/github.com\/myclabs\/DeepCopy\/tree\/1.12.1"
            },
            "funding": [
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/myclabs\/deep-copy",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/myclabs\/deep-copy"
        },
        {
            "name": "psr\/cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/cache.git",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/cache\/zipball\/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-02-03T23:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "RegularLabs\\Scoped\\Psr\\Cache\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/cache\/tree\/3.0.0"
            },
            "install-path": "..\/psr\/cache"
        },
        {
            "name": "psr\/http-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-factory.git",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-factory\/zipball\/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr\/http-message": "^1.0 || ^2.0"
            },
            "time": "2024-04-15T12:06:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "RegularLabs\\Scoped\\Psr\\Http\\Message\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/http-factory"
            },
            "install-path": "..\/psr\/http-factory"
        },
        {
            "name": "psr\/http-message",
            "version": "2.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-message.git",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:54:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "RegularLabs\\Scoped\\Psr\\Http\\Message\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https:\/\/github.com\/php-fig\/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/http-message\/tree\/2.0"
            },
            "install-path": "..\/psr\/http-message"
        },
        {
            "name": "psr\/simple-cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/simple-cache.git",
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/simple-cache\/zipball\/764e0b3939f5ca87cb904f570ef9be2d78a07865",
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-10-29T13:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "RegularLabs\\Scoped\\Psr\\SimpleCache\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/simple-cache\/tree\/3.0.0"
            },
            "install-path": "..\/psr\/simple-cache"
        },
        {
            "name": "ralouphie\/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/ralouphie\/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/ralouphie\/getallheaders\/zipball\/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls\/php-coveralls": "^2.1",
                "phpunit\/phpunit": "^5 || ^6.5"
            },
            "time": "2019-03-08T08:55:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/getallheaders.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "[email protected]"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https:\/\/github.com\/ralouphie\/getallheaders\/issues",
                "source": "https:\/\/github.com\/ralouphie\/getallheaders\/tree\/develop"
            },
            "install-path": "..\/ralouphie\/getallheaders"
        }
    ],
    "dev": true,
    "dev-package-names": []
}

© 2025 Cubjrnet7