- Scan-ID:
- ef69ffaa-ea0e-4e96-bb7e-0f04d69c7556Beendet
- Eingereichte URL:
- https://squarebracket.me/gateway
- Bericht beendet:
Links · 0 gefunden
Die von der Seite ausgehenden identifizierten Links
JavaScript-Variablen · 3 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
Name | Typ |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Konsolenprotokoll-Meldungen · 0 gefunden
In der Web-Konsole protokollierte Meldungen
HTML
Der HTML-Rohtext der Seite
<!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>