- ID de l'analyse :
- 62862fa4-0300-490d-a08a-f97b0827b4d9Terminée
- URL soumise :
- https://painelhelpbmg.com.br/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 5 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
uidEvent | number |
bootstrap | object |
Messages de journal de console : 2 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
verbose | dom |
|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Painel Help BMG</title>
<style>
html{height: 100%;}
body{
background-image: url("imgs/bg-body.png");
background-repeat: no-repeat;
background-size: contain;
background-position-x:0;
background-position-y:bottom ;
height: 100%;
}
form{
background-color: #462a71;
border-radius: 10px;
box-shadow: #575757 0px 0px 10px;
backdrop-filter: blur(5px);
height: max-content;
}
</style>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<section id="" class="pt-5 d-flex justify-content-center" style="height: 100%;">
<form class="mt-5 p-3 col-10 col-md-7 col-lg-5 d-flex justify-content-center flex-wrap" action="login.php" method="POST">
<img class="rounded-circle" src="imgs/logotipo.png" width="100" height="100" alt="">
<fieldset class="container-fluid">
<legend class="mb-3 text-center display-6 text-light" style="font-size: x-large;">AREA DE ACESSO</legend>
<div class="form-floating mb-3">
<input type="text" class="form-control" id="InputUsuario" name="usuario" placeholder="Usuário" required="">
<label for="InputUsuario">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person" viewBox="0 0 16 16">
<path d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z"></path>
</svg>
Usuário
</label>
</div>
<div class="form-floating mb-3">
<input type="password" class="form-control" id="InputSenha" name="senha" placeholder="Senha" required="">
<label for="InputSenha">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-key" viewBox="0 0 16 16">
<path d="M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8m4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1h-6.63a.5.5 0 0 1-.451-.285A3 3 0 0 0 4 5"></path>
<path d="M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0"></path>
</svg>
Senha
</label>
</div>
<button type="submit" class="col-12 btn btn-outline-light px-4">Entrar</button>
</fieldset>
</form>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body></html>