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 · 5 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
221845ms of patience. Salt is eb720b3e06eb454b401fa3c3f96e362106042586b4f15fc319ab43bd9e2132ac Difficutly of 16 Initial position of 3300985379436685
logother
URL
https://kiwifarms.st/.sssg/public/challenge.js
Text
Work concluded after 949ms. 0000367e739693d09a42b1cd7f6f9bee38a6f575525f1865fba4f981104e311f
logother
URL
https://kiwifarms.st/.sssg/public/challenge.js
Text
Submitting to server...
logother
URL
https://kiwifarms.st/.sssg/public/challenge.js
Text
Error received in reply to server: Your bypass attempt was rejected.

HTML

Der HTML-Rohtext der Seite

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


</body></html>