|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/rem.zapnix.co/ | |
|
Path: /home2/outerorb/rem.zapnix.co/scan-plus.html
Size: 12.31 KB
Permissions: 0644
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>System Matrix Monitor</title>
<style>
:root {
--green: #35ff87;
--green-bright: #b6ffd0;
--green-dim: #17994c;
--lime: #d7ff62;
--red: #ff526e;
--amber: #ffd166;
--ink: #050907;
--panel: rgba(4, 18, 11, .9);
--line: rgba(53, 255, 135, .2);
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--ink); }
body {
color: var(--green-bright);
font: 13px/1.45 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
overflow-x: hidden;
}
body::before {
position: fixed;
inset: 0;
z-index: -2;
content: "";
opacity: .14;
background-image: linear-gradient(var(--green) 1px, transparent 1px), linear-gradient(90deg, var(--green) 1px, transparent 1px);
background-size: 42px 42px;
mask-image: linear-gradient(to bottom, black, transparent 90%);
}
body::after {
position: fixed;
inset: 0;
z-index: 5;
pointer-events: none;
content: "";
opacity: .08;
background: repeating-linear-gradient(0deg, transparent 0 3px, var(--green) 4px, transparent 5px);
mix-blend-mode: screen;
}
.matrix-rain { position: fixed; inset: 0; z-index: -1; overflow: hidden; opacity: .25; pointer-events: none; }
.matrix-rain span { position: absolute; top: -20%; color: var(--green); writing-mode: vertical-rl; text-shadow: 0 0 12px var(--green); animation: fall linear infinite; }
.matrix-rain span:nth-child(1) { left: 7%; animation-duration: 8s; animation-delay: -3s; }
.matrix-rain span:nth-child(2) { left: 18%; animation-duration: 12s; animation-delay: -8s; }
.matrix-rain span:nth-child(3) { left: 34%; animation-duration: 9s; animation-delay: -5s; }
.matrix-rain span:nth-child(4) { left: 52%; animation-duration: 14s; animation-delay: -11s; }
.matrix-rain span:nth-child(5) { left: 68%; animation-duration: 10s; animation-delay: -2s; }
.matrix-rain span:nth-child(6) { left: 83%; animation-duration: 13s; animation-delay: -7s; }
@keyframes fall { to { transform: translateY(145vh); } }
.shell { width: min(1500px, 100%); margin: 0 auto; padding: 22px; }
.topbar, .panel { border: 1px solid var(--line); background: var(--panel); box-shadow: 0 0 30px rgba(0, 255, 100, .08); }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; letter-spacing: .13em; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--green); color: var(--green); font-size: 11px; box-shadow: 0 0 14px rgba(53,255,135,.3); }
.mode { color: var(--green); font-size: 11px; letter-spacing: .1em; }
.mode i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 9px var(--red); animation: pulse 1s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.hero { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; margin: 14px 0; }
.hero-copy { padding: 28px; position: relative; overflow: hidden; }
.hero-copy::after { position: absolute; right: -80px; top: -100px; content: "//"; color: rgba(53,255,135,.08); font-size: 260px; font-weight: 900; }
.eyebrow { margin: 0 0 10px; color: var(--red); font-size: 11px; letter-spacing: .16em; }
h1 { max-width: 700px; margin: 0; color: #fff; font-size: clamp(26px, 4vw, 54px); line-height: 1.05; letter-spacing: -.03em; }
.hero-copy p { max-width: 650px; margin: 16px 0 0; color: #86bd9a; }
.hero-copy strong { color: var(--lime); }
.score { display: grid; place-items: center; min-height: 220px; padding: 20px; text-align: center; }
.score-ring { display: grid; place-items: center; width: 142px; height: 142px; border: 8px solid var(--red); border-left-color: var(--amber); border-bottom-color: var(--green); border-radius: 50%; box-shadow: 0 0 26px rgba(255,82,110,.23); animation: rotate 4s linear infinite; }
.score-ring div { animation: rotate-reverse 4s linear infinite; }
.score-number { display: block; color: #fff; font-size: 30px; font-weight: 700; }
.score-label { color: var(--red); font-size: 10px; letter-spacing: .12em; }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes rotate-reverse { to { transform: rotate(-360deg); } }
.workspace { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 14px; }
.panel-title { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; border-bottom: 1px solid var(--line); color: #fff; letter-spacing: .08em; }
.panel-title small { color: var(--green-dim); font-size: 10px; }
.stream { height: 430px; overflow: hidden; padding: 12px 14px; }
.stream-line { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 0 8px; animation: appear .2s ease-out; }
.stream-line.info { color: #75d99b; }
.stream-line.warn { color: var(--amber); }
.stream-line.error { color: var(--red); text-shadow: 0 0 8px rgba(255,82,110,.4); }
.stream-line.ok { color: var(--green); }
@keyframes appear { from { transform: translateX(-8px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
.threats { min-height: 430px; }
.threat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 12px; }
.threat-card { min-height: 76px; padding: 10px; border: 1px solid rgba(255,82,110,.35); background: rgba(70, 6, 19, .28); }
.threat-card b { display: block; color: var(--red); font-size: 11px; }
.threat-card span { display: block; margin-top: 5px; color: #d7a2aa; font-size: 10px; }
.threat-card:nth-child(3n) { border-color: rgba(255,209,102,.4); background: rgba(70, 45, 6, .2); }
.threat-card:nth-child(3n) b { color: var(--amber); }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 14px; }
.metric { padding: 13px 14px; border: 1px solid var(--line); background: rgba(4, 18, 11, .8); }
.metric label { display: block; color: var(--green-dim); font-size: 10px; }
.metric strong { display: block; margin-top: 5px; color: #fff; font-size: 21px; }
.metric strong.red { color: var(--red); }
.metric strong.amber { color: var(--amber); }
.footer { display: flex; justify-content: space-between; gap: 16px; margin-top: 14px; color: var(--green-dim); font-size: 10px; }
@media (max-width: 850px) { .hero, .workspace { grid-template-columns: 1fr; } .metrics { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .shell { padding: 10px; } .topbar { align-items: flex-start; flex-direction: column; } .hero-copy { padding: 20px; } .threat-grid { grid-template-columns: 1fr; } }
</style>
</head>
<body>
<div class="matrix-rain" aria-hidden="true"><span>1011001010010110010110100101</span><span>010110011010010110100101</span><span>110010101101001011010011</span><span>001011010010110100101101</span><span>101001011010010110100101</span><span>011010010110100101101001</span></div>
<main class="shell">
<header class="topbar">
<div class="brand"><span class="brand-mark">//</span><span>MAC KEEPER // MATRIX MONITOR</span></div>
<div class="mode"><i></i><span id="scanMode">LIVE SIMULATION // MULTI-SCAN ACTIVE</span></div>
</header>
<section class="hero">
<div class="panel hero-copy">
<p class="eyebrow">SECURITY EVENT CONSOLE / 04:27:19 UTC</p>
<h1>Multiple scan threads are probing the system.</h1>
<p>Parallel diagnostics are running across <strong>processes</strong>, <strong>network routes</strong>, <strong>startup items</strong>, and <strong>file signatures</strong>.</p>
</div>
<div class="panel score"><div class="score-ring"><div><span class="score-number" id="score">87%</span><span class="score-label">RISK INDEX</span></div></div></div>
</section>
<section class="workspace">
<article class="panel">
<div class="panel-title"><span>COMPUTER SCAN STREAM</span><small id="scanState">THREADS: 06</small></div>
<div class="stream" id="stream" aria-live="polite"></div>
</article>
<article class="panel threats">
<div class="panel-title"><span>THREAT MATRIX</span><small>FINDINGS: <b id="findingCount">18</b></small></div>
<div class="threat-grid" id="threatGrid"></div>
</article>
</section>
<section class="metrics">
<div class="metric"><label>ACTIVE SCANS</label><strong id="activeScans">06</strong></div>
<div class="metric"><label>ERROR RESULTS</label><strong class="red" id="errors">47</strong></div>
<div class="metric"><label>THREAT SIGNALS</label><strong class="amber" id="signals">18</strong></div>
<div class="metric"><label>FILES ANALYZED</label><strong id="files">12,846</strong></div>
</section>
<footer class="footer"><span>SIMULATED VISUAL MONITOR // NO SYSTEM ACCESS</span><span id="clock">00:00:00</span></footer>
</main>
<script>
const stream = document.getElementById('stream');
const threatGrid = document.getElementById('threatGrid');
const scanLines = [
['[CORE-01] Enumerating active processes...', 'info'],
['[NET-02] Mapping outbound connection routes...', 'info'],
['[FILE-03] Comparing executable signatures...', 'info'],
['[BOOT-04] Reviewing startup persistence entries...', 'info'],
['[MEM-05] Inspecting loaded service modules...', 'info'],
['[EXT-06] Auditing browser extension permissions...', 'info'],
['[CORE-01] Suspicious process pattern detected: PID 4812', 'warn'],
['[FILE-03] ERROR: Unverified payload signature', 'error'],
['[NET-02] Anomalous destination cluster identified', 'warn'],
['[BOOT-04] ERROR: Unknown launch item requires review', 'error'],
['[MEM-05] Memory access pattern queued for analysis', 'warn'],
['[EXT-06] ERROR: Excessive extension permissions', 'error'],
['[CORE-01] Isolating event group 0x7F-A91...', 'ok'],
['[NET-02] Rechecking encrypted route metadata...', 'info'],
['[FILE-03] Quarantine recommendation generated', 'error'],
['[BOOT-04] Persistence chain remains unresolved', 'error'],
['[MEM-05] Secondary verification pass started', 'info'],
['[EXT-06] Threat signature correlation complete', 'ok']
];
const threats = [
['TROJAN.DROPPER', 'Executable signature'], ['ADWARE.PERSIST', 'Startup item'],
['SCRIPT.INJECTOR', 'Browser cache'], ['CRYPTOMINER.GEN', 'Process behavior'],
['HIJACKER.ROUTE', 'Network route'], ['SPYWARE.TRACE', 'Extension access'],
['BACKDOOR.UNKNOWN', 'Launch configuration'], ['PHISH.PAYLOAD', 'Downloaded archive'],
['WORM.REPLICA', 'File propagation']
];
function addStreamLine(text, type) {
const line = document.createElement('p');
line.className = 'stream-line ' + type;
line.textContent = new Date().toLocaleTimeString() + ' ' + text;
stream.appendChild(line);
while (stream.children.length > 18) stream.removeChild(stream.firstChild);
}
function renderThreats() {
threatGrid.innerHTML = '';
threats.forEach(([name, source]) => {
const card = document.createElement('div');
card.className = 'threat-card';
card.innerHTML = '<b>!!! ' + name + '</b><span>Source: ' + source + '</span>';
threatGrid.appendChild(card);
});
}
let lineIndex = 0;
function runStream() {
if (lineIndex >= scanLines.length) {
addStreamLine('[SYSTEM] Scan complete. Review findings before taking action.', 'ok');
document.getElementById('scanState').textContent = 'COMPLETE';
document.getElementById('scanMode').textContent = 'SCAN COMPLETE // REVIEW READY';
document.querySelector('.mode i').style.background = 'var(--green)';
document.querySelector('.mode i').style.boxShadow = '0 0 9px var(--green)';
return;
}
const [text, type] = scanLines[lineIndex];
addStreamLine(text, type);
lineIndex += 1;
document.getElementById('files').textContent = (12846 + lineIndex * 17).toLocaleString();
setTimeout(runStream, 850);
}
let seconds = 0;
setInterval(() => {
seconds += 1;
const h = String(Math.floor(seconds / 3600)).padStart(2, '0');
const m = String(Math.floor(seconds / 60) % 60).padStart(2, '0');
const s = String(seconds % 60).padStart(2, '0');
document.getElementById('clock').textContent = h + ':' + m + ':' + s;
}, 1000);
renderThreats();
runStream();
</script>
</body>
</html>