https://kiwifarms.st/

Eingereichte URL:
https://kiwifarms.net/Umgeleitet
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

TypKategorieProtokoll
logother
URL
https://kiwifarms.st/.sssg/public/challenge.js
Text
Starting work.
logother
URL
https://kiwifarms.st/.sssg/public/challenge.js
Text
238065ms of patience. Salt is 6d6045c8e238fd4d5ce21ba4f1fe03897329394f0f2749d7d6ed56278a098508 Difficutly of 16 Initial position of 3331318827021803
logother
URL
https://kiwifarms.st/.sssg/public/challenge.js
Text
Attempt #10000
logother
URL
https://kiwifarms.st/.sssg/public/challenge.js
Text
Attempt #20000
logother
URL
https://kiwifarms.st/.sssg/public/challenge.js
Text
Attempt #30000
logother
URL
https://kiwifarms.st/.sssg/public/challenge.js
Text
Attempt #40000
logother
URL
https://kiwifarms.st/.sssg/public/challenge.js
Text
Work concluded after 4349ms. 0000d83eb04c478ba5a00319d3d52a980ece77bc8ed8ac7d7bdb28cd6294ab3c
logother
URL
https://kiwifarms.st/.sssg/public/challenge.js
Text
Submitting to server...

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html id="sssg" class="scripts js" data-sssg-challenge="6d6045c8e238fd4d5ce21ba4f1fe03897329394f0f2749d7d6ed56278a098508" 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("6d6045c8e238fd4d5ce21ba4f1fe03897329394f0f2749d7d6ed56278a098508", 16, 3);
        });
    </script>


</body></html>