%PDF- %PDF-
| Direktori : /var/metrics/ |
| Current File : /var/metrics/editshell.html |
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="utf-8">
<title>Hacked By ZaXploit</title>
<link rel="icon" href="https://files.catbox.moe/1too63.jpg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&family=Roboto&family=Roboto+Mono&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
background: black;
color: white;
display: flex;
justify-content: center; /* rata horizontal */
align-items: center; /* rata vertikal */
height: 100vh; /* penuh tinggi layar */
font-family: "Courier New", Courier, monospace;
text-align: center;
}
.content {
max-width: 900px;
}
.divider {
margin: 20px auto;
background-color: white;
height: 3px;
width: 80%;
}
marquee {
width: 100%;
}
.audio-box {
border: 1px solid rgba(255,255,255,0.3);
border-radius: 6px;
padding: 10px;
display: inline-block;
margin-top: 20px;
}
select, button {
background: black;
color: white;
border: 1px solid white;
border-radius: 4px;
margin: 2px;
padding: 4px;
cursor: pointer;
}
select {
height: 30px;
}
#timeleft {
font-family: 'Roboto Mono', monospace;
}
</style>
</head>
<body>
<div class="content">
<img src="https://media.tenor.com/YB58oQ8Xj0oAAAAC/anime-sad-anime.gif" alt="ZaXploit" width="400" height="200">
<h2>[+]-- <b>Hacked By ZaXploit</b> --[+]</h2>
<div class="divider"></div>
<p style="font-size:20px;">Indonesia Ciamis Cyber Team</p>
<p style="color:red; font-size:22px;">“Upsss..Website telah di deface oleh ZaXploit:) Karena sistem Website yang lemah”</p>
<p>I'M MANUSIA LUAR BIASA NO INDETITAS</p>KEAMANAN ADALAH MITOS. KERENTANAN ADALAH LOGIKA. DALAM PERANG DIGITAL, KAMI ADALAH ANOMALI:(</p>
<p style="opacity:0.7;"><i>– [!] https://t.me/ZaXploit [!] –</i></p>
<div class="divider"></div>
<p><b>Thaks To:</b></p>
<marquee>- | 1lh4mzxSec | MalzSec | 4den Haxor | CodeXploit |</marquee>
<div class="divider"></div>
<!-- Audio Player -->
<div class="audio-box">
<select id="audios">
<option value="01">| WAHAI SAHABATKU |</option>
<option value="02">| MORTAL |</option>
<option value="04">| OLDD |</option>
<option value="05">| DJ DENG DENG |</option>
</select>
<button id="play"><i class="fa fa-play-circle"></i></button>
<button id="pause"><i class="fa fa-stop-circle"></i></button>
<button id="looptrue"><i class="fa fa-retweet"></i></button>
<button id="loopfalse" style="opacity:0.5;"><i class="fa fa-retweet"></i></button>
<div>
<b>Now Playing:</b> <span id="title">NOTHING</span> | <span id="timeleft">00:00</span>
</div>
</div>
<p style="opacity:0.5; margin-top:20px;">Copyrights © ZaXploit</p>
</div>
<!-- Audio Sources -->
<audio id="aud01" src="https://files.catbox.moe/3if84i.mp4"></audio>
<audio id="aud02" src="https://files.catbox.moe/67szof.mp3"></audio>
<audio id="aud04" src="https://files.catbox.moe/v5pamn.mp3"></audio>
<audio id="aud05" src="https://files.catbox.moe/l2gjjt.mp3"></audio>
<script>
alert("Hacked By ZaXploit :(");
const audios = {
"01": document.getElementById("aud01"),
"02": document.getElementById("aud02"),
"04": document.getElementById("aud04"),
"05": document.getElementById("aud05")
};
let currentAudio = null;
const select = document.getElementById("audios");
const playBtn = document.getElementById("play");
const pauseBtn = document.getElementById("pause");
const loopTrue = document.getElementById("looptrue");
const loopFalse = document.getElementById("loopfalse");
const title = document.getElementById("title");
const timeleft = document.getElementById("timeleft");
function stopCurrent() {
if (currentAudio) {
currentAudio.pause();
currentAudio.currentTime = 0;
}
}
playBtn.onclick = () => {
stopCurrent();
const val = select.value;
currentAudio = audios[val];
title.textContent = select.options[select.selectedIndex].text;
currentAudio.play();
updateTime();
};
pauseBtn.onclick = () => {
if (currentAudio) currentAudio.pause();
};
loopTrue.onclick = () => {
if (currentAudio) currentAudio.loop = true;
loopTrue.style.opacity = "1";
loopFalse.style.opacity = "0.5";
};
loopFalse.onclick = () => {
if (currentAudio) currentAudio.loop = false;
loopTrue.style.opacity = "0.5";
loopFalse.style.opacity = "1";
};
function updateTime() {
if (currentAudio) {
currentAudio.ontimeupdate = () => {
let sec = Math.floor(currentAudio.currentTime % 60);
let min = Math.floor(currentAudio.currentTime / 60);
if (sec < 10) sec = "0" + sec;
timeleft.textContent = `${min}:${sec}`;
};
}
}
</script>
</body>
</html>