- 扫描 ID:
- 83bf2c86-4853-40fb-8030-c84747f4955d已完成
- 提交的 URL:
- https://wellright.internalhr.online/
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 32 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
do_not_detect_java | boolean |
tracking_id | string |
$ | function |
jQuery | function |
BrowserDetect | object |
$_GET | object |
regex | undefined |
控制台日志消息 · 找到 0 条
记录到 Web 控制台的消息
HTML
页面的原始 HTML 正文
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<title>Proofpoint Security Awareness Training</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html { height: 100%; }
body {
background: #F5F5F5;
background: linear-gradient(#DDD,#CCC);
height: 100%;
padding: 100px 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
a { color: #ED8B1E; }
.content {
background: white;
box-shadow: 0 8px 0 -3px rgba(0,0,0,0.2);
font-family: Calibri, Lato, Helvetica, Arial, sans-serif;
font-size: 18px;
line-height: 160%;
margin: 0 auto;
max-width: 800px;
padding: 30px;
}
p { margin-bottom: 20px; }
.logo {
display: flex;
justify-content: center;
margin: 0 auto 30px;
}
.logo-styling {
border-right: 1px solid black;
padding-right: 5px;
max-height: 40px;
max-width: 194px;
}
.logo-text-styling {
margin-left: 5px;
text-align: left;
line-height: 1;
font-size: 20px;
font-weight: bold;
color: #333333;
}
</style>
<script type="text/javascript">
window.do_not_detect_java = true;
window.tracking_id = "infopage";
</script>
<script src="/assets/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
</head>
<body>
<div class="content">
<span class="logo">
<img class="logo-styling" src="/assets/psat_logo.png">
<span class="logo-text-styling">Phishing<br>Simulation</span>
</span>
<p>Hi! This web site belongs to <a href="/load_training?guid=undefined">Proofpoint Security Awareness Training</a>. This domain is used to teach employees how to recognize and avoid phishing attacks. This page is here to let you know that this is not a malicious web page. The email that led you here was likely sent by your employer as part of a training program.</p>
<p>If you have questions, you can contact your employer’s IT help desk. If you still have questions you can contact us at <a href="/load_training?guid=undefined">[email protected]</a>. </p>
</div>
<script src="/assets/all.js?g=infopage"></script>
</body></html>