- 扫描 ID:
- ef69ffaa-ea0e-4e96-bb7e-0f04d69c7556已完成
- 提交的 URL:
- https://squarebracket.me/gateway
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 0 条
记录到 Web 控制台的消息
HTML
页面的原始 HTML 正文
<!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>