- ID da verificação
- ef69ffaa-ea0e-4e96-bb7e-0f04d69c7556Concluído
- URL enviado:
- https://squarebracket.me/gateway
- Relatório concluído:
Links · 0 encontrado(s)
Os links de saída identificados na página
Variáveis JavaScript · 3 encontrada(s)
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensagens de registro do console · 0 encontrada(s)
Mensagens registradas no console web
HTML
O corpo HTML bruto da página
<!DOCTYPE html><html lang="en"><head>
<title>gateway</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
font-family: "Roboto", sans-serif;
}
form, .error {
width: 400px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.error {
color: red;
}
legend {
color: rgb(0, 51, 102);
letter-spacing: 3px;
}
input[type=submit] {
border: 0;
outline: 0;
cursor: pointer;
color: rgb(60, 66, 87);
background-color: rgb(255, 255, 255);
box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
border-radius: 4px;
font-size: 14px;
font-weight: 500;
padding: 4px 8px;
display: inline-block;
min-height: 28px;
font-family: "Roboto", sans-serif;
transition: background-color .24s,box-shadow .24s;
}
input[type=submit]:hover {
box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 3px 9px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
}
input[type=text] {
width: 300px;
text-align: center;
border: 2px solid black;
}
/* .form-stacked label{display:block;float:none;width:auto;font-weight:bold;text-align:center;line-height:20px;padding-top:0;} */
</style>
</head>
<body>
<form method="post" action="" class="form-stacked"><center>
<fieldset>
<legend><!--squarebracket.me--><img src="./static/sbb/wmblack.png" height="40"></legend>
<p>
<input type="text" name="sbmepwd">
</p>
<p>
<input type="submit" name="enter" value="enter">
</p>
<p style="color:red;">don't bother me for the password,<br> if you should have it you'd have it</p></fieldset></center>
</form>
</body></html>