Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/rocksensor1/vendor/chi-teck/drupal-code-generator/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/rocksensor1/vendor/chi-teck/drupal-code-generator/bin/dcg

#!/usr/bin/env php
<?php

declare(strict_types=1);

use DrupalCodeGenerator\Application;
use DrupalCodeGenerator\BootstrapHandler;

$dcg_exit = static function(string $message): never {
  \fwrite(\STDERR, "\e[0;41m [ERROR] $message \e[0m" . \PHP_EOL);
  exit(1);
};

// __DIR__ cannot be used here as it contains a path with symlinks resolved.
$dcg_path = \str_starts_with($argv[0], '/') ?
  $argv[0] : \getcwd() . '/' . $argv[0];

// DCG is installed as Composer package.
$autoload_dir = \dirname($dcg_path) . '/..';
if (!\file_exists($autoload_dir . '/autoload.php')) {
  // DCG is installed as Composer project.
  $autoload_dir = $autoload_dir . '/vendor';
}

if (!\file_exists($autoload_dir . '/autoload.php')) {
  $dcg_exit('Could not locate class loader.');
}

$class_loader = require $autoload_dir . '/autoload.php';
$bootstrap_handler = new BootstrapHandler($class_loader);
try {
  $container = $bootstrap_handler->bootstrap();
}
catch (\Exception $exception) {
  $dcg_exit($exception->getMessage());
}

Application::create($container)->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