Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.70.114.232
Cant Read [ /etc/named.conf ]
8.1.5
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 /
instastockboxes.com /
source /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
9.33
KB
-rw-r--r--
auth.php
3.8
KB
-rw-r--r--
broadcasting.php
1.67
KB
-rw-r--r--
cache.php
3.2
KB
-rw-r--r--
captcha.php
154
B
-rw-r--r--
cors.php
846
B
-rw-r--r--
database.php
6.07
KB
-rw-r--r--
datatables.php
3.81
KB
-rw-r--r--
excel.php
11.98
KB
-rw-r--r--
filesystems.php
2.23
KB
-rw-r--r--
flare.php
1.85
KB
-rw-r--r--
hashing.php
1.53
KB
-rw-r--r--
ide-helper.php
10.18
KB
-rw-r--r--
ignition.php
4.45
KB
-rw-r--r--
logging.php
3.48
KB
-rw-r--r--
mail.php
3.39
KB
-rw-r--r--
queue.php
2.84
KB
-rw-r--r--
sanctum.php
2.24
KB
-rw-r--r--
services.php
950
B
-rw-r--r--
session.php
6.88
KB
-rw-r--r--
shopping_cart.php
962
B
-rw-r--r--
tinker.php
1.47
KB
-rw-r--r--
view.php
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mail.php
<?php return [ /* |-------------------------------------------------------------------------- | Default Mailer |-------------------------------------------------------------------------- | | This option controls the default mailer that is used to send any email | messages sent by your application. Alternative mailers may be setup | and used as needed; however, this mailer will be used by default. | */ 'default' => env('MAIL_MAILER', 'smtp'), /* |-------------------------------------------------------------------------- | Mailer Configurations |-------------------------------------------------------------------------- | | Here you may configure all of the mailers used by your application plus | their respective settings. Several examples have been configured for | you and you are free to add your own as your application requires. | | Laravel supports a variety of mail "transport" drivers to be used while | sending an e-mail. You will specify which one you are using for your | mailers below. You are free to add additional mailers as required. | | Supported: "smtp", "sendmail", "mailgun", "ses", | "postmark", "log", "array", "failover" | */ 'mailers' => [ 'smtp' => [ 'transport' => 'smtp', 'host' => "smtp.gmail.com", 'port' => 587, 'encryption' => "tls", 'username' => "sales@oxopackaging.com", 'password' =>"hqpkworqzyvoitpf", 'timeout' => null, 'auth_mode' => null, ], 'ses' => [ 'transport' => 'ses', ], 'mailgun' => [ 'transport' => 'mailgun', ], 'postmark' => [ 'transport' => 'postmark', ], 'sendmail' => [ 'transport' => 'sendmail', 'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -t -i'), ], 'log' => [ 'transport' => 'log', 'channel' => env('MAIL_LOG_CHANNEL'), ], 'array' => [ 'transport' => 'array', ], 'failover' => [ 'transport' => 'failover', 'mailers' => [ 'smtp', 'log', ], ], ], /* |-------------------------------------------------------------------------- | Global "From" Address |-------------------------------------------------------------------------- | | You may wish for all e-mails sent by your application to be sent from | the same address. Here, you may specify a name and address that is | used globally for all e-mails that are sent by your application. | */ 'from' => [ 'address' => 'sales@noahpackaging.com', 'name' => 'NOAH Sales', ], /* |-------------------------------------------------------------------------- | Markdown Mail Settings |-------------------------------------------------------------------------- | | If you are using Markdown based email rendering, you may configure your | theme and component paths here, allowing you to customize the design | of the emails. Or, you may simply stick with the Laravel defaults! | */ 'markdown' => [ 'theme' => 'default', 'paths' => [ resource_path('views/vendor/mail'), ], ], ];
Close