Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/rocksensor2/vendor/grasmash/yaml-cli/bin/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //var/www/html/rocksensor2/vendor/grasmash/yaml-cli/bin/application.php

<?php

set_time_limit(0);

$repo_root = __DIR__ . '/..';

$possible_autoloader_locations = [
    $repo_root . '/../../autoload.php',
    $repo_root . '/vendor/autoload.php',

];

foreach ($possible_autoloader_locations as $location) {
    if (file_exists($location)) {
        $autoloader = require_once $location;
        break;
    }
}

if (empty($autoloader)) {
    echo 'Unable to autoload classes for yml-cli.' . PHP_EOL;
    exit(1);
}

use Grasmash\YamlCli\Command\GetTypeCommand;
use Grasmash\YamlCli\Command\GetValueCommand;
use Grasmash\YamlCli\Command\LintCommand;
use Grasmash\YamlCli\Command\UnsetKeyCommand;
use Grasmash\YamlCli\Command\UpdateKeyCommand;
use Grasmash\YamlCli\Command\UpdateValueCommand;
use Symfony\Component\Console\Application;

$application = new Application('yaml-cli', '@package_version@');
$application->add(new GetValueCommand());
$application->add(new GetTypeCommand());
$application->add(new LintCommand());
$application->add(new UnsetKeyCommand());
$application->add(new UpdateKeyCommand());
$application->add(new UpdateValueCommand());
$application->run();

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net