ヤミ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
/
hautelook
/
alice-bundle
/
fixtures
/
HttpKernel
/
Viewing: DummyKernel.php
<?php /* * This file is part of the Hautelook\AliceBundle package. * * (c) Baldur Rensch <brensch@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Hautelook\AliceBundle\HttpKernel; use Hautelook\AliceBundle\NotCallableTrait; use Symfony\Component\DependencyInjection\Container; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\KernelInterface; /** * @author Théo FIDRY <theo.fidry@gmail.com> */ class DummyKernel implements KernelInterface { use NotCallableTrait; /** * {@inheritdoc} */ public function serialize() { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function unserialize($serialized) { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function handle(Request $request, $type = self::MASTER_REQUEST, $catch = true) { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function registerBundles() { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function registerContainerConfiguration(\Symfony\Component\Config\Loader\LoaderInterface $loader) { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function boot() { // Do nothing } /** * {@inheritdoc} */ public function shutdown() { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function getBundles() { return []; } /** * {@inheritdoc} */ public function getBundle($name, $first = true) { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function locateResource($name, $dir = null, $first = true) { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function getName() { return 'fake'; } /** * {@inheritdoc} */ public function getEnvironment() { return 'fake_env'; } /** * {@inheritdoc} */ public function isDebug() { return true; } /** * {@inheritdoc} */ public function getRootDir() { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function getContainer() { return new Container(); } /** * {@inheritdoc} */ public function getStartTime() { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function getCacheDir() { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function getLogDir() { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function getCharset() { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function isClassInActiveBundle($class) { $this->__call(__METHOD__, \func_get_args()); } /** * {@inheritdoc} */ public function getProjectDir() { $this->__call(__METHOD__, \func_get_args()); } }
Coded With 💗 by
0x6ick