https://hermes.webplanz.com/

제출된 URL:
https://hermes.webplanz.com/
보고서 완료:

링크 · 1개 결과

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

링크텍스트
https://cyberpanel.net/KnowledgeBase/home/change-logs/Change LogsStay up to date about new releases and features. Learn More

JavaScript 변수 · 13개 결과

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

이름유형
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
__cfQRobject
__cfBeaconobject
$function
jQueryfunction
jQuery111109877004491299055object
angularobject

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

웹 콘솔에 기록된 메시지

유형카테고리로그
errornetwork
URL
https://hermes.webplanz.com/static/images/cyberpanel-banner-graphics.png
텍스트
Failed to load resource: the server responded with a status of 404 ()
verbosedom
URL
https://hermes.webplanz.com/
텍스트
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
errornetwork
URL
https://hermes.webplanz.com/favicon.ico
텍스트
Failed to load resource: the server responded with a status of 404 ()

HTML

페이지의 원시 HTML 본문

<!DOCTYPE html><html lang="en"><head><style type="text/css">@charset "UTF-8";[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}</style>
    <style>
        .d-flex {
            display: flex;
        }

        .flex-column {
            flex-direction: column;
        }

        .justify-content-between {
            justify-content: space-between;
        }

        .col-login {
            height: 100vh;
            display: flex;
            flex-direction: column;

        }

        .col-login-left {
            background: rgb(51, 204, 204);
            background: -moz-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
            background: -webkit-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
            background: linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cccc", endColorstr="#00007a", GradientType=1);
            justify-content: space-between;
        }

        .form-group .input-group select.form-control,
        .form-group .input-group input.form-control,
        button.btn.btn-login {
            height: 45px;

        }

        button.btn.btn-login {
            background-color: rgb(51, 204, 204);
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
            transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
        }

        button.btn.btn-login:hover {
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        }

        .form-group .input-group select.form-control:focus,
        .form-group .input-group input.form-control:focus,
        button.btn.btn-login {
            border: 1px solid rgb(51, 204, 204);
        }

        .col-login-right {
            background: #ffffff;
            justify-content: center;
        }

        .col-login-right .login-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }

        a.login-changelogs {
            border-top: 1px solid #fff;
        }

        .login-changelogs .card {
            padding: 1em;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
        }

        .login-changelogs .card:hover {
            color: rgb(51, 204, 204);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.18);
        }

        .card-body {
            padding-left: 15px;
        }

        .object-fit {
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: 6px;
        }

        h4.card-learnmore {
            margin-top: 15px;
            position: relative;
            color: rgb(51, 204, 204);
            font-weight: 500;
            font-size: 1.2em;

        }

        h4.card-learnmore span {
            display: inline;
            padding-bottom: 4px;
            border-bottom: 1px solid rgb(51, 204, 204);
        }

        .alert.alert-danger {
            text-align: center;
            margin: 1em 2em 1em 2em;
            padding-top: 1em;
            padding-bottom: 1em;
            border: 1px solid red;
        }


        /* Loading Spinner */
        .spinner {
            margin: 0;
            width: 70px;
            height: 18px;
            margin: -35px 0 0 -9px;
            position: absolute;
            top: 50%;
            left: 50%;
            text-align: center
        }

        .spinner > div {
            width: 18px;
            height: 18px;
            background-color: #333;
            border-radius: 100%;
            display: inline-block;
            -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
            animation: bouncedelay 1.4s infinite ease-in-out;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both
        }

        .spinner .bounce1 {
            -webkit-animation-delay: -.32s;
            animation-delay: -.32s
        }

        .spinner .bounce2 {
            -webkit-animation-delay: -.16s;
            animation-delay: -.16s
        }

        @-webkit-keyframes bouncedelay {

            0%,
            80%,
            100% {
                -webkit-transform: scale(0.0)
            }

            40% {
                -webkit-transform: scale(1.0)
            }
        }

        @keyframes bouncedelay {

            0%,
            80%,
            100% {
                transform: scale(0.0);
                -webkit-transform: scale(0.0)
            }

            40% {
                transform: scale(1.0);
                -webkit-transform: scale(1.0)
            }
        }
    </style>
    <meta charset="UTF-8">
    <!--[if IE]>
    <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
    <title> Login - CyberPanel </title>
    <meta name="description" content="Login to your CyberPanel Account">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

    <!-- Favicons -->
    

    <link rel="stylesheet" type="text/css" href="/static/baseTemplate/assets/finalLoginPageCSS/allCss.css">

    <!-- HELPERS -->

    <!-- ELEMENTS -->

    <!-- ICONS -->

    <!-- Admin theme -->

    <!-- Components theme -->

    <!-- JS Core -->

    <script type="text/javascript" src="/static/baseTemplate/assets/js-core/jquery-core.min.js"></script>

    <script type="text/javascript">
        $(window).load(function () {
            setTimeout(function () {
                $('#loading').fadeOut(400, "linear");
            }, 300);
        });
    </script>

    <!-- JS Ends -->

    <style type="text/css">
        html,
        body {
            height: 100%;
            background: #ffffff;
        }
    </style>

    <style>
        
    </style>

</head>

<body>
<div id="loading" style="display: none;">
    <div class="spinner">
        <div class="bounce1"></div>
        <div class="bounce2"></div>
        <div class="bounce3"></div>
    </div>
</div>

<div class="">
    <div class="col-md-6 col-sm-12 hidden-md col-login col-login-left">
        <div class="row panel-body my-30" style="padding-bottom: 0px;">
            <div class="col-lg-6 col-md-12 panel-body">
                <h2 class="text-transform-upr text-white my-30 text-bold">WEB HOSTING CONTROL PANEL
                    <br>FOR EVERYONE

                </h2>
                <h4 class="text-white">Powered By OpenLiteSpeed/LiteSpeed Enterprise. Built For Speed, Security and
                    Reliability.</h4>
            </div>
            <div class="col-lg-6 col-md-12 text-center panel-body">
                <img class="" src="/static/images/cyberpanel-banner-graphics.png" alt="" width="96%">
            </div>
        </div>
        <div class="row panel-body">
            <div class="row panel-body">
                <a class=" login-changelogs" href="https://cyberpanel.net/KnowledgeBase/home/change-logs/" target="_blank">
                    <div class="card mb-3" style="max-width: 540px;">
                        <div class="row g-0">
                            <div class="col-md-3">
                                <img src="/static/baseTemplate/images/new-design-list-websites-square.png" alt="..." class="object-fit">
                            </div>
                            <div class="col-md-8 ml-5">
                                <div class="card-body d-flex flex-column justify-content-around">
                                    <h3 class="card-title mb-5 font-weight-bold">Change Logs</h3>
                                    <p class="card-text mt-10">Stay up to date about new releases and features.</p>
                                    <h4 class="card-learnmore">
                      <span>
                        Learn More
                        <i>
                          <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" aria-hidden="true" focusable="false" data-icon="external-link-alt" role="img" viewBox="0 0 512 512">
                            <path fill="currentColor" d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"></path>
                            </svg>
                          </i>
                      </span>
                                    </h4>
                                </div>
                            </div>
                        </div>
                    </div>
                </a>
            </div>
        </div>
    </div>

    <div ng-app="loginSystem" ng-controller="loginSystem" class="col-md-6 col-sm-12 col-login col-login-right ng-scope" style="">
        <div class="login-wrapper">
            <form id="loginForm" action="/" class="col-md-8 col-md-offset-2 ng-pristine ng-invalid ng-invalid-required">
                <h1 class="text-transform-upr text-center panel-body text-bold" style="padding-bottom: 0px; color: #33CCCC;">
                    <img class="center-block text-center my-20" src="/static/baseTemplate/cyber-panel-logo.svg">
                    CyberPanel
                </h1>
                <h4 class="text-muted text-center mb-10">Web Hosting Control Panel</h4>
                <div class="">
                    <div class="mx-30">
                        <div class="content-box-wrapper panel-body my-10 mx-30">
                            <div class="form-group">
                                <div class="input-group">
                                    <input ng-model="username" type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="username" placeholder="Enter username" required="" style="height: 45px;">
                                    <span class="input-group-addon bg-blue">
                      <i class="glyph-icon icon-envelope-o"></i>
                    </span>
                                </div>
                            </div>
                            <div class="form-group">
                                <div class="input-group">
                                    <input ng-keypress="initiateLogin($event)" ng-model="password" type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="password" placeholder="Password" required="" name="password" style="height: 45px;">
                                    <span class="input-group-addon bg-blue">
                      <i class="glyph-icon icon-unlock-alt"></i>
                    </span>
                                </div>
                                <img id="verifyingLogin" class="center-block" src="/static/baseTemplate/images/loading.gif" style="display: none;">
                            </div>

                            <div ng-hide="verifyCode" class="form-group ng-hide">
                                <div class="input-group">
                                    <input ng-model="twofa" type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="twofa" placeholder="Enter code from Google Authenticator" required="" style="height: 45px;">
                                    <span class="input-group-addon bg-blue">
                      <i class="glyph-icon icon-unlock-alt"></i>
                    </span>
                                </div>
                            </div>


                            <div class="form-group">
                                <div class="input-group">
                                    <select ng-model="languageSelection" ng-init="languageSelection='english'" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty">
                                        <option value="english" selected="selected">English</option>
                                        <option value="Bangla">Bangla</option>
                                        <option value="Bosnian">Bosnian</option>
                                        <option value="Bulgarian">Bulgarian</option>
                                        <option value="Chinese">Chinese</option>
                                        <option value="French">French</option>
                                        <option value="German">German</option>
                                        <option value="Greek">Greek</option>
                                        <option value="Italian">Italian</option>
                                        <option value="Indonesian">Indonesian</option>
                                        <option value="Japanese">Japanese</option>
                                        <option value="Polish">Polish</option>
                                        <option value="Portuguese">Portuguese</option>
                                        <option value="Russian">Russian</option>
                                        <option value="Spanish">Spanish</option>
                                        <option value="Turkish">Turkish</option>
                                        <option value="Vietnamese">Vietnamese</option>
                                    </select>
                                </div>
                            </div>


                            <button type="button" style="background-color: #33CCCC;" ng-click="verifyLoginCredentials()" class="btn btn-success btn-block  btn-login">Sign In
                            </button>
                        </div>
                    </div>
                </div>
            </form>
            <div id="loginFailed" class="alert alert-danger" style="display: none;">
                <p class="ng-binding">Could Not Login, Error message: </p>
            </div>
        </div>
    </div>
</div>
<script src="https://code.angularjs.org/1.6.5/angular.min.js" type="text/javascript"></script>
<script src="https://code.angularjs.org/1.6.5/angular-route.min.js" type="text/javascript"></script>
<script src="/static/loginSystem/login-system.js" type="text/javascript"></script>

<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8decaebdcdb76665',t:'MTczMDk3NTc4OS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><iframe height="1" width="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;"></iframe><script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;rayId&quot;:&quot;8decaebdcdb76665&quot;,&quot;version&quot;:&quot;2024.10.4&quot;,&quot;r&quot;:1,&quot;serverTiming&quot;:{&quot;name&quot;:{&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfSpeedBrain&quot;:true,&quot;cfCacheStatus&quot;:true}},&quot;token&quot;:&quot;88fe7c2c74704af39e6c9354a6c2fd21&quot;,&quot;b&quot;:1}" crossorigin="anonymous"></script>



</body></html>