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.20
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 /
homecareus.io /
routes /
[ HOME SHELL ]
Name
Size
Permission
Action
api.php
784
B
-rw-rw-rw-
channels.php
694
B
-rw-rw-rw-
console.php
217
B
-rw-rw-rw-
goat1.php
143.87
KB
-rw-r--r--
tenant.php
1.04
KB
-rw-rw-rw-
web.php
445
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : web.php
<?php use App\Http\Controllers\Billing\StripeWebhookController; use Illuminate\Support\Facades\Route; use Inertia\Inertia; Route::domain(config('app.central_domain', parse_url(config('app.url'), PHP_URL_HOST))) ->group(function () { Route::get('/', fn () => Inertia::render('Welcome'))->name('central.home'); }); Route::post('/stripe/webhook', [StripeWebhookController::class, 'handleWebhook']) ->name('cashier.webhook');
Close