https://athena.neosoft.co.id/login

ID de exploración:
400ef87a-b90d-44d4-aa8d-3e53da57fd11Finalizado
URL enviada:
https://athena.neosoft.co.id/Redireccionado
Informe finalizado:

Enlaces: 1 encontrados

Los enlaces salientes identificados en la página

Enlace
https://www.neosoft.co.id/home/neosoft

Variables JavaScript: 6 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
$function
jQueryfunction
forgetPasswordfunction

Mensajes de registro de la consola: 1 encontrados

Mensajes registrados en la consola web

TipoCategoríaRegistrar
verbosedom
URL
https://athena.neosoft.co.id/login
TEXTO
[DOM] Input elements should have autocomplete attributes (suggested: "username"): (More info: https://goo.gl/9p2vKq) %o

HTML

El cuerpo HTML sin procesar de la página

<!DOCTYPE html><html><head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Login</title>
    <link rel="icon" href="https://athena.neosoft.co.id/img/logoBeyoutiful.jpg" type="image/x-icon">
    <!-- Tell the browser to be responsive to screen width -->
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">

    <!-- Bootstrap 3.3.7 -->
    <link rel="stylesheet" href="https://athena.neosoft.co.id/bootstrap/css/bootstrap.min.css">
    <!-- Font Awesome -->
    <link rel="stylesheet" href="https://athena.neosoft.co.id/font-awesome/css/font-awesome.min.css">
    <!-- Theme style -->
    <link rel="stylesheet" href="https://athena.neosoft.co.id/dist/css/AdminLTE.min.css">

    <link href="https://athena.neosoft.co.id/css/fontGoogle.css" rel="stylesheet">
</head>

<body class="hold-transition login-page">
    <div class="login-box">

        <!-- /.login-logo -->
        <div class="login-box-body">
            <div class="login-logo">
                <img src="https://athena.neosoft.co.id/img/logoBeyoutiful.jpg" alt="neosoft.co.id" width="270px">
            </div>
            <p class="login-box-msg">Enter your e-mail and password below to log in to your account and use the benefits
                of our app.</p>
            <div id="forgot"></div>
                        <form action="https://athena.neosoft.co.id/login" method="POST">
                <input type="hidden" name="_token" value="x0vtdFfmtxr3AoxATWY20Pat7k4c0lhzkKzgpWjd">
                <div class="form-group has-feedback">
                    <input type="email" name="email" class="form-control" value="" required="" placeholder="Email">
                    <span class="glyphicon glyphicon-envelope form-control-feedback"></span>
                </div>
                <div class="form-group has-feedback">
                    <input type="password" name="password" class="form-control " placeholder="Password" required="" autocomplete="current-password">
                    <span class="glyphicon glyphicon-lock form-control-feedback"></span>
                </div>
                <div class="row">
                    <!-- /.col -->
                    <div class="col-xs-4 pull-right">
                        <button type="submit" class="btn btn-primary btn-block btn-flat">Sign In</button>
                    </div>
                    <!-- /.col -->
                </div>
            </form>

            <a onclick="forgetPassword()">I forgot my password</a><br>
            <hr>
            <div class="text-center">
                <i>powered by</i> <a href="https://www.neosoft.co.id/home/" style="font-size:18px; padding-left:4px;">neosoft</a>
            </div>
        </div>
        <!-- /.login-box-body -->
    </div>
    <!-- /.login-box -->
    <!-- jQuery 3 -->

    <script src="https://athena.neosoft.co.id/plugins/jQuery/jquery.min.js"></script>
    <script src="https://athena.neosoft.co.id/bootstrap/js/bootstrap.min.js"></script>
    <script>
        $('.alert').css('display', 'block').delay(5000).fadeOut();


        function forgetPassword() {
            $('#forgot').append('<ul class="alert alert-warning">Please Contact your Admin</ul>').delay(10000).fadeOut();
        }
    </script>



</body></html>