Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
wp /
vendor /
composer /
[ HOME SHELL ]
Name
Size
Permission
Action
ca-bundle
[ DIR ]
drwxr-xr-x
composer
[ DIR ]
drwxr-xr-x
metadata-minifier
[ DIR ]
drwxr-xr-x
pcre
[ DIR ]
drwxr-xr-x
semver
[ DIR ]
drwxr-xr-x
spdx-licenses
[ DIR ]
drwxr-xr-x
xdebug-handler
[ DIR ]
drwxr-xr-x
ClassLoader.php
15.99
KB
-rw-r--r--
InstalledVersions.php
16.99
KB
-rw-r--r--
LICENSE
1.04
KB
-rw-r--r--
autoload_classmap.php
68.15
KB
-rw-r--r--
autoload_files.php
4.34
KB
-rw-r--r--
autoload_namespaces.php
491
B
-rw-r--r--
autoload_psr4.php
4.18
KB
-rw-r--r--
autoload_real.php
1.63
KB
-rw-r--r--
autoload_static.php
89.23
KB
-rw-r--r--
installed.json
272.94
KB
-rw-r--r--
installed.php
42.31
KB
-rw-r--r--
platform_check.php
917
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : platform_check.php
<?php // platform_check.php @generated by Composer $issues = array(); if (!(PHP_VERSION_ID >= 50600)) { $issues[] = 'Your Composer dependencies require a PHP version ">= 5.6.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; } } throw new \RuntimeException( 'Composer detected issues in your platform: ' . implode(' ', $issues) ); }
Close