Kernel : Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
Disable function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Safe mode : OFF
Host : diestoffstrasse.com | Server ip : 127.0.0.1 | Your ip : 127.0.0.1 | Time @ Server : 24 Aug 2025 12:58:05
MySQL : OFF | MSSQL : OFF | cURL : ON | Oracle : OFF | wget : ON | Perl : ON

/home/Mirasvit/Core/

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

File Path : /home/Mirasvit/Core/registration.php

<?php /** * Mirasvit * * This source file is subject to the Mirasvit Software License, which is available at https://mirasvit.com/license/. * Do not edit or add to this file if you wish to upgrade the to newer versions in the future. * If you wish to customize this module for your needs. * Please refer to http://www.magentocommerce.com for more information. * * @category Mirasvit * @package mirasvit/module-core * @version 1.2.114 * @copyright Copyright (C) 2020 Mirasvit (https://mirasvit.com/) */ $path = __DIR__; $ds = DIRECTORY_SEPARATOR; if (strpos($path, 'app'.$ds.'code'.$ds.'Mirasvit') === false) { $basePath = dirname(dirname(dirname(__DIR__))); } else { $basePath = dirname(dirname(dirname(dirname(__DIR__)))); } $registration = $basePath.$ds.'vendor'.$ds.'mirasvit'.$ds.'module-core'.$ds.'src'.$ds.'Core'.$ds. 'registration.php'; if (file_exists($registration)) { # module was already installed return; } \Magento\Framework\Component\ComponentRegistrar::register( \Magento\Framework\Component\ComponentRegistrar::MODULE, 'Mirasvit_Core', __DIR__ );