https://api2tokyo.keypascoid.com/

ID de exploración:
82a2f0d6-0878-4a98-9081-e5fd94fef404Finalizado
URL enviada:
https://api2tokyo.keypascoid.com/
Informe finalizado:

Enlaces: 1 encontrados

Los enlaces salientes identificados en la página

EnlaceTexto
https://www.enable-javascript.com/here

Variables JavaScript: 5 encontradas

Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
loginFormBuildUniqueUsernamefunction
togglePasswordVisibilityfunction

Mensajes de registro de la consola: 0 encontrados

Mensajes registrados en la consola web

HTML

El cuerpo HTML sin procesar de la página

<!DOCTYPE html><html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Borgen</title>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <link rel="shortcut icon" href="/resources/img/favicon.ico">
    <link rel="apple-touch-icon" href="/resources/img/apple-touch-icon.png">
    <link rel="apple-touch-icon" href="/resources/img/apple-touch-icon-72x72.png" sizes="72x72">
    <link rel="apple-touch-icon" href="/resources/img/apple-touch-icon-114x114.png" sizes="114x114">

    <link rel="stylesheet" type="text/css" href="/resources/css/bootstrap.min.css">
    <link rel="stylesheet" type="text/css" href="/resources/css/flexslider.css">
    <link rel="stylesheet" type="text/css" href="/resources/css/colorbox.css">
    <link rel="stylesheet" type="text/css" href="/resources/css/qubico.css">
    <link rel="stylesheet" type="text/css" href="/resources/css/qubico-Keypasco-blue.css">
    <link rel="stylesheet" type="text/css" href="/resources/css/font-lato.css">
</head>

<body>

<nav id="main-nav" class="navbar navbar-fixed-top">
    <div class="container">
        <div class="navbar-header">
            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#site-nav">
                <span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
            </button>
            <span class="logo-small"><img src="/resources/img/Borgen-logo-45x45.png" alt="Borgen logo"></span>
            <span class="to-top"><i class="fa fa-arrow-up"></i></span>
        </div>
        <div id="site-nav" class="navbar-collapse collapse">
            <ul class="nav navbar-nav navbar-right">
                <li><a href="/admin/index.html">Administration</a></li>
            </ul>

        </div>
    </div>
</nav>

<section class="white-bg padding-top">

    <div class="container features">
        <noscript>
            <p>
                For full functionality of the Admin GUI it is necessary to enable JavaScript.<br>
                Instructions about how to enable JavaScript in your browser you can find
                <a href="https://www.enable-javascript.com/" target="_blank">here</a>.
            </p>
        </noscript>

        <form name="loginform" action="/admin/login" method="post">
            <fieldset>
                <legend>Administration Login</legend>
                
                
                
                
                
                
                <table>
                    <tbody><tr>
                        <td><label for="icp">ICP </label></td>
                        <td><input id="icp" name="icp" autofocus="" autocomplete="off"></td>
                    </tr>
                    <tr>
                        <td><label for="username_part">Username </label></td>
                        <td>
                            <input id="username_part" name="username_part" autocomplete="off">
                            <input type="hidden" id="unique_username" name="unique_username">
                        </td>
                    </tr>
                    <tr>
                        <td><label for="password">Password </label></td>
                        <td>
                            <input type="password" id="password" name="password" autocomplete="off">
                            <span class="glyphicon glyphicon-eye-open" onclick="togglePasswordVisibility(document.getElementById('password'), this)"></span>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <div class="form-actions">
                                <button class="btn" id="loginButton" onclick="loginFormBuildUniqueUsername(document.getElementById('icp'), document.getElementById('username_part'), document.getElementById('unique_username'));return true;">
                                    Log in
                                </button>
                            </div>
                        </td>
                        <td></td>
                    </tr>
                </tbody></table>
            </fieldset>
        </form>
    </div>
</section>

<section id="press" class="white-bg padding-top-bottom">
    <div class="container features">
        <h1 class="section-title">Borgen - Secure Your Identity</h1>
        <div class="row">
            <p>
                To protect your privacy is the crucial part of our core business and the fundamentals of our solution.
                Our business strategy is to protect your customers privacy.
                Therefore, we assure you that we do not collect personal information from you unless you provide it to us.
                You should be assured that except the following limited situations we do not provide or sell personal information about our
                customers or site visitors to vendors without the active acceptance from the users.</p>
            <br>
        </div>
    </div>
</section>

<footer id="main-footer" class="color-bg light-typo">
    <div class="container text-center">
        <p>Copyright ©
            <script type="text/JavaScript">
                document.write("2010-" + new Date().getFullYear() + " All rights reserved.")
            </script>2010-2024 All rights reserved.
        </p>
    </div>
</footer>

<script src="/resources/js/authentication2.js"></script>

</body></html>