webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
aminiwrc
/
listing.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
69.267KB
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
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 Hash Driver |-------------------------------------------------------------------------- | | This option controls the default hash driver that will be used to hash | passwords for your application. By default, the bcrypt algorithm is | used; however, you remain free to modify this option if you wish. | | Supported: "bcrypt", "argon" | */ 'driver' => 'bcrypt', /* |-------------------------------------------------------------------------- | Bcrypt Options |-------------------------------------------------------------------------- | | Here you may specify the configuration options that should be used when | passwords are hashed using the Bcrypt algorithm. This will allow you | to control the amount of time it takes to hash the given password. | */ 'bcrypt' => [ 'rounds' => env('BCRYPT_ROUNDS', 10), ], /* |-------------------------------------------------------------------------- | Argon Options |-------------------------------------------------------------------------- | | Here you may specify the configuration options that should be used when | passwords are hashed using the Argon algorithm. These will allow you | to control the amount of time it takes to hash the given password. | */ 'argon' => [ 'memory' => 1024, 'threads' => 2, 'time' => 2, ], ];