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 /
signaltechdemo13.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
416
B
-rw-rw-rw-
cache.php
626
B
-rw-rw-rw-
database.php
1.04
KB
-rw-rw-rw-
error_log
250
B
-rw-r--r--
filesystems.php
586
B
-rw-rw-rw-
hashing.php
162
B
-rw-rw-rw-
logging.php
810
B
-rw-rw-rw-
queue.php
659
B
-rw-rw-rw-
session.php
630
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : database.php
<?php return [ 'default' => env('DB_CONNECTION', 'sqlite'), 'connections' => [ 'sqlite' => [ 'driver' => 'sqlite', 'url' => env('DB_URL'), 'database' => env('DB_DATABASE', database_path('database.sqlite')), 'prefix' => '', 'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true), ], 'mysql' => [ 'driver' => 'mysql', 'url' => env('DB_URL'), 'host' => env('DB_HOST', '127.0.0.1'), 'port' => env('DB_PORT', '3306'), 'database' => env('DB_DATABASE', 'salon_spa'), 'username' => env('DB_USERNAME', 'root'), 'password' => env('DB_PASSWORD', ''), 'unix_socket' => env('DB_SOCKET', ''), 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, ], ], 'migrations' => [ 'table' => 'migrations', 'update_date_on_publish' => true, ], ];
Close