https://milionariosloteria.com.br/pub/login.php

Eingereichte URL:
https://milionariosloteria.com.br/Umgeleitet
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 8 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
Switcheryfunction
sendFormfunction
fechaInfoLgnfunction

Konsolenprotokoll-Meldungen · 1 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
verbosedom
URL
https://milionariosloteria.com.br/pub/login.php
Text
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html lang="pt-br"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <!-- Meta, title, CSS, favicons, etc. -->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="icon" href="../build/images/lgsml.ico" type="image/x-icon">

    <title>Camaleão Web</title>

    <!-- jQuery -->
    <script src="../vendors/jquery/dist/jquery.min.js"></script>
    <!-- Bootstrap -->
    <script src="../vendors/bootstrap/dist/js/bootstrap.min.js"></script>
    <!-- Bootstrap -->
    <link href="../vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
    <!-- Font Awesome -->
    <link href="../vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">
    <!-- NProgress -->
    <link href="../vendors/nprogress/nprogress.css" rel="stylesheet">
    <!-- Animate.css -->
    <link href="../vendors/animate.css/animate.min.css" rel="stylesheet">
	
	<!-- Switchery -->
    <script src="../vendors/switchery/dist/switchery.min.js"></script>

    <!-- Custom Theme Style -->
    <link href="../build/css/custom.min.css" rel="stylesheet">

    <script>
      function sendForm(formname){

        var lgn = document.getElementById("lgn").value;
        var passw = document.getElementById("pass").value;

        if(lgn.length < 4){
          document.getElementById("infoLgn").style.display = "";
          if(passw.length < 2){
            document.getElementById("infoPss").style.display = "";
          }
        }
        else if(passw.length < 2){
          document.getElementById("infoPss").style.display = "";
        }
        else{
          document.getElementById(formname).submit();
        }
		  }

      function fechaInfoLgn(){
        document.getElementById("infoLgn").style.display = "none";
        document.getElementById("infoPss").style.display = "none";
      }
  </script>
  </head>

  <body class="login">
    <div>
      <a class="hiddenanchor" id="signup"></a>
      <a class="hiddenanchor" id="signin"></a>

      <div class="login_wrapper">
        <div class="animate form login_form">
          <section class="login_content">
                        <form action="modulos/auth/index.php" name="frmLogin" id="frmLogin" method="post">
			              <h1>Acesso ao sistema</h1>
              <div>
                <input type="text" class="form-control" onkeypress="javascript:fechaInfoLgn();" value="" name="lgn" id="lgn" placeholder="Usuário" required="yes">
                <div class="alert alert-danger alert-dismissible fade in" id="infoLgn" role="alert" style="display:none;">
                  Informe seu login!
                </div>
              </div>
              <div>
                <input type="password" class="form-control" onkeypress="javascript:fechaInfoLgn();" value="" placeholder="Senha" name="pass" id="pass" required="yes">
                <div class="alert alert-danger alert-dismissible fade in" id="infoPss" role="alert" style="display:none;">
                  Informe sua senha!
                </div>
              </div>
				<div>
					<label>
						<input type="checkbox" class="js-switch" id="lembrar" name="lembrar" value="S"> Lembrar
					</label>
				</div>
              <div>
				<button type="submit" id="btnLogin" name="btnLogin" class="btn btn-default" onclick="javascript:sendForm('frmLogin');">Acessar</button>
                <!--<a class="reset_pass" href="#signup">Esqueceu a senha?</a>-->
              </div>

              <div class="clearfix"></div>

              <div class="separator">
                <div style="text-align:center;background-color:#FFFFFF;">
					<h1><img src="../build/images/logoAppCamaleao.png" style="width:50%;"></h1>
                </div>
              </div>
            </form>
          </section>
        </div>

        <div id="register" class="animate form registration_form">
          <section class="login_content">
            <form>
              <h1>Recuperar senha</h1>
              <div>
                <input type="text" class="form-control" placeholder="Usuário" required="">
              </div>
              <div>
                <input type="email" class="form-control" placeholder="Email" required="">
              </div>
              <div>

                <a class="btn btn-default submit" href="action/redefineSenha.php">Redefinir senha</a>
                <a class="reset_pass" href="#signin">Acesso ao sistema</a>

              </div>

              <div class="clearfix"></div>

              <div class="separator">
                <div style="text-align:center;">
                  <h1><img src="../build/images/logoAppCamaleao.png" style="width:50%;"></h1>
                </div>
              </div>
            </form>
          </section>
        </div>
      </div>
    </div>
  

</body></html>