https://user.personal-space.io/login

제출된 URL:
https://user.personal-space.io/리디렉션됨
보고서 완료:

링크 · 0개 결과

페이지에서 식별된 외부 링크

JavaScript 변수 · 16개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

이름유형
0object
1object
2object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
___grecaptcha_cfgobject
grecaptchaobject
__recaptcha_apistring
__google_recaptcha_clientboolean

콘솔 로그 메시지 · 2개 결과

웹 콘솔에 기록된 메시지

HTML

페이지의 원시 HTML 본문

<!DOCTYPE html><html lang="en"><head><meta http-equiv="origin-trial" content="A/kargTFyk8MR5ueravczef/wIlTkbVk1qXQesp39nV+xNECPdLBVeYffxrM8TmZT6RArWGQVCJ0LRivD7glcAUAAACQeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZS5jb206NDQzIiwiZmVhdHVyZSI6IkRpc2FibGVUaGlyZFBhcnR5U3RvcmFnZVBhcnRpdGlvbmluZzIiLCJleHBpcnkiOjE3NDIzNDIzOTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>System login Personal Space</title>

    <!-- Google Font: Source Sans Pro -->
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&amp;display=fallback">
    <!-- Font Awesome -->
    <link rel="stylesheet" href="/assets/plugins/fontawesome-free/css/all.min.css">
    <!-- icheck bootstrap -->
    <link rel="stylesheet" href="/assets/plugins/icheck-bootstrap/icheck-bootstrap.min.css">
    <!-- Theme style -->
    <link rel="stylesheet" href="/assets/dist/css/adminlte.min.css">

    <link rel="stylesheet" href="/assets/css/style.css?1731341204">
    <script type="text/javascript" async="" charset="utf-8" src="https://www.gstatic.com/recaptcha/releases/-ZG7BC9TxCVEbzIO2m429usb/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-gaZtYaI7oJHEOo1YO6VuoCE4iZ5fMV9mYHP0BHf+r2ttABnpWWCIkgI6ItNW4ZdO"></script><script src="https://www.google.com/recaptcha/api.js" async="" defer=""></script>
</head>
<body class="login-page" style="min-height: 447px;">
<div class="login-box one-page-box">
    <!-- /.login-logo -->
    <div class="card card-primary">
        <div class="text-center">
            <div class="row">
    <div class="col-md-5 offset-md-3 col-sm-8 col-8">
    </div>
    <div class="col-md-3 col-sm-4 col-4">
        <div class="lang-signup-block">
            <select name="language" class="form-control " id="lang-select">
                                    <option value="en">EN</option>
                                    <option value="ru">RU</option>
                                    <option value="de">DE</option>
                                    <option value="pl">PL</option>
                                    <option value="cs">CS</option>
                                    <option value="tr">TR</option>
                            </select>
                    </div>
    </div>
</div>


        </div>
        <div class="card-body">
                        <p class="login-box-msg">System login</p>

                



            <form action="https://user.personal-space.io/login" method="post">
                <input type="hidden" name="_token" value="esLlGzrcea7q6a6zSqc9uGpb0mZYnxOiAFV0W1O4">                





    <div>
        <input id="fpinfo_visitorId" type="hidden" name="visitorId" value="caee0db7c5ea02c786db20eaeef1bc58">
        <input id="fpinfo_timezone" type="hidden" name="timezone" value="UTC">
        <input id="fpinfo_platform" type="hidden" name="platform" value="">
        <input id="fpinfo_userAgent" type="hidden" name="userAgent" value="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36">
        <input id="fpinfo_type" type="hidden" name="type" value="login">
    </div>

    <script src="/assets/plugins/jquery/jquery.min.js"></script>
    <script src="/assets/js/sendFpInfo.js?2" type="text/javascript"></script>

    <script>
        $(document).ready(async function () {

            const userData = await getFpInfo();
            document.getElementById("fpinfo_visitorId").value = userData.visitorId;
            document.getElementById("fpinfo_timezone").value = userData.timezone;
            document.getElementById("fpinfo_platform").value = userData.platform;
            document.getElementById("fpinfo_userAgent").value = userData.userAgent;

        });
    </script>



                <div class="input-group mb-2">
                    <input type="email" name="email" value="" class="form-control " placeholder="Email">
                    
                                    </div>

                <div class="input-group mb-3">
                    <input type="password" name="password" value="" class="form-control " placeholder="Password">
                                    
    <div class="my_eye">
    <style>
        .my_eye {
            position: absolute;
            right: 2px;
            border-radius: 50%;
            top: 0;
            cursor: pointer;
            bottom: 0;
            margin: auto;
            height: 35px;
            width: 40px;
            z-index: 10;
            display: flex; 
            justify-content: center;
            align-items: center;
        }
        .input-group:not(.has-validation)>.form-control:not(:last-child) {
            border-radius:  100px !important;
padding-right: 35px;
        }
        .my_eye svg {
            height: 15px !important;
            width: 15px !important;
        }
        .eye_visible {
            display: none;
        }
        .eye_hide {
            display: none;
        }
        .eye_visible.active {
            display: block;
        }
        .eye_hide.active {
            display: block;
        }
    </style>
    <svg class="eye_hide active" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 640 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"></path></svg>
    <svg class="eye_visible" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z"></path></svg>
    </div></div>
                <div class="input-group mb-3 d-flex justify-content-center">
                    <div class="g-recaptcha" data-sitekey="6LdWLv4pAAAAAA9kTE0lxgr_BGU3F4zrL_5GCkfF"><div style="width: 304px; height: 78px;"><div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-ose2e2bsi61j" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdWLv4pAAAAAA9kTE0lxgr_BGU3F4zrL_5GCkfF&amp;co=aHR0cHM6Ly91c2VyLnBlcnNvbmFsLXNwYWNlLmlvOjQ0Mw..&amp;hl=en&amp;v=-ZG7BC9TxCVEbzIO2m429usb&amp;size=normal&amp;cb=thxedhd2h3pj"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div>
                                    </div>
                <div class="row">








                    <!-- /.col -->
                    <div class="col-12">
                        <button type="submit" class="btn btn-primary btn-block bcs">Sign in</button>
                    </div>
                    <!-- /.col -->
                </div>
            </form>

                <div class="row" style="border-top: 1px solid rgba(0,0,0,.125); margin-top: 10px; padding-top: 10px;">
                    <div class="col-6">
                        <a href="https://user.personal-space.io/recovery-password">Forgot password?</a>
                    </div>
                    <div class="col-6 text-right">
                        <a href="https://user.personal-space.io/signup">Registration</a>
                    </div>
                </div>

        </div>
        <!-- /.card-body -->
    </div>
    <!-- /.card -->
</div>
<!-- /.login-box -->

<!-- jQuery -->
<script src="/assets/plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="/assets/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- AdminLTE App -->
<script src="/assets/dist/js/adminlte.min.js"></script>
        <script>
        $(document).ready(function() {

            $( "input" ).each(function( index ) {
 var sd = $(this).attr('placeholder'); 
 if(sd === "Password" || sd === "Confirm password") {
     
    $(this).parent().append(`
    <div class="my_eye">
    <style>
        .my_eye {
            position: absolute;
            right: 2px;
            border-radius: 50%;
            top: 0;
            cursor: pointer;
            bottom: 0;
            margin: auto;
            height: 35px;
            width: 40px;
            z-index: 10;
            display: flex; 
            justify-content: center;
            align-items: center;
        }
        .input-group:not(.has-validation)>.form-control:not(:last-child) {
            border-radius:  100px !important;
padding-right: 35px;
        }
        .my_eye svg {
            height: 15px !important;
            width: 15px !important;
        }
        .eye_visible {
            display: none;
        }
        .eye_hide {
            display: none;
        }
        .eye_visible.active {
            display: block;
        }
        .eye_hide.active {
            display: block;
        }
    </style>
    <svg class="eye_hide active" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 640 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"/></svg>
    <svg class="eye_visible" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z"/></svg>
    </div>`)
    $( ".eye_hide").on( "click", function() {
    console.log("click")
    $(this).removeClass("active")
    $(this).next().addClass("active")
    $(this).parent().prev().attr("type", "text")
});
 $( ".eye_visible" ).on( "click", function() {
    $(this).removeClass("active")
    $(this).prev().addClass("active")
    $(this).parent().prev().attr("type", "password")
});
}
});
            let userLang = '';
            let browserLang = window.navigator.language.substr(0, 2);
            let supportedLangs = ["en","ru","de","pl","cs","tr"];
            let langToSet = 'en';

            if (userLang) {
                langToSet = userLang;
            } else if (supportedLangs.includes(browserLang)) {
                langToSet = browserLang;
            }

            // Установить язык
            $('#lang-select').val(langToSet);

           $('#lang-select').on('change', function (){
               let code = $('#lang-select').val();
               let route = `${window.location.origin}/set-locale`;
               let url = route + "/" + code;
               // console.log(url);
               window.location.href = url;


               // let language = window.navigator.language;
               // let languageFistTwo = language.substr(0,2);
               // let currentLocation = document.getElementsByTagName('html')[0].getAttribute('lang-js')
               //
               // console.log(languageFistTwo);

               // switch (languageFistTwo) {
               //     case "en":
               //         if(currentLocation != 'en'){
               //             window.location.href = 'index_en.html';
               //         }
               //         break;
               //
               //     case "sv":
               //         if(currentLocation != 'sv')
               //             window.location.href = 'index_sa.html';
               //         break;
               //
               //     case "tr":
               //         if(currentLocation != 'tr')
               //             window.location.href = 'index_tr.html';
               //         break;
               //
               //     case "uk":
               //         if(currentLocation != 'uk')
               //             window.location.href = 'index_ua.html';
               //         break;
               //
               //     default:
               //         if(currentLocation != 'ru'){
               //             window.location.href = 'index.html';
               //         }
               // }

           });
        });
    </script>



<div style="background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px; position: absolute; transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s; opacity: 0; visibility: hidden; z-index: 2000000000; left: 0px; top: -10000px;"><div style="width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 2000000000; background-color: rgb(255, 255, 255); opacity: 0.05;"></div><div class="g-recaptcha-bubble-arrow" style="border: 11px solid transparent; width: 0px; height: 0px; position: absolute; pointer-events: none; margin-top: -11px; z-index: 2000000000;"></div><div class="g-recaptcha-bubble-arrow" style="border: 10px solid transparent; width: 0px; height: 0px; position: absolute; pointer-events: none; margin-top: -10px; z-index: 2000000000;"></div><div style="z-index: 2000000000; position: relative;"><iframe title="recaptcha challenge expires in two minutes" name="c-ose2e2bsi61j" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/bframe?hl=en&amp;v=-ZG7BC9TxCVEbzIO2m429usb&amp;k=6LdWLv4pAAAAAA9kTE0lxgr_BGU3F4zrL_5GCkfF" style="width: 100%; height: 100%;"></iframe></div></div></body></html>