Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.52
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
html /
amatya.biz /
amatya /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
9.41
KB
-rwxrwxr-x
auth.php
3.2
KB
-rwxrwxr-x
broadcasting.php
1.57
KB
-rwxrwxr-x
cache.php
2.94
KB
-rwxrwxr-x
database.php
4.56
KB
-rwxrwxr-x
filesystems.php
2.08
KB
-rwxrwxr-x
hashing.php
1.53
KB
-rwxrwxr-x
image.php
508
B
-rwxrwxr-x
lfm.php
6.09
KB
-rwxrwxr-x
logging.php
2.59
KB
-rwxrwxr-x
mail.php
4.59
KB
-rwxrwxr-x
queue.php
2.59
KB
-rwxrwxr-x
services.php
1.29
KB
-rwxrwxr-x
session.php
6.81
KB
-rwxrwxr-x
view.php
1.03
KB
-rwxrwxr-x
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", "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, ], ];
Close