https://kiwifarms.st/threads/nulls-tier-list-for-internet-services.129513/

Eingereichte URL:
https://kiwifarms.st/threads/nulls-tier-list-for-internet-services.129513/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 4 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
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
sssg_challengefunction

Konsolenprotokoll-Meldungen · 8 gefunden

In der Web-Konsole protokollierte Meldungen

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html id="sssg" class="scripts js" data-sssg-challenge="c4e00ec32aee677ed676d203f2469720ecc0c81434e79149715219e6763bf232" data-sssg-difficulty="16" data-sssg-patience="3"><head>
    <title>Just a moment...</title>
    <meta name=" viewport" content="width=device-width">

    <script src="/.sssg/public/challenge.js"></script>
    <style type="text/css">
        html,
        body {
            box-sizing: border-box;
            overflow: hidden;
            padding: 0;
            margin: 0;
            height: 100vh;
            width: 100vw;
        }

        body {
            background: white;
            color: #333;
            font-family: sans-serif;
            font-size: 1rem;
            padding: 2rem;
        }

        main {
            display: flex;
            margin: 0 auto;
            max-width: 50rem;
            height: 100vh;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        @media (prefers-color-scheme: dark) {
            body {
                background: #333;
                color: #fff;
            }

            #loader circle {
                fill: #fff;
            }
        }

        html.no-js .js,
        html.js .no-js,
        html.no-scripts .scripts,
        html.scripts .no-scripts {
            display: none !important;
        }

        header,
        section,
        footer {
            text-align: center;
        }

        a {
            color: #6ba65e;
        }

        header svg {
            width: 50px;
        }

        svg.playing circle {
            animation: fade 1s infinite;
        }

        @keyframes fade {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }


        footer img {
            max-height: 25px;
        }

        footer :first-child {
            margin-bottom: 0;
        }

        footer :last-child {
            margin-top: 0;
        }
    </style>
</head>

<body>
    <main>
        <header>
            <figure>
                <svg version="1.1" id="loader" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 52 12" enable-background="new 0 0 0 0" xml:space="preserve" class="playing">
                    <circle fill="#333" style="animation-delay: 0s;" stroke="none" cx="6" cy="6" r="6"></circle>
                    <circle fill="#333" style="animation-delay: 0.1s;" stroke="none" cx="26" cy="6" r="6"></circle>
                    <circle fill="#333" style="animation-delay: 0.2s;" stroke="none" cx="46" cy="6" r="6"></circle>
                </svg>
            </figure>
        </header>
        <section class="no-js">
            <p>
                Due to automated network abuse, a JavaScript challenge is being used to secure this service.
                Javascript must be enabled to proceed. Sorry.
            </p>
        </section>
        <section class="js no-scripts">
            <p>There is an automated challenge on this page, but an error has prevented scripts from loading.</p>
            <p>Ensure you are not blocking scripts from loading. If you are not, please notify us of this error.</p>
        </section>
        <section class="js scripts">
            <h1>Solving a cryptographic challenge before accessing kiwifarms.st</h1>
            <div id="status">
                <p>This process is automatic. Your browser will redirect to your requested content shortly.</p>
                <p>Please allow up to a minute, depending on your device.</p>
            </div>
        </section>
        <footer>
            <figure>
                <img src="/.sssg/public/logo.svg">
            </figure>
            <p>
                DDoS retarding by KiwiFlare<br>
                <small>v2.2024.2.07</small>
            </p>
        </footer>
    </main>
    <script type="text/javascript">
        document.documentElement.classList.remove("no-js");
        document.documentElement.classList.add("js");
        document.addEventListener("DOMContentLoaded", () => {
            window.sssg_challenge("c4e00ec32aee677ed676d203f2469720ecc0c81434e79149715219e6763bf232", 16, 3);
        });
    </script>


</body></html>